S3 method 'print' for class 'tidyLPA'.
An object of class 'tidyLPA'.
Character vector. Statistics to be printed. Default: c("AIC", "BIC", "Entropy", "prob_min", "prob_max", "n_min", "n_max", "BLRT_p" ).
minimal number of significant digits, see
print.default.
a character string which is used to indicate NA values in
printed output, or NULL. See print.default.
further arguments to be passed to or from other methods. They are ignored in this function.
if (FALSE) {
if(interactive()){
iris %>%
select(Sepal.Length, Sepal.Width, Petal.Length, Petal.Width) %>%
estimate_profiles(3)
}
}