View source: R/sampledescription.R
BaseDescription | R Documentation |
BaseDescription
Describes the sample, for use as footers in multivariate analyses.
BaseDescription(
description.of.n,
n.total,
n.subset,
n.estimation,
subset.label,
weighted = TRUE,
weight.label = "",
resample = FALSE,
effective.sample.size = NULL
)
description.of.n |
A description of the sample (e.g., "People"). |
n.total |
Total number of observations in the database. |
n.subset |
Total number of observations in the subset (less than or
equal to |
n.estimation |
The total number of observations used in estimation (less
than or equal to |
subset.label |
E.g., "Males living in New York". |
weighted |
Whether sample has been weighted. |
weight.label |
The label of the weight. |
resample |
Whether resampling is used whenever weights are applied. |
effective.sample.size |
The effective sample size when weights are applied. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.