From 3f9b60ee767613ddd20410fcbb5dbc36f2f1cfe6 Mon Sep 17 00:00:00 2001 From: bertv Date: Tue, 4 Feb 2025 11:54:50 +0100 Subject: [PATCH] typo --- R/gllvm.iter.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/gllvm.iter.R b/R/gllvm.iter.R index ffce2b61..ad87a92a 100644 --- a/R/gllvm.iter.R +++ b/R/gllvm.iter.R @@ -7,7 +7,7 @@ gllvm.iter <- function(...){ stop("Lambda matrix (covariance of variational distribution for latent variable) not permitted...sorry!") if (!is.numeric(args$y)) - stop( "y must a numeric. If ordinal data, please convert to numeric with lowest level equal to 1.") + stop( "y must be numeric. If ordinal data, please convert to numeric with lowest level equal to 1.") # if ((family %in% c("ZIP")) && (method %in% c("VA", "EVA"))) #"tweedie", # stop("family=\"", family, "\" : family not implemented with VA method, change the method to 'LA'") if (is.null(rownames(args$y)))