Usage
effect(object, x1 = NULL, x2 = NULL, c = NULL, q = NULL, r = NULL, npoints = NULL,
level = 0.95, nboot = 999, seed = 4321, verbose = TRUE)
## S3 method for class 'effect':
print(x, ...)
Arguments
object
an object of class "tlm
", a result of a call to tlm
. x1
numeric. The values of the explanatory variable where the effect should be computed. See `Details'.
x2
numeric. The alternative values of the explanatory variable (changing from x1
) for which the effect should be computed. See `Details'.
c
numeric. The additive change in the explanatory variable. See `Details'.
q
numeric. The multiplicative change in the explanatory variable. See `Details'.
r
numeric. The percent change in the explanatory variable. See `Details'.
npoints
numeric. The number of points where the effect should be computed. See `Details'.
level
numeric. Confidence level for the effect estimate. Default is 0.95.
nboot
numeric. The number of non parametric bootstrap samples to compute confidence intervals. Default is 999. See `Details'.
seed
numeric. A single value, the seed for bootstrapping. Default is 4321.
verbose
logical. Whether to print detailed progress on R prompt. Default is TRUE
.
x
an object of class "effect
", a result of a call to effect
.
...
further additional arguments passed to the method print
.