Graeme Blair
Graeme Blair
@nfultz whipped up this proof of concept of tab-completion in RStudio for steps with handlers: https://github.com/DeclareDesign/completion Can this now be integrated into the DeclareDesign package?
This example is a general problem: ``` m
when you have a package dependency in a design and you just load the design, you can't print or draw_data or anything else. suggest we think of a way round...
Just like for some of the other models, it would be helpful to be able to exponentiate coefficients in the `tidy` function for `stanreg` objects with the `exponentiate` argument to...
``` > head(fabricate( + N = 1000, + X = matrix(rnorm(3 * N), N))) ID X.1 X.2 X.3 1 0001 -0.05025699 -1.6063950 -0.3198033 2 0002 0.48970821 -0.2233403 -0.1334020 3 0003...
``` library(DeclareDesign) library(dplyr) # make baseline data individuals_data
Per @rdrr1990
- changes to tests per CRAN email - version bump to mirror DeclareDesign
@jwbowers and Lula Chen reported that with small N and many values of a discrete covariate lm_lin does not return an answer. I reproduced it below, and it is not...
https://cran.r-project.org/web/packages/fixest/index.html