calcP | R Documentation |
calculates detection probability from a fitted model.
calcP(obj, ...)
## S3 method for class 'efitR'
calcP(obj, na.rm = TRUE)
## S3 method for class 'efitGR'
calcP(obj, na.rm = TRUE)
## S3 method for class 'efitGRM'
calcP(obj, na.rm = TRUE)
## S3 method for class 'efitGP'
calcP(obj, na.rm = TRUE)
## S3 method for class 'efitMS'
calcP(obj, na.rm = TRUE)
## S3 method for class 'efitMNS'
calcP(obj, na.rm = TRUE)
## S3 method for class 'efitGRMS'
calcP(obj, na.rm = TRUE)
obj |
A fitted model object. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.