solow-gee
Generalized estimating equations (GEE) for clustered / longitudinal data.
Mean parameters are estimated by Fisher scoring on the estimating
equations under a working within-cluster correlation ([CovStruct]);
inference uses the cluster-robust sandwich covariance (with a model-based
"naive" covariance also exposed). Supports the Gaussian, Poisson, and
Binomial families with Independence and Exchangeable working correlation.
Validated against an authoritative reference.
use array;
use ;
use Family;
let x = array!;
let y = array!;
let groups = ;
let res = new
.unwrap
.fit
.unwrap;
assert!;