sim_mean_sd: sim_mean_sd

Description Usage Arguments Value Examples

View source: R/sim_mean_sd.R

Description

This function produces a sample from a normal distribution and returns the sample mean and sample SD.

Usage

1
sim_mean_sd(n, mu = 2, sigma = 3)

Arguments

n

the sample size

mu

the true mean

sigma

the true SD

Value

a tibble with sample mean and SD

Examples

1

jeff-goldsmith/example.package documentation built on Dec. 7, 2020, 8:52 a.m.