NHANES 2017-2018 Height Weight Data
收藏Figshare2023-02-13 更新2026-04-28 收录
下载链接:
https://figshare.com/articles/dataset/NHANES_2017-2018_Height_Weight_Data/22086662
下载链接
链接失效反馈官方服务:
资源简介:
This is the age, height, and weight data extracted from the NHANES 2017-2018 survey dataset. The original data were BMX_J.xpt (see https://wwwn.cdc.gov/nchs/nhanes/search/datapage.aspx?Component=Examination&CycleBeginYear=2017) and DEMO_J.xpt (see https://wwwn.cdc.gov/nchs/nhanes/search/datapage.aspx?Component=Demographics&CycleBeginYear=2017). I used Linux Mint 20 to get the CSV files from the above XPT files. First, I installed the R foreign package by the next command. $ sudo apt install r-cran-foreign Then, I developed two R scripts to extract the CSV data. The scripts are attached to this dataset. For analysis of the CSV file, I used the following commands within the R environment. > data > h =20 & data$age > w =20 & data$age > wt > ht > model > summary(model) Call: lm(formula = wt ~ ht) Residuals: Min 1Q Median 3Q Max -0.29406 -0.07182 -0.00558 0.06514 0.47048 Coefficients: Estimate Std. Error t value Pr(>|t|) (Intercept) 1.46404 0.01423 102.90 ht 2.00351 0.06369 31.45 --- Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1 Residual standard error: 0.1045 on 3916 degrees of freedom Multiple R-squared: 0.2017, Adjusted R-squared: 0.2015 F-statistic: 989.4 on 1 and 3916 DF, p-value:
创建时间:
2023-02-13



