make.time: A Time-Making Function

View source: R/make.time.R

make.timeR Documentation

A Time-Making Function

Description

This function helps you create intermediary time-outcome values for known but unobserved values (e.g., dosages).

Usage

make.time(new_data, id_name, time_cutoff)

Arguments

new_data

enter data for which each ID has the same beginning and end time-point (see 'stop.time').

id_name

enter the name (str) of the column in your data containing subject's IDs.

time_cutoff

enter the number of days, months, years that define each subject's final observation.

Examples

make.time()

noahlorinczcomi/sgmm documentation built on Aug. 23, 2023, 1:28 a.m.