R/post_processing_functions.R

Defines functions standardize_LVs

# Post processor function for standardizing LVs
#' @export
standardize_LVs <- function(node){

  scaling_settings <- apply(node$LVs, 2, sd)

  return(scaling_settings)
}
GeertPostma/pathmodelr documentation built on Oct. 5, 2021, 4:17 p.m.