samp.dist1: Demonstration of sampling distribution of the mean

Description Usage Arguments Value Examples

View source: R/samp.dist1.r

Description

Demonstration of sampling distribution of the mean

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
samp.dist1(
  population = NULL,
  ssize = 5,
  pop.type = "Uniform[1-10]",
  add.normal = TRUE,
  custom.data = NULL,
  show.pop = TRUE,
  show.flex = TRUE,
  show.fixed = TRUE,
  show.qnorm = TRUE
)

Arguments

population

An optional numeric vector to be treated as the population

ssize

An integer for the size of the sample

pop.type

Controls the type of population from which samples are drawn

add.normal

#controls whether normal distribution is superimposed

custom.data

User supplied vector of data to be used

show.pop

display population

show.flex

show sampling distribution with flexible x axis

show.fixed

show sampling distribution with fixed x axis

show.qnorm

show normal quantile plot

Value

None

Examples

1

CLPS0900/CLPS0900R documentation built on March 16, 2020, 4:55 a.m.