View source: R/sampledescription.R
SampleDescription | R Documentation |
SampleDescription
Describes the sample, for use as footers in multivariate analyses.
SampleDescription(
n.total,
n.subset,
n.estimation,
subset.label,
weighted = TRUE,
weight.label = "",
missing,
imputation.label = NULL,
m,
variable.description = "",
resample = FALSE,
effective.sample.size = NULL,
dummy.adjusted = FALSE
)
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. |
missing |
How missing data is to be treated in the analysis. Options
are: |
imputation.label |
Method used to impute the data. |
m |
Number of imputaton samples. |
variable.description |
A |
resample |
Whether resampling is used whenever weights are applied. |
effective.sample.size |
The effective sample size when weights are applied. |
dummy.adjusted |
Logical to determine if dummy variables have been used in the sample. |
character description of sample
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.