safe_ttest: Safe T-Test

Description Usage Arguments Details

View source: R/safe_ttest.R

Description

Safely Calculate T tests by Group

Usage

1

Arguments

df

The data frame.

outcome

The name of a numeric column that is the outcome you are testing. (Default 'score').

group

A column in the data frame that will separate the data into two separate groups. (Default 'value').

Details

Calculate t-tests on a set of data not worrying about errors. This will return the results in a friendly manner using the 'broom' package – or it will return 'NA'.


sechilds/surveyetl documentation built on June 3, 2020, 5:04 p.m.