tidyLPA
tidyLPA copied to clipboard
Easily carry out Latent Profile Analysis (LPA) using open-source or commercial software
@cjvanlissa, to my great shame, I am just now getting version 2.0.1 on CRAN. I am seeing this warning. I think it relates to the import of functions from tidySEM...
This is a fantastic package! Is there a way to export LPA profile classes, while keeping subject ids for long data?
I am working with a data frame: ``` LPA% single_imputation() %>% estimate_profiles(1:5) LPA %>% compare_solutions(statistics = c("AIC","AWE","BIC,"CLC","KIC")) #I'm not too familiar with Bayesian Models/Statistics, but I can't understand how my...
Hello, I am doing a statistical analysis on survey data. As the survey oversampled on some part of the population I have to include the sampling weight into my analysis....
I haven't seen any other ticket opened for this issue, so I'm not entirely sure if it is related to something I did wrong. These are my inputs: ``` iris_profiles%...
Hi, I was wondering how prob_min and prob_max are calculated, because if I manually calculate it, I get different values Example code for a 4 class solution: ``` m4vv% estimate_profiles(4,...
Hello, Thanks for all of the amazing work you have done with "tidyLPA"! I am a new learner for R and LPA. May I know the meaning of the warning...
Hi, I am trying to run model 3 with three classes using the Mplus automation, using this code: ``` d4b %>% estimate_profiles(3, package = "MplusAutomation", variances = c("equal"), covariances =...
Hi, I am very new to R so please forgive me if this is a silly question. I have successfully run estimate_profiles and plot_profiles on my data which consists of...
Hello! I am attempting to use a clustering variable when running an LPA model. `estimate_profiles(n_profiles = 2, variance = "equal", covariances = "zero", package = "mplusautomation", VARIABLE = " USEVARIABLES...