fitED-class {EffectiveDose}R Documentation

Class "fitED"

Description

A object of class fitED is the ouput of ED.

Objects from the Class

Objects can be created by calls of the form new("fitED", ...).

Slots

alpha:
Object of class "numeric". Alpha-values where the effective dose levels is computed.
ED:
Object of class "numeric". The levels of the Effective dose corresponding to the alpha-values.
call:
Object of class "call". The call of the function "ED" for this object.

Methods

lines
signature(x = "fitED"): ...
plot
signature(x = "fitED", y = "missing"): ...
print
signature(x = "fitED"): ...

See Also

ED.Boot.CI, ED


[Package EffectiveDose version 1.0-6 Index]