Description Usage Arguments Examples
dynamr
is used to detect where effect values change temporally when
estimating generalized linear models with panel data.
1 2 |
dat |
Data frame with panel data of interest |
time_var |
Name of variable denoting time period for any observation, must be a character |
formula |
Formula for glm object |
N |
Number of coefficient samples extracted for calculating stable statistical behavior, defaults to 2000 |
window_size |
Number of time periods per model |
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.