search for: nodiag

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

Did you mean: odiag
2011 Apr 20
3
Help needed!
...ge "ssfcov". The resource code is as following. I cannot find the resource code of the function "myss2d" anywhere in the package. Can anyone give me a hint how to find it in the package. Thanks a lot!!bv > ssfcov function (time, x, subject, nbasis = 5, centered = FALSE, noDiag = TRUE) { if (!centered) { fit <- smooth.spline(time, x) x <- x - fitted(fit) } gg <- NULL for (zz in unique(subject)) { if (sum(subject == zz) > 1) { tt <- time[subject == zz] xx <- x[subject == zz]...