reparameterization_esvd_covariates: Reparameterize eSVD object

View source: R/reparameterization.R

reparameterization_esvd_covariatesR Documentation

Reparameterize eSVD object

Description

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.


linnykos/eSVD2 documentation built on July 17, 2024, 12:01 a.m.