SOURCEBOOK

R | Data Analysis

Descriptives

Prior to the steps below, enter the data as appropriate for the analyses (described elsewhere).

Obtaining Descriptive Statistics

Get the mean, variance, and standard deviation for the variable.

mean(Outcome)
var(Outcome)
sd(Outcome)