Description Usage Arguments Examples
View source: R/pooled_glm_test.R
pooled_glm_test
is used to test the temporal effect homogeneity
of a generalized linear model with panel data.
1 2 | pooled_glm_test(formula, Panel.data, N = 100, family = c("gaussian",
"binomial", "poisson"))
|
formula |
An object of class "formula", which provides a symbolic description of the model to be fitted. Ensure that names included here are contained with the data frame entries of the Panel.data object. |
Panel.data |
A list of data frames containing the predictors and response variables listed in the model formula. List entries are assumed to be ordered according to time. |
N |
The number of bootstrap samples to run for this test. Default is 100. |
family |
A description of the error distribution to be used for the fitted glm. Currently, there are three options: "gaussian" - multivariate linear regression; "binomial" - multivariate logistic regression; "poisson" - multivariate Poisson regression |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.