analyze_data: Analysis of data

Description Usage Arguments Details Value

Description

analyze_data perform data analysis and hypothesis testing

Usage

1
analyze_data(my.data, my.group = NULL)

Arguments

my.data

A data frame with data to be analyzed

my.group

An optional vector to group patients on; defaults to NULL

Details

This function takes a data frame with data to be analyzed, performs hypothesis testing, and returns a list which can be reported in a markdown document. If my.group is NULL, then the function will look for a column named group in the data frame.

Value

A list


bgulbis/BGTools documentation built on May 12, 2019, 8:21 p.m.