checkdata | R Documentation |
ds
is correctThis is an internal function that checks the data.frame
s supplied
to ds
are "correct".
checkdata(
data,
region.table = NULL,
sample.table = NULL,
obs.table = NULL,
formula = ~1
)
data |
as in |
region.table |
as in |
sample.table |
as in |
obs.table |
as in |
formula |
formula for the covariates |
Throws an error if something goes wrong, otherwise returns a
data.frame
.
David L. Miller
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.