A generic function used to generate inferential information for objects within the iNZight ecosystem.
inzinference(x, ..., env = parent.frame())# S3 method for formula
inzinference(
x,
data = NULL,
design = NULL,
type = c("conf", "comp"),
...,
env = parent.frame()
)
The output depends on the type of input, and consists of a inference object with a print
method.
An object
additional arguments for methods
an environment to evaluate things
Dataset to plotq
A survey design to use
Type type of inference to obtain, one of 'conf' or 'comp' for confidence intervals and comparison intervals, respectively (currently ignored).
inzinference(formula)
: Wrapper for getPlotSummary to obtain inference information about a plot