residuals.bayescomm: Extract bayescomm model residuals

Description Usage Arguments See Also Examples

Description

residuals.bayescomm extracts model residuals from a bayescomm object. Residuals are calculated based on the mean of the posterior probability of presence.

Usage

1
2
## S3 method for class 'bayescomm'
residuals(object, ...)

Arguments

object

a bayescomm object

...

other arguments

See Also

BC

Examples

1
2
m1 <- example(BC)[[1]]
m1.res <- residuals(m1)

BayesComm documentation built on May 2, 2019, 1:43 p.m.