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

message that MPlus is not installed in error #172

Open
jrosen48 opened this issue Dec 29, 2020 · 1 comment
Open

message that MPlus is not installed in error #172

jrosen48 opened this issue Dec 29, 2020 · 1 comment

Comments

@jrosen48
Copy link
Collaborator

I have MPlus installed, and can use it, but get a message that MPlus is not installed. I have seen this before but haven't followed up. I wonder if it's a Mac (what I'm using) vs. Windows (what you use @cjvanlissa) thing?

library(tidyLPA)
#> You can use the function citation('tidyLPA') to create a citation for the use of {tidyLPA}.
#> Mplus is not installed. Use only package = 'mclust' when calling estimate_profiles().
library(dplyr)
#> Warning: package 'dplyr' was built under R version 3.6.2
#> 
#> Attaching package: 'dplyr'
#> The following objects are masked from 'package:stats':
#> 
#>     filter, lag
#> The following objects are masked from 'package:base':
#> 
#>     intersect, setdiff, setequal, union

pisaUSA15 %>%
  select(broad_interest, enjoyment, self_efficacy) %>%
  single_imputation() %>%
  estimate_profiles(3, package = "mplus")
#> tidyLPA analysis using mplus: 
#> 
#>  Model Classes AIC      BIC      Entropy prob_min prob_max n_min n_max BLRT_p
#>  1     3       34798.49 34891.59 0.77    0.80     0.94     0.16  0.67  0.00

Created on 2020-12-29 by the reprex package (v0.3.0)

@cjvanlissa
Copy link
Collaborator

Can you check what you get from MplusAutomation::mplusAvailable()? It's likely a problem with MplusAutomation.

I use Windows, btw!

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

2 participants