Luke Sonnet
Luke Sonnet
I'd really like the first formula to only have treatment variables, as part of what's nice is we will center and interact everything in the second formula and save users...
For example, imagine the case with multiple covariates, here's the difference in syntax: Y~Z1 * Z2 * X1 + Z1 * Z2 * X2, list(Z1, Z2, X1, X2) Vs Y~Z1*Z2,...
@acoppock, could you chime in here re: our discussion about this changing the lin estimator?
Similarly, Jake Bowers requests lm_lin for multi-valued treatments.
This is finished, but I'm refactoring some of the testing code before I PR it.
Thanks, the f-test code isn't my finest hour so this is a good reason to revisit it.
Sorry Nick, last patch was some major problems facing all users. We're triaging now.
Thank you for this report. It was showing up on the Solaris CRAN checks and is a high priority bug. I hope to find time to address it in 2018.
This seems to be a problem where we are looking to simply allocate way too much memory as CR2 is very demanding. I think it is a resource constraint problem,...
Note this is tightly linked to the long open issue of splitting DoF and variance estimation (#151).