pclm.confidence {ungroup} | R Documentation |
Compute Confidence Intervals for PCLM output
Description
Compute Confidence Intervals for PCLM output
Usage
pclm.confidence(fit, out.step, y, SE, ci.level, type, offset)
Arguments
fit |
Fitted values from pclm.fit |
out.step |
Length of estimated intervals in output. Values between 0.1 and 1 are accepted. Default: 1. |
y |
Vector with counts to be ungrouped. It must have the same dimension
as |
SE |
Standard Errors |
ci.level |
Level of significance for computing confidence intervals.
Default: |
type |
Type of PCLM model. Options: |
offset |
Optional offset term to calculate smooth mortality rates. A vector of the same length as x and y. See Rizzi et al. (2015) for further details. |
[Package ungroup version 1.4.4 Index]