smp.aas: Simple Random Sampling

Description Usage Arguments Author(s)

View source: R/t.sample.aas.R

Description

A function that returns the estimated values e confidence values for Proportion.

Usage

1
2
smp.aas(x = NULL, c.lev, population = NULL, n = NULL, d = NULL,
  mean = NULL, sd = NULL)

Arguments

x

A vector containing the data of the sample.

c.lev

Confidence Level.

population

Population size, for finity population calculation.

n

Sample size for non existence of sample data.

d

The deviation for sample size calculation.

mean

Mean value for non existence of sample data.

sd

Standard deviation for non existence of sample data.

Author(s)

Marco Aurelio Valles Leal


mleal93/t.sample documentation built on Sept. 4, 2019, 3:59 a.m.