Analyses of phenotypic data from PHENO_WAT. See vignette("PHENO_WAT_STATS") for details.

PHENO_WAT_STATS

Format

An object of class tbl_df (inherits from tbl, data.frame) with 27 rows and 16 columns.

Examples

head(PHENO_WAT_STATS)
#> # A tibble: 6 × 16
#>   response   timepoint sex   emmean    SE    df lower.CL upper.CL statistic_type
#>   <chr>      <fct>     <fct>  <dbl> <dbl> <dbl>    <dbl>    <dbl> <chr>         
#> 1 NMR Weight SED       Fema…  22.6   1.90    30   17.8      27.4  t.ratio       
#> 2 NMR Weight 4W        Fema…   5.65  2.41    30   -0.473    11.8  t.ratio       
#> 3 NMR Weight 8W        Fema…  10.0   2.52    30    3.65     16.4  t.ratio       
#> 4 NMR Weight SED       Male   17.2   8.31    30   -3.86     38.3  t.ratio       
#> 5 NMR Weight 4W        Male   -8.85  6.33    30  -24.9       7.21 t.ratio       
#> 6 NMR Weight 8W        Male  -17.7   1.39    30  -21.2     -14.1  t.ratio       
#> # ℹ 7 more variables: statistic <dbl>, p.value <dbl>, signif <ord>,
#> #   model_type <chr>, formula <chr>, family <chr>, weights <chr>