R/lam_vcov_linear_trafo.R

Defines functions lam_vcov_linear_trafo

## File Name: lam_vcov_linear_trafo.R
## File Version: 0.02

lam_vcov_linear_trafo <- function(V, A)
{
    V2 <- A %*% V %*% t(A)
    return(V2)
}

Try the LAM package in your browser

Any scripts or data that you put into this service are public.

LAM documentation built on May 18, 2022, 5:17 p.m.