Description Usage Arguments Value Examples
This function takes a CEMiTool object with beta data and returns a vector containing the chosen beta and corresponding R squared value.
1 2 3 4  | get_cemitool_r2_beta(cem, ...)
## S4 method for signature 'CEMiTool'
get_cemitool_r2_beta(cem, eps = 0.1)
 | 
cem | 
 A CEMiTool object containing the fit_indices slot  | 
... | 
 Optional parameters.  | 
eps | 
 A value indicating the accepted interval between successive values of R squared to use to calculate the selected beta. Default: 0.1.  | 
A vector containing R squared value and the chosen beta parameter.
1 2 3 4 5 6 7 8  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.