getSubCurveValues: Return fitted values

View source: R/helper.R

getSubCurveValuesR Documentation

Return fitted values

Description

Returns fitted values at observed times

Usage

getSubCurveValues(bd, origNames = TRUE, origTime = TRUE)

Arguments

bd

Single row of bdObj

origNames

use original names for y and time, or use "y" and "time"

origTime

Boolean. Do I actually want fitted values at observed times for that subject, or data.table with fitted values at the union of times

Details

Given a single row of bdObj, this returns fitted values at the observed times to use in conjunction with whatever else


bdots documentation built on Jan. 7, 2023, 1:18 a.m.