carloscinelli / sensemakr

Suite of sensitivity analysis tools for OLS
https://carloscinelli.com/sensemakr/
88 stars 16 forks source link

Groups #6

Closed statsccpr closed 7 years ago

statsccpr commented 7 years ago

@carloscinelli

i updated the groups branch

please see this specific line in groupsR2() function

Anywhere it uses row.names of coef() has been replaced with

(attr(terms(formula(model)),'term.labels'))

best practice way to keep 'level' design matrix with their parent 'factor' term

carloscinelli commented 7 years ago

Thanks, Mike, this will be easier to merge.

statsccpr commented 7 years ago

this pull requested is outdated, does not have renamed functions from main branch