checkdata {Distance} | R Documentation |
Check that the data supplied to ds
is correct
Description
This is an internal function that checks the data.frame
s supplied
to ds
are "correct".
Usage
checkdata(
data,
region.table = NULL,
sample.table = NULL,
obs.table = NULL,
formula = ~1
)
Arguments
data |
as in |
region.table |
as in |
sample.table |
as in |
obs.table |
as in |
formula |
formula for the covariates |
Value
Throws an error if something goes wrong, otherwise returns a
data.frame
.
Author(s)
David L. Miller
[Package Distance version 1.0.9 Index]