Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pisaUSA15 Example not working with MplusAutomation #182

Open
AnselmJeong opened this issue Aug 26, 2021 · 0 comments
Open

pisaUSA15 Example not working with MplusAutomation #182

AnselmJeong opened this issue Aug 26, 2021 · 0 comments

Comments

@AnselmJeong
Copy link

I tried to replicate the basic example as documented in the README.md

However, the following is the error I received...

library(tidyverse)
library(tidyLPA)
#> You can use the function citation('tidyLPA') to create a citation for the use of {tidyLPA}.
#> Mplus is installed; you can use package = 'MplusAutomation' when calling estimate_profiles().
pisaUSA15[1:100, ] %>%
  select(broad_interest, enjoyment, self_efficacy) %>%
  single_imputation() %>%
  estimate_profiles(3, package = "MplusAutomation")
#> Error in names(fits) <- c("LogLik", "AIC", "AWE", "BIC", "CAIC", "CLC", : 'names' attribute [16] must be the same length as the vector [10]

Created on 2021-08-26 by the reprex package (v2.0.1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant