Description Usage Arguments Value Examples
View source: R/manifold1Dplus.R
Computes a projection into the column space of a user specified matrix.
1 | projection(a)
|
a |
An n \times m matrix |
pa |
The projection into the column space of |
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.