Learn R Programming

Bolstad (version 0.2-41)

print.sscsamp: Print method for objects of class sscsample

Description

This function provides a print summary method for the output of sscsample. The sscsample produces a large number of samples from a fixed population using either simple random, stratified, or cluster sampling. This function provides the means of each sample plus the number of observations from each ethnicity stratum in the sample.

Usage

# S3 method for sscsamp
print(x, ...)

Arguments

x

an object of class sscsamp produced by sscsample

any other arguments that are to be passed to cat

See Also

sscsample