print.Trajectory.LOGIT | R Documentation |
Print mehtod for an object of class "Trajectory.LOGIT
".
## S3 method for class 'Trajectory.LOGIT' print(x, ...)
x |
Trajectory's object. . An object of class " |
... |
optional parameters |
The print of Obj.
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.