the 4-dimensional array used to generate the object.
include
a logical matrix indicating which points (or voxels) should
be included.
Value
a modified version of semipar.obj, with pointwise
coefficients (coef component), pointwise degrees of freedom
(pwdf), pointwise log smoothing parameter (pwlsp), and
pointwise variance estimate (sigma2) for the points specified by
include only.
data(test)
d4 = test$d4
x = test$x
vw.obj = semipar4d(d4, formula = ~sf(x), data = data.frame(x = x), lsp=-5:5)
# Include only the first 600 voxelssv = screen.vox(vw.obj, d4, rep(1:0, c(600,400)))