Error Message - prettyNum(.Internal(format(x, trim, digits, nsmall, width, 3L, : invalid value 0 for 'digits' argument"

Dear All,

I wondered if anyone could help me with identifying and resolving an error term I get when using LCAvarsel.

For context, the library is intended for variable selection in latent class analysis.

install.packages("LCAvarsel")
install.packages("poLCA")
library(LCAvarsel)
library(poLCA)

sel1 <- LCAvarsel(carcinoma) 

The following error is returned:

Error in prettyNum(.Internal(format(x, trim, digits, nsmall, width, 3L, :
invalid value 0 for 'digits' argument

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.