getSubCurveValues {bdots} | R 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
[Package bdots version 1.2.5 Index]