Estimate age and period effect from APCI model
maineffect(A, P, C, model = temp6, data, gee = FALSE, ...)
A list containing:
The overall intercept.
The estimated age main effect.
The estimated period main effect.
The numbers of age groups, period groups, and cohort groups separately.
A generalized linear regression model generated from the internal function temp_model
A data frame containing the outcome variable, age group indicator, period group indicator, and covariates to be used in the model. If the variable(s) are not found in data, there will be an error message reminding the users to check the input data again.
Logical, indicating if the data is cross-sectional data or
longitudinal/panel data. If TRUE
, the generalized estimating equation
will be used to correct the standard error estimates. The default is
FALSE
, indicating that the data are cross-sectional.
Additional arguments to be passed to the function.