predict.ReSurvFit {ReSurv}R Documentation

Predict IBNR frequency

Description

This function predicts the results from the ReSurv fits.

Usage

## S3 method for class 'ReSurvFit'
predict(
  object,
  newdata = NULL,
  grouping_method = "probability",
  check_value = 1.85,
  ...
)

Arguments

object

ResurvFit object specifying start time, end time and status.

newdata

IndividualDataPP object that contains new data to predict.

grouping_method

character, use probability or exposure approach to group from input to output development factors. Choice between:

  • "exposure"

  • "probability"

Default is "exposure".

check_value

numeric, check hazard value on initial granularity, if above threshold we increase granularity to try and adjust the development factor.

...

Additional arguments to pass to the predict function.

Value

Predictions for the ReSurvFit model. It includes


[Package ReSurv version 1.0.0 Index]