event: #' cluster function #' #' @param x name from original...

View source: R/fcollect.R

eventR Documentation

#' cluster function #' #' @param x name from original dataframe which specifies the cluster or object id. #' @description Specify cluster id for clustered data or object id for recurrent data in the input formula. #' @return No return value, called to construct formula. #' @export cluster <- function(x) x event function

Description

Specify event id for multi-event data in the input formula.

Usage

event(x)

Arguments

x

name from original dataframe which specifies the event id.

Value

No return value, called to construct formula.


heilokchow/MMsplit documentation built on Aug. 19, 2023, 4:44 p.m.