Thomas J. Leeper
Thomas J. Leeper
Another idea I've been playing around with in MTurkR is tutorial-style documentation pages. Here's an example: https://github.com/leeper/MTurkR/blob/master/man/UseCaseSurvey.Rd These are in addition to function pages and are meant to show how...
The Rd format fully supports these kind of tutorials (the regex page in the base package being a pretty good example), so I think they can be useful. Vignettes are...
Ooh, I like that idea. Write everything in Rmd, then during `devtools::document()`, the vignettes could be installed as Rd files, as well. Perhaps it would make sense to leverage the...
:+1: Definitely think it would be useful to discuss Depsy and the broader issue of attributing credit for contributions to research software.
@mbarnfield What's your plan with that repo? Do you plan to put it on CRAN or maybe you'd be interested in folding something like that in to this?
Other resources: https://www.robertkubinec.com/post/conjoint_power_simulation/ https://www.brettgall.com/post/conjoint-power-simulations/
This seems sufficiently difficult that I'm not going to do it.
Unstated constraint in the design? ```R > subset(cj_props(taxes, ~ taxrate2 + taxrev), Proportion == 0) taxrate2 taxrev Proportion 4 10-35k: 35% 125% 0 ``` Maybe so but why doesn't the...
Thanks - this has been on the back of mind for a while, so glad you brought it up. The hacky solution is to change the factor levels to something...
Okay, that's definitely bad but actually a separate issue. @m-jankowski I'm going to move your comment to a new issue to keep track of things: https://github.com/leeper/cregg/issues/22 The issue here remains...