print.Trajectory.LOGIT: Print LOGIT

View source: R/PrintTrajeR.R

print.Trajectory.LOGITR Documentation

Print LOGIT

Description

Print mehtod for an object of class "Trajectory.LOGIT".

Usage

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

Arguments

x

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

...

optional parameters

Value

The print of Obj.

Examples

data = read.csv(system.file("extdata", "LOGIT2gr.csv", package = "trajeR"))
data = as.matrix(data)
sol = trajeR(Y = data[, 2:6], A = data[, 7:11], degre = c(1,2), Model = "LOGIT", Method = "L")
sol

trajeR documentation built on March 18, 2022, 6:12 p.m.