many_sample_means: Generating the means of a sub-sample from a vector a...

Description Usage Arguments Value

View source: R/many_sample_means.R

Description

Generating the means of a sub-sample from a vector a specified amount of times and then outputting it into a vector

Usage

1
many_sample_means(vec, n, reps)

Arguments

vec

a numeric vector

n

an integer that indicates the random sample size

reps

an integer that denotes the number of repetitions to be conducted

Value

a vector of the sample means


cynthwu/SampleMeans documentation built on Dec. 19, 2021, 7:09 p.m.