bloodmeans: Extract Mean Values of Blood Biomarkers

Description Usage Arguments Value Author(s) Examples

Description

This function accepts a dataframe as input and extracts the mean value of each numeric variable.

Usage

1

Arguments

df

a data.frame with at least one numeric variable in order to get a non-empty result.

Value

a data.frame with the mean values of each numeric

Author(s)

John Doe

Examples

1
2
3
library(magrittr)
data.frame(x1 = c(1,2,3), x2 = c(4,5,6)) %>%
  bloodstats::bloodmeans()

HannaKi/bloodstats documentation built on June 13, 2019, 12:03 a.m.