summary.nlsBoot: Summary for nlsBoot

Description Usage Arguments Value

Description

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

Usage

1
2
3
4
5
6
7
## S3 method for class 'nlsBoot'
summary(object, level = 0.95, method = c("basic",
  "percentile", "Normal"), ...)

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

Arguments

object

An object of class nlsBoot.

level

The confidence level required.

method

The type of bootstrap confidence interval to compute.

...

Currently ignored.

x

An object of class summary.nlsBoot.

digits

The number of significant digits to use when printing.

Value

Returns the estimates as an array.


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