Description Usage Arguments Value Author(s) Examples
View source: R/statisticalTable_functions.R
This function will output the results of multiple linear regression models determining association 12-month growth measures and diversity indices. The models adjust for birthweight and birthlength.
1 |
Non
The output will be a data frame with the following columns:
DiversityMeasure |
Diversity metric |
diffGrowth_zwei_beta_(CI) |
Beta for association between diversity metric at 1-M and change in weight for age z-score from birth to 12 months |
diffGrowth_zwei_pval |
P-value for association between diversity metric at 1-M and change in weight for age z-score from birth to 12 months |
diffGrowth_zwei_adj_pval |
FDR adjusted p-value for association between diversity metric at 1-M and change in weight for age z-score from birth to 12 months |
diffGrowth_zbmi_beta_(CI) |
FDR adjusted p-value for association between diversity metric at 1-M and change in BMI z-score from birth to 12 months |
diffGrowth_zbmi_pval |
P-value for association between diversity metric at 1-M and change in BMI z-score from birth to 12 months |
diffGrowth_zbmi_adj_pval |
FDR adjusted p-value for association between diversity metric at 1-M and change in BMI z-score from birth to 12 months |
diffGrowth_zwfl_beta_(CI) |
FDR adjusted p-value for association between diversity metric at 1-M and change in weight-for-length z-score from birth to 12 months |
diffGrowth_zwfl_pval |
P-value for association between diversity metric at 1-M and change in weight-for-length z-score from birth to 12 months |
diffGrowth_zwfl_adj_pval |
FDR adjusted p-value for association between diversity metric at 1-M and change in weight-for-length z-score from birth to 12 months |
zwei_12m_beta_(CI) |
FDR adjusted p-value for association between diversity metric at 1-M and weight-for-age z-score at 12 months |
zwei_12m_pval |
P-value for association between diversity metric at 1-M and weight-for-age z-score at 12 months |
zwei_12m_adj_pval |
FDR adjusted p-value for association between diversity metric at 1-M and weight-for-age z-score at 12 months |
zbmi_12m_beta_(CI) |
FDR adjusted p-value for association between diversity metric at 1-M and weight-for-age z-score at 12 months |
zbmi_12m_pval |
P-value for association between diversity metric at 1-M and weight-for-age z-score at 12 months |
zbmi_12m_adj_pval |
FDR adjusted p-value for association between diversity metric at 1-M and weight-for-age z-score at 12 months |
zwfl_12m_beta_(CI) |
FDR adjusted p-value for association between diversity metric at 1-M and weight-for-length z-score at 12 months |
zwfl_12m_pval |
P-value for association between diversity metric at 1-M and weight-for-length z-score at 12 months |
zwfl_12m_adj_pval |
FDR adjusted p-value for association between diversity metric at 1-M and weight-for-length z-score at 12 months |
inf_weight_kg_12m_beta_(CI) |
FDR adjusted p-value for association between diversity metric at 1-M and weight (kg) at 12 months |
inf_weight_kg_12m_pval |
P-value for association between diversity metric at 1-M and weight (kg) at 12 months |
inf_weight_kg_12m_adj_pval |
FDR adjusted p-value for association between diversity metric at 1-M and weight (kg) at 12 months |
inf_length_cm_12m_beta_(CI) |
FDR adjusted p-value for association between diversity metric at 1-M and length (cm) at 12 months |
inf_length_cm_12m_pval |
P-value for association between diversity metric at 1-M and length (cm) at 12 months |
inf_length_cm_12m_adj_pval |
FDR adjusted p-value for association between diversity metric at 1-M and length (cm) at 12 months |
skinf_midthigh_mm_12m_beta_(CI) |
FDR adjusted p-value for association between diversity metric at 1-M and mid-thigh skinfold (mm) at 12 months |
skinf_midthigh_mm_12m_pval |
P-value for association between diversity metric at 1-M and mid-thigh skinfold (mm) at 12 months |
skinf_midthigh_mm_12m_adj_pval |
FDR adjusted p-value for association between diversity metric at 1-M and mid-thigh skinfold (mm) at 12 months |
skinf_tricep_mm_12m_beta_(CI) |
FDR adjusted p-value for association between diversity metric at 1-M and tricep skinfold (mm) at 12 months |
skinf_tricep_mm_12m_pval |
P-value for association between diversity metric at 1-M and tricep skinfold (mm) at 12 months |
skinf_tricep_mm_12m_adj_pval |
FDR adjusted p-value for association between diversity metric at 1-M and tricep skinfold (mm) at 12 months |
skinf_supra_mm_12m_beta_(CI) |
FDR adjusted p-value for association between diversity metric at 1-M and suprailiac skinfold (mm) at 12 months |
skinf_supra_mm_12m_pval |
P-value for association between diversity metric at 1-M and suprailiac skinfold (mm) at 12 months |
skinf_supra_mm_12m_adj_pval |
FDR adjusted p-value for association between diversity metric at 1-M and suprailiac skinfold (mm) at 12 months |
skinf_subscap_mm_12m_beta_(CI) |
FDR adjusted p-value for association between diversity metric at 1-M and subscapular skinfold (mm) at 12 months |
skinf_subscap_mm_12m_pval |
P-value for association between diversity metric at 1-M and subscapular skinfold (mm) at 12 months |
skinf_subscap_mm_12m_adj_pval |
FDR adjusted p-value for association between diversity metric at 1-M and subscapular skinfold (mm) at 12 months |
Roshonda Barner Jones
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.