summary.bastaCheckCMR | R Documentation |
These function provide general information about the input data set to be used for BaSTA, as well as detailes on potential issues that could have been found on the data.
## S3 method for class 'bastaCheckCMR'
summary(object, ...)
## S3 method for class 'bastaCheckCens'
summary(object, ...)
## S3 method for class 'bastaCheckCMR'
print(x, ...)
## S3 method for class 'bastaCheckCens'
print(x, ...)
object |
Output from function |
x |
Output from function |
... |
Additional arguments passed to functions |
Both functions print to the screen the results of the DataCheck
function.
No return value, prints output to the console
Fernando Colchero fernando_colchero@eva.mpg.de
DataCheck
for running a data check on the input data for function basta
, FixCMRdata
to fix potential issues for capture-mark-recapture data.
## CMR data:
## --------- #
## Load data:
data("bastaCMRdat", package = "BaSTA")
## Check data consistency:
checkedData <- DataCheck(bastaCMRdat, dataType = "CMR", studyStart = 51,
studyEnd = 70)
## census data:
## ------------ #
## Load data:
data("bastaCensDat", package = "BaSTA")
## Check data consistency:
checkedData <- DataCheck(object = bastaCensDat, dataType = "census")
## Printed output:
## --------------- #
## Print DataCheck results:
print(checkedData)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.