scale.sigma: Scale covariance matrix.

View source: R/util.R

scale.sigmaR Documentation

Scale covariance matrix.

Description

A function to scale covariance matrix.

Usage

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

Arguments

sigma

A numerical matrix of covariance matrix (in original scale).

B.list

A numerical list of re-scaled covariate matrices.

Details

This function is supplementary and internally used.

Value

A list of scaled covariance matrix.

See Also

estimateLong

Examples

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


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