- data
An data.frame
that holds the data from which the TPPS objects
are to be formed.
- sections
A single character
string that species the name of the column
in the data.frame
that contains the factor
that identifies different sections of the data
to which separate spatial models are to be fitted.
- row.covar
A single character
string nominating a numeric
column in the data.frame
that contains the values of a
covariate indexing the rows of the grid.
- col.covar
A single character
string nominating a numeric
column in the data.frame
that contains the values of a
covariate indexing the columns of the grid.
- nsegs
A pair of numeric
values giving the number of segments into
which the column and row ranges are to be split, respectively (each value
specifies the number of internal knots + 1). If only one number is
specified, that value is used in both dimensions. If not specified, then
(number of unique values - 1) is used in each dimension; for a grid layout
with equal spacing, this gives a knot at each data value.
- nestorder
A character
of length 2. The order of nesting for column
and row dimensions, respectively; default=1 (no nesting). A value of 2
generates a spline with half the number of segments in that dimension, etc.
The number of segments in each direction must be a multiple of the order
of nesting.
- degree
A character
of length 2. The degree of polynomial spline to
be used for column and row dimensions respectively; default=3.
- difforder
A character
of length 2. The order of differencing for
column and row dimensions, respectively; default=2.
- asreml.option
A single character
string specifying that the mbf
method is to be used to supply externally formed covariate
matrices to asreml
.
- ...
Further arguments passed to tpsmmb
from package TPSbits
.