print.eff: Prints objects of class eff for HTML display

Description Usage Arguments Value Author(s) See Also

Description

Over-rides the print method for eff objects to improve their display in HTML

Usage

1
2
## S3 method for class 'eff'
print(x, type = c("response", "link"), ...)

Arguments

x

An object of class eff

type

for linear and generalized linear models, if “response” (the default), effects are printed or the vertical axis is labelled on the scale of the response variable; if “link”, effects are printed or the vertical axis labelled on the scale of the linear predictor. For polytomous logit models, this argument takes either “probability” or “logit”, with the former as the default

...

additional arguments passed to print method

Value

Invisibly returns the eff object. This function also generates a length-1 character vector containing the HTML code to display the effects as a table.

Author(s)

Bill Altermatt

See Also

summary.eff


DeducerRichOutput documentation built on May 2, 2019, 4:53 p.m.