Learn R Programming

trajeR (version 1.0)

print.Trajectory.ZIP: Print ZIP

Description

Print method for an object of class "Trajectory.ZIP".

Usage

# S3 method for Trajectory.ZIP
print(x, ...)

Value

The print of Obj.

Arguments

x

Trajectory's object. An object of class "Trajectory.ZIP".

...

optional parameters

Examples

Run this code
data <- read.csv(system.file("extdata", "ZIP2gr.csv", package = "trajeR"))
data <- as.matrix(data)
sol <- trajeR(
  Y = data[, 2:6], A = data[, 7:11],
  degre = c(1, 2), degre.nu = c(1, 1), Model = "ZIP", Method = "L"
)
sol

Run the code above in your browser using DataLab