Nathaniel Olin
Nathaniel Olin
Manual exports contain the A/B text or A/B image randomly selected for an individual response, but `parse_survey` doesn't contain columns for any A/B test elements of a survey. (Please ignore...
This isn't much yet but I reorganized the "overall" tests to have more sensible groupings and changed some names to be more consistent.
Addresses issue #28. Want tests for - [x] Probit - [x] Poisson Do we want other models? - [ ] Quasipoisson - [ ] Quasibinomial - [ ] Gamma -...
Should be an option to just pass a function that takes `mod` and whatever other parameters and returns a vcov matrix. Need to think about whether that should also return...
Working on #28. They're close, but not exact. ``` > data(margex) > margex$ycn[margex$ycn == 0] mod > z1 > z2 > stata > z1[, c("Label", "Margin", "Standard.Error", "P.Value")] Label Margin...