Description Usage Arguments Value Examples
Conduct general linear hypothesis test. Use this function with function linear_model
1 |
model |
the fitted linear model results |
T |
matrix giving linear combinations of coefficients by rows |
c |
a vector containing the results of linear combinations of coefficients,defaulting to 0. |
The results of F test including the F statistics and p value
1 2 | mod <- linear_model(Depression ~ Fatalism + R_E + Sex, Patients)
GLH(mod, diag(4))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.