Learn R Programming

envlpaster (version 0.1-2)

projection: projection

Description

Computes a projection into the column space of a user specified matrix.

Usage

projection(a)

Arguments

a
An $n \times m$ matrix

Value

pa
The projection into the column space of a

Examples

Run this code
## 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)

Run the code above in your browser using DataLab