search for: avual

Displaying 1 result from an estimated 1 matches for "avual".

Did you mean: aval
2010 Dec 15
1
Namespace File
Dear Colleagues, I am developing a library. However I am having the following problem with the file NAMESPACE. My file contains: useDynLib(Bayesthres, vuA) export(Bayesthres, random.effects, fixed.effects, ) exportClasses("Bayesthres") My function is: Avuall <- function(Zz, Dd, A, Vu, FL) { m <- dim(A)[1] n <- dim(A)[2] tc <- length(Vu) ifc <- unlist(lapply(FL$fl, function(x) length(levels(x)))) il <- 1 ic <- ifc[1] for(i in 2:tc){ ic[i] <- ifc[i]+ic[i-1] il[i] <- ic[i]-ifc[i]+1...