summarySE: Summarize a continuous variable by groups with mean, sd and...

Description Usage Arguments Value

View source: R/summarySE.R

Description

Summarize a continuous variable by groups with mean, sd and SE

Usage

1
2
3
4
5
6
7
8
summarySE(
  data = NULL,
  measurevar,
  groupvars = NULL,
  conf.interval = 0.95,
  na.rm = TRUE,
  .drop = TRUE
)

Arguments

data

A data.frame

measurevar

A name of variable to measure a mean and sd

groupvars

Name(s) of variable used as a grouping variables

conf.interval

confidence interval

na.rm

A logical value indicating whether or not remove NA values

.drop

should combinations of variables that do not appear in the input data be preserved (FALSE) or dropped (TRUE, default)

Value

A data.frame summarized a continuous variable by groups with mean, sd and SE


ggiraphExtra documentation built on Oct. 23, 2020, 7:39 p.m.