scale.beta: Scale fixed effects coefficients.

View source: R/util.R

scale.betaR Documentation

Scale fixed effects coefficients.

Description

A function to scale the fixed effects coefficients.

Usage

## S3 method for class 'beta'
scale(beta, B.list, inv = FALSE)

Arguments

beta

A numerical matrix of fixed effects estimates (in original scale).

B.list

A numerical list of re-scaled covariate matrices.

inc

A logical variable; "TRUE" indicates the use of inverse re-scaling (meaningful to use if "sigma" is given in transformed scale), "FALSE" no use of inverse re-scaling.

Details

This function is supplementary and internally used.

Value

A matrix of scaled fixed effects coefficients.

See Also

estimateLong

Examples

  ## Not run: 
  scale.beta(...)
  
## End(Not run)


davidbolin/ngme documentation built on Dec. 5, 2023, 11:48 p.m.