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 6b91053 commit 90513fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/rmaMVModel.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ rmaMVModel <- function(yi,vi,measure,d,pred1=NULL,pred2=NULL,nesting=NULL) {

#load the in variable d defined dataset from the package
dat <- d
if(nesting != NULL){
if(!is.null(nesting)){
nesting <- fromJSON(nesting)
}
summary(dat)
checkParameter(dat,c(yi,vi))

heckParameter(dat,c(yi,vi))

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

0 comments on commit 90513fd

Please sign in to comment.