From 73e007698aa20f76dda769307e9753993c30a775 Mon Sep 17 00:00:00 2001 From: Robert Rostu Studtrucker Date: Wed, 4 Sep 2024 09:08:27 +0200 Subject: [PATCH] removed parameter testing from rmaMvModel function --- R/rmaMVModel.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/rmaMVModel.R b/R/rmaMVModel.R index 4067093..2610a67 100644 --- a/R/rmaMVModel.R +++ b/R/rmaMVModel.R @@ -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)