show.ci: Plot Confidence Intervals for CLPS0900

Description Usage Arguments Value Examples

View source: R/show.ci.r

Description

Plot Confidence Intervals for CLPS0900

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
show.ci(
  nsamp = 100,
  ssize = 2,
  mu = 0,
  sigma = 1,
  conf.level = 0.68,
  do.pause = "None",
  ci.method = "Sigma known",
  show.data = FALSE,
  xaxis.type = "Fixed",
  go.button = NULL
)

Arguments

nsamp

Integer for number of samples to display

ssize

The size of each sample

mu

Population mean

sigma

Population sigma

conf.level

Confidence level

do.pause

Whether to pause between each CI

ci.method

Whether sigma is known or unknown

show.data

Whether sample data are displayed

xaxis.type

Whether x axis if fixed or variable

go.button

Used for manipulate only

Value

None

Examples

1

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