tridim_transformation-class {TriDimRegression} | R Documentation |
tridim_transformation
.Geometric transformations fitted with the
fit_transformation
function
represented as a tridim_transformation
object with information about transformation, data dimension,
call formula, and fitted stanfit
object,
See methods(class = "tridim_transformation")
for an overview of available methods.
transformation
A string
with the transformation name.
formula
A formula
object.
Ndim
An integer
with data dimension, either 2
or 3
.
data
A list
containing variables used for the sampling
.
stanmodel
A stanmodel
used for sampling.
stanfit
a stanfit
object.