could not find function "mplus.view.plots"
1
0
Entering edit mode
Chad Lance • 0
@Chad Lance-24604
Last seen 3.3 years ago

Hi,

I am new to Mplus and have conducted Latent Class Analysis.

As a Mac user, to view the graph which is a .gh5 file, I have to use R. However, I tried installing the required package as suggested here: http://www.bioconductor.org/packages/release/bioc/html/rhdf5.html

Yet, R is still not reading the function/s.


# include your problematic code here with any corresponding output 

if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("rhdf5")

# please also include the results of running the following in an R session 
- could not find function "mplus.view.plots"
- could not find function "h5fopen"

sessionInfo( )
gh5 mplus Bioconductor • 1.2k views
ADD COMMENT
0
Entering edit mode
@james-w-macdonald-5106
Last seen 8 hours ago
United States

Simply installing the package isn't sufficient. You must also load it, using library(rhdf5).

ADD COMMENT

Login before adding your answer.

Traffic: 687 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6