Description Usage Arguments Details Value Note Author(s) References Examples
View source: R/CheckVarNames.R
Variable Names must begin with a capital letter and can contain only letters and numbers
1 | CheckVarNames(InitialData)
|
InitialData |
Dataframe of data to be used in path analysis with names of variables |
This is a helper function that returns an error if variable names do not begin with a capital letter and contain only letters and number. This format may be changed in future versions.
"Success" or "CheckFailed" depending on the names of variables in input dataframe
This function is used as a helper function for formatting data when Initialize
is run. Initialize
should always be run 1st before performing variable selection with this package
William Terry
No references
1 2 | InitD=Simulate()
CheckVarNames(InitD)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.