Public methods
Method new()
Usage
PLNPCAfamily$new(
ranks,
responses,
covariates,
offsets,
weights,
model,
control
)
Method optimize()
Usage
PLNPCAfamily$optimize(control)
Method getBestModel()
Usage
PLNPCAfamily$getBestModel(crit = c("BIC", "ICL", "R_squared"))
Method plot()
Usage
PLNPCAfamily$plot(criteria = c("loglik", "BIC", "ICL"), annotate = TRUE)
Method show()
Usage
PLNPCAfamily$show()
Method clone()
The objects of this class are cloneable with this method.
Usage
PLNPCAfamily$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.