View source: R/summary.ITPlm.R
summary.ITPlm | R Documentation |
S3 specialization of summary function for ITPlm objects
## S3 method for class 'ITPlm'
summary(object, ...)
object |
An object of class |
... |
additional arguments affecting the summary produced. |
A list with the following components:
call
: The matched call.
ttest
: A data frame with the minimum p-values of the t-tests and the
corresponding significance level.
R2
: The R-squared value of the model.
ftest
: The p-value of the F-test.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.