baseRate | R Documentation |
An S4 class generic function that returns the estimated baseline rate function.
baseRate(object, ...) ## S4 method for signature 'rateReg' baseRate(object, level = 0.95, control = list(), ...)
object |
An object used to dispatch a method. |
... |
Other arguments for future usage. |
level |
An optional numeric value indicating the confidence level required. The default value is 0.95. |
control |
An optional list to specify the time grid
where the baseline rate function is estimated.
The availble elements of the control list include
|
A baseRate
object.
baseRate,rateReg-method
: Estiamted baseline rate from a fitted model.
rateReg
for model fitting;
summary,rateReg-method
for summary of a fitted model;
plot,baseRate.rateReg-method
for ploting method.
## See examples given in function rateReg.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.