Skip to content

Commit

Permalink
removed parameter testing from rmaMvModel function
Browse files Browse the repository at this point in the history
  • Loading branch information
Rostu committed Sep 4, 2024
1 parent 39342a8 commit 73e0076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/rmaMVModel.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ rmaMVModel <- function(yi,vi,measure,d,pred1=NULL,pred2=NULL,nesting=NULL) {

#load the in variable d defined dataset from the package
dat <- d
checkParameter(dat,c(yi,vi))
#checkParameter(dat,c(yi,vi))

pred1<-unlist(pred1)
pred2<-unlist(pred2)
Expand Down

0 comments on commit 73e0076

Please sign in to comment.