summary.trajectory.analysis | R Documentation |
Print/Summary Function for RRPP
## S3 method for class 'trajectory.analysis'
summary(
object,
stat.table = TRUE,
attribute = c("MD", "TC", "SD"),
angle.type = c("rad", "deg"),
confidence = 0.95,
show.trajectories = FALSE,
...
)
object |
Object from |
stat.table |
Logical argument for whether results should be returned in one table (if TRUE) or separate pairwise tables (if FALSE) |
attribute |
Whether magnitude differences (MD, absolute difference in trajectory path lengths), trajectory correlations (TC), or trajectory shape differences (SD) are summarized. |
angle.type |
If attribute = "TC", whether angle results are expressed in radians or degrees. |
confidence |
Confidence level to use for upper confidence limit; default = 0.95 (alpha = 0.05) |
show.trajectories |
Logical value to indicate whether trajectories should be printed. |
... |
Other arguments passed onto trajectory.analysis |
Michael Collyer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.