~/ learn/ afm-113/ cards/ R descriptives and summary()
1 of 7

Type the transcript that computes the mean, SD and variance of the six audit-hour totals.

Type the transcript that computes the mean, SD and variance of the six audit-hour totals.

Answer

> hrs <- c(42, 38, 51, 45, 39, 49) > mean(hrs); sd(hrs); var(hrs) [1] 44 [1] 5.291503 [1] 28

sd() and var() divide by n − 1, matching the hand values 5.29 and 28 from the sums table. Seven significant digits is R’s default print.

S21 W1 handout (R component, shape only); every transcript line is the verbatim console text of a real Rscript run (2026-09-17)

space flip · ← → navigate · esc to exit
NORMAL ~/memra/library/d0141991-95f7-4764-ae11-e34096337700/flashcard utf-8 LF