get_phi {CEMiTool} | R Documentation |
This function takes a CEMiTool object and returns the phi parameter.
get_phi(cem, ...) ## S4 method for signature 'CEMiTool' get_phi(cem)
cem |
A CEMiTool object containing the fit_indices slot |
... |
Optional parameters. |
The phi parameter
# Get example expression data data(expr0) # Initialize new CEMiTool object with expression data cem <- new_cem(expr0, filter=TRUE, apply_vst=FALSE) # Get modules and beta data cem <- find_modules(cem) # Get phi get_phi(cem)