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 3310941 commit 4557bed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/rmaMVModel.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ rmaMVModel <- function(yi,vi,measure,d,pred1=NULL,pred2=NULL,nesting=NULL) {

checkParameter(dat,c(yi,vi))

pred1<-unlist(pred1)
pred2<-unlist(pred2)
pred1<-jsonlite::fromJSON(pred1)
pred2<-jsonlite::fromJSON(pred2)

#check if the choosen dataset has a nesting and prepare corresponding rma_mv model input if so
if(is.null(nesting)){
Expand Down

0 comments on commit 4557bed

Please sign in to comment.