Description Usage Arguments Value Author(s) See Also
View source: R/genfrail.control.R
This function creates a list of control parameters needed by genfrail.
1 2 3 4 | genfrail.control(censor.reltol = 1e-4,
censor.subdivisions = 1000L,
crowther.reltol = 1e-4,
crowther.subdivisions = 1000L)
|
censor.reltol |
numeric relative tolerence for convergence of the censorship numerical integration. Default is 0.001. |
censor.subdivisions |
integer, maximum number of censorship numerical integration subdivisions. Default is 1000. |
crowther.reltol |
numeric relative tolerence for convergence of the numerical integration in Crowther's formula. Default is 0.001. |
crowther.subdivisions |
integer, maximum number of numerical integration subdivisions in Crowther's formula. Default is 1000. |
A list of control parameters.
John V. Monaco, Malka Gorfine, Li Hsu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.