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