Displaying 1 result from an estimated 1 matches for "shuangyan".
2011 Apr 20
3
Help needed!
...g <- expand.grid(t1 = tt, t2 = tt)
g$z <- 0
gg <- rbind(gg, g)
fit <- myss2d(z ~ t1 * t2, data = gg, id.basis = ((nobs +
1):(nobs + nbasis * nbasis)))
class(fit) <- "rfcovObj"
return(fit)
}
<environment: namespace:ssfcov>
Best,
Shuangyan
>