-
I've just installed nhanesA, and encountered errors trying to follow the vignette: https://cran.r-project.org/web/packages/nhanesA/vignettes/Introducing_nhanesA.html
In particular:
```
> nhanesTab…
-
This is not correct -- we should get numerous outputs for each variable in the dataset...
`> ret ret
> $RIDAGEYR
> Estimate Std. Error t value Pr(>|t|) N varna…
-
``` r
library(NHANES)
library(statisticalModeling)
mod
-
@nampho2 -- the analyses will need the survey and survival R packages; can you update the docker file if appropriate?
-
this code is bad
https://github.com/semerj/NHANES-diabetes/tree/spencer/report
-
![image](https://cloud.githubusercontent.com/assets/6305439/10548970/39fed594-740c-11e5-95e3-419c6ed3e7d0.png)
Could we rename the sources like this (Db Name (person count)).
Truven CCAE (APS) --> T…
-
This will only work with local data (data frames, etc.) and not with data base connections. I'm not sure that @hadley will act on a `dplyr` feature request (https://github.com/hadley/dplyr/issues/136…
-
not missing:
``` r
> tally(PregnantNow ~ Gender, data=NHANES)
Gender
PregnantNow female male
Yes 72 0
No 1573 0
Unknown 51 0
3324 4980
```…
-
> tally(SmokeNow ~ Smoke100, data=NHANES)
> Smoke100
> SmokeNow No Yes
> No 0 1745 0
> Yes 0 1466 0
> 4024 0 2765
Note that if Smoke100=="No" then "SmokeNow…
-
Danny has been using an IsPregnant variable in his version of NHANES, but this doesn't seem to be included in the new version on CRAN. Any guidance as to whether current pregnancy can be added?