ED.Boot.CI-class {EffectiveDose}R Documentation

Class "ED.Boot.CI"

Description

A object of class ED.Boot.CI is the ouput of Boot.CI.

Objects from the Class

Objects can be created by calls of the form new("ED.Boot.CI", ...).

Slots

CI:
Object of class "numeric". Lower and upper limits of the bootstrap interval labeled as (1-level)/2 and 1 - (1-level)/2 in % (by default 2.5 % and 97.5 % ).
R:
Object of class "numeric". Number of Bootstrap replications to calculate the confidence interval.
call:
Object of class "call". The call of the function "ED" for this object.

Methods

print
signature(x = "ED.Boot.CI"): ...

See Also

fitED, Boot.CI


[Package EffectiveDose version 1.0-6 Index]