View source: R/utilityFunctions.R
mplusAvailable | R Documentation |
This is a simple utility to check whether Mplus can be found.
Returns 0 if Mplus command can be found by the system.
If silent = FALSE
, prints a message to the user
to help suggest what to do.
mplusAvailable(silent = TRUE)
silent |
A logical whether to print a message or not.
Defaults to |
The status of finding Mplus. Per unix conventions, status 0 indicates Mplus was found (0 problems) and status 1 indicates that Mplus was not found.
Joshua Wiley
mplusAvailable(silent = TRUE)
mplusAvailable(silent = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.