Skip to content

Commit

Permalink
further bug fixing on rmamvmodel
Browse files Browse the repository at this point in the history
  • Loading branch information
Rostu committed Sep 4, 2024
1 parent 11c8676 commit 3310941
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 @@ -37,7 +37,7 @@ rmaMVModel <- function(yi,vi,measure,d,pred1=NULL,pred2=NULL,nesting=NULL) {
nesting <- jsonlite::fromJSON(nesting)
}

heckParameter(dat,c(yi,vi))
checkParameter(dat,c(yi,vi))

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

0 comments on commit 3310941

Please sign in to comment.