projection {envlpaster} | R Documentation |
Computes a projection into the column space of a user specified matrix.
projection(a)
a |
An |
pa |
The projection into the column space of |
## Not run: library(envlpaster)
data(simdata30nodes)
data <- simdata30nodes.asterdata
nnode <- length(vars)
xnew <- as.matrix(simdata30nodes[,c(1:nnode)])
m1 <- aster(xnew, root, pred, fam, modmat)
avar <- m1$fisher
projection(a = avar)
## End(Not run)