| print.Trajectory.POIS | R Documentation |
Displays a summary of a zero-inflated Poisson trajectory model fitted by 'trajeR'.
## S3 method for class 'Trajectory.POIS'
print(x, ...)
x |
An object of class 'Trajectory.ZIP'. |
... |
Further arguments passed to or from other methods (not currently used). |
Invisibly returns the original object 'x'.
data <- read.csv(system.file("extdata", "POIS2gr.csv", package = "trajeR"))
data <- as.matrix(data)
sol <- trajeR(
Y = data[, 2:6], A = data[, 7:11],
degre = c(2, 2), Model = "POIS", Method = "L", hessian = FALSE
)
sol
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.