Displaying 3 results from an estimated 3 matches for "ktrue".
Did you mean:
true
2007 May 03
3
factanal AIC?
...anal"
ret
}
summary.multifactanal <- function(object,...){
do.call("rbind", lapply(object, summary.factanal))
}
print.multifactanal <- function(x,...){
ret <- summary.multifactanal(x)
print(ret, ...)
invisible(ret)
}
# simulate a true 4-factor model
n <- 1000
ktrue <- 4
kfac <- 5
true <- matrix(rnorm(n*ktrue), ncol=ktrue)
x <- matrix(rep(true, kfac)+rnorm(n*ktrue*kfac), ncol=ktrue*kfac)
dimnames(x) <- list(NULL, paste(rep(letters[1:ktrue], kfac), rep(1:kfac, rep(ktrue, kfac)), sep=""))
covmat <- cov.wt(x)
# run factanal for several...
2007 May 03
3
factanal AIC?
...anal"
ret
}
summary.multifactanal <- function(object,...){
do.call("rbind", lapply(object, summary.factanal))
}
print.multifactanal <- function(x,...){
ret <- summary.multifactanal(x)
print(ret, ...)
invisible(ret)
}
# simulate a true 4-factor model
n <- 1000
ktrue <- 4
kfac <- 5
true <- matrix(rnorm(n*ktrue), ncol=ktrue)
x <- matrix(rep(true, kfac)+rnorm(n*ktrue*kfac), ncol=ktrue*kfac)
dimnames(x) <- list(NULL, paste(rep(letters[1:ktrue], kfac), rep(1:kfac, rep(ktrue, kfac)), sep=""))
covmat <- cov.wt(x)
# run factanal for several...
2013 Oct 15
4
[Bug 70511] New: nouveau_bo_name_get segmentation fault while running root tutorials/gl/glbox.C
https://bugs.freedesktop.org/show_bug.cgi?id=70511
Priority: medium
Bug ID: 70511
Assignee: nouveau at lists.freedesktop.org
Summary: nouveau_bo_name_get segmentation fault while running
root tutorials/gl/glbox.C
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified