print.Trajectory.POIS: Print POIS

View source: R/PrintTrajeR.R

print.Trajectory.POISR Documentation

Print POIS

Description

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

Usage

## S3 method for class 'Trajectory.POIS'
print(x, ...)

Arguments

x

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

...

optional parameters

Value

The print of Obj.

Examples

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

trajeR documentation built on June 8, 2025, 1:59 p.m.