Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BertvanderVeen committed Feb 4, 2025
1 parent 1433317 commit 3f9b60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/gllvm.iter.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)))
Expand Down

0 comments on commit 3f9b60e

Please sign in to comment.