Skip to contents

Reparameterize eSVD object

Usage

reparameterization_esvd_covariates(
  input_obj,
  fit_name,
  omitted_variables = NULL,
  verbose = 0
)

Arguments

input_obj

eSVD object, after either initialize_esvd() or opt_esvd()

fit_name

The name of the fit in input_obj that you wish to reparameterize. This should be in names(input_obj)

omitted_variables

Either NULL (the default) or variables in input_obj$covariates that should not be reparameterized

verbose

Integer.

Value

eSVD object after adjusting the fit in fit_name.