|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
ConfidenceRange
ConfidenceRange
is an option for SurvivalModelFit and other functions that specifies the range over which simultaneous confidence intervals and bands are computed.
DetailsDetails
- ConfidenceRange affects values of properties related to simultaneous confidence intervals and bands.
- Possible settings for ConfidenceRange include:
-
All use the range of noncensored data Full use the full range of the data {tmin,tmax} explicitly set the confidence range - The values
and
can be any real numbers such that
. - For a survival model with estimation points ep, the setting Full is equivalent to the setting {Min[ep], Max[ep]}.
- The setting All is equivalent to the setting {Min[nc], Max[nc]}, where nc are the endpoints of noncensored and interval-censored data values.
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
Set the range over which simultaneous confidence bands are estimated in a SurvivalModel:
| In[1]:= |
A 95% confidence envelope about the survival function from 200 to 400:
| In[2]:= |
| Out[2]= | ![]() |
New in 9
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »


