ZIPLNfit_spherical | R Documentation |
An R6 Class to represent a ZIPLNfit in a standard, general framework, with spherical residual covariance
An R6 Class to represent a ZIPLNfit in a standard, general framework, with spherical residual covariance
PLNmodels::ZIPLNfit
-> ZIPLNfit_spherical
nb_param_pln
number of parameters in the PLN part of the current model
vcov_model
character: the model used for the residual covariance
new()
Initialize a ZIPLNfit_spherical
model
ZIPLNfit_spherical$new(data, control)
data
a named list used internally to carry the data matrices
control
a list for controlling the optimization. See details.
clone()
The objects of this class are cloneable with this method.
ZIPLNfit_spherical$clone(deep = FALSE)
deep
Whether to make a deep clone.
## Not run:
# See other examples in function ZIPLN
data(trichoptera)
trichoptera <- prepare_data(trichoptera$Abundance, trichoptera$Covariate)
myPLN <- ZIPLN(Abundance ~ 1, data = trichoptera, control = ZIPLN_param(covariance = "spherical"))
class(myPLN)
print(myPLN)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.