standardize_variables: standardize_variables

Description Usage Arguments

View source: R/standardize_variables.R

Description

This function standardizes predictor and response variables prior to fitting the concurrent model using variable selection.

Usage

1
2
standardize_variables(data.original, data.new = NULL, time.var, trmstrings,
  LHS = NULL)

Arguments

data.original

data used to fit the model

data.new

data to be standardized. by default, this is the same as data.original; however it may be different to allow predictions on new datasets

time.var

the variable name that indicates the time variable

trmstrings

collection of variables to be standardized

LHS

the response variable name


jeff-goldsmith/vbvs.concurrent documentation built on Sept. 17, 2019, 2:26 p.m.