projection: projection

Description Usage Arguments Value Examples

View source: R/manifold1Dplus.R

Description

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

Usage

1

Arguments

a

An n \times m matrix

Value

pa

The projection into the column space of a

Examples

1
2
3
4
5
6
7
8
9
## 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)

envlpaster documentation built on May 2, 2019, 2:10 a.m.