ddim | R Documentation |
Function that computes dimension statistics for a data set with clusters and strata
and its print
method.
ddim(formula, data)
## S3 method for class 'ddim'
print(x, ...)
formula |
A formula object, with the response on the left of a |
data |
A data frame (or object coercible by as.data.frame to a data frame) containing the variables in the model. |
x |
An object, produced by the |
... |
Further arguments to be passed to |
Sc |
The number of strata in each cluster. |
Ystat |
A data.frame with |
Ts.estim
dimstat <- ddim(formula = Y ~ strata(Strata) + cluster(Cluster), data = bison)
dimstat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.