summarySE: Plot performance scores for multiple learners.

View source: R/global.lib.R

summarySER Documentation

Plot performance scores for multiple learners.

Description

summarySE gives count, mean, standard deviation, standard error of the mean, and confidence interval (default 95%).

Usage

summarySE(data, measurevar, groupvars, na.rm = FALSE, conf.interval = 0.95)

Arguments

data:

a data frame

groupvars:

a vector containing names of columns that contain grouping variables

na.rm:

a boolean that indicates whether to ignore NA's

conf.interval:

the percent range of the confidence interval (default is 95%)

Value

A transformed data frame with information on the different errors and confidence.


predomics/predomicspkg documentation built on Dec. 11, 2024, 11:06 a.m.