sampleDist: sampleDist

Description Usage Arguments Value Examples

View source: R/quantgen.R

Description

Create a "sampeDist" object to generate information for questions involving a single sample or population

Usage

1
2
3
4
sampleDist(sample = NA, population = NA, size = NA_real_,
  mean = NA_real_, sd = NA_real_, se = NA_real_, samp.size = NA_real_,
  samp.mean = NA_real_, samp.sd = NA_real_, samp.se = NA_real_, alpha = NA_real_,
  level = NA_real_, two.tail = NA_real_, greater.than = NA_real_)

Arguments

sample

Previous sampleDist Object

population

Vector of numbers denoting the population of interest

size

Size of the population

mean

Mean of the population

sd

Standard Deviation of the population

se

Standard Error of the population

samp.size

Size of the sample

samp.mean

Mean of the sample

samp.sd

Standard Deviation of the sample

samp.se

Standard Error of the sample

alpha

Alpha for signficance testing

level

Level for confidence intervals

two.tail

TRUE for Two-Tailed testing, FALSE for One-Tailed (Defaults to FALSE)

greater.than

TRUE for Greater Than One-Tailed Testing, FALSE for Less Than (Defaults to FALSE)

Value

sampleDist

Examples

1
sampleDist(sd = 1, mean = 0, size = 100)

Wicky2k8/quantgen documentation built on May 27, 2019, 9:55 a.m.