Learn R Programming

reda (version 0.5.4)

check_Recur: Checks for Recurrent Event Data

Description

Perform several checks for recurrent event data and update object attributions if some rows of the contained data (in the .Data slot) have been removed by such as na.action.

Usage

check_Recur(x, check = c("hard", "soft", "none"))

Value

An Recur object invisibly.

Arguments

x

An Recur object.

check

A character value specifying how to perform the checks for recurrent event data. Errors or warnings will be thrown, respectively, if the check is specified to be "hard" (by default) or "soft". If check = "none" is specified, no data checking procedure will be run.