Learn R Programming

iNZightPlots (version 2.16.0)

inzinference: iNZight Inference Method

Description

A generic function used to generate inferential information for objects within the iNZight ecosystem.

Usage

inzinference(x, ..., env = parent.frame())

# S3 method for formula inzinference( x, data = NULL, design = NULL, type = c("conf", "comp"), ..., env = parent.frame() )

Value

The output depends on the type of input, and consists of a inference object with a print method.

Arguments

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).

Methods (by class)

  • inzinference(formula): Wrapper for getPlotSummary to obtain inference information about a plot