Description Usage Arguments Value Note Author(s) See Also Examples
Evaluate the model selection consistency rate (SCR), F-measure and the smallest canonical correlation.
1 | assessBFun(hB, B0)
|
hB |
a |
B0 |
a |
return a vecotor with three compoents whose names are scr,fmea, ccorB.
nothing
Liu Wei
1 2 3 4 5 6 | dat <- gendata(n = 300, p = 500)
res <- gsspFactorm(dat$X)
assessBsFun(res$sphB, dat$B0)
n <- nrow(dat$X)
res <- gsspFactorm(dat$X, lambda1=0.05*n^(1/4), lambda2=9*n^(1/4))
assessBsFun(res$sphB, dat$B0)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.