summary.nlsJKnife: Summary for nlsJKnife

Description Usage Arguments Value

Description

Constructs a table of estimates and confidence intervals for the test statistic.

Usage

1
2
3
4
5
6
## S3 method for class 'nlsJKnife'
summary(object, level = 0.95, ...)

## S3 method for class 'summary.nlsJKnife'
print(x, digits = max(3L, getOption("digits") -
  3L), ...)

Arguments

object

An object of class nlsJKnife.

level

The confidence level required.

...

Currently ignored.

x

An object of class summary.nlsJKnife.

digits

The number of significant digits to use when printing.

Value

Returns an object of class nlsJKnife containing

object

the nlsJKnife object

theta

estimate of the test statistic

corrected

jackknife bias corrected estimate

bias

jackknife estimate of bias

cov

jackknife estimate of covariance

level

requested confidence level

lwr

jackknife lower confidence limit

upr

jackknife upper confidence limit


SWotherspoon/nlsaux documentation built on May 31, 2019, 8:41 a.m.