SummarizeSE: Summarize data and standard error

Description Usage Arguments Details Value

Description

Summarizes data with count, mean, standard deviation, standard error of the mean, and confidence interval

Usage

1
SummarizeSE(df, var, groups, na_rm, conf_int)

Arguments

data

Dataframe

var

Column name that contains the variable to be summarized

by

Column name of vector containing grouping variables, Default is NULL.

na_rm

Logical that indicates whether to ignore NAs.

conf_interval

Numeric, the percent range of the confidence interval. Default is .95)

Details

Based on example function from "Cookbook for R" website.

Value

Dataframe


Blakemassey/baear documentation built on Dec. 25, 2021, 9:48 a.m.