Learn R Programming

babelmixr2 (version 0.1.6)

.popedSolveIdME: Solve poped problem for appropriate times with single/multiple endpoint models

Description

This really should not be called directly (if not setup correctly can crash R)

Usage

.popedSolveIdME(theta, umt, mt, ms, nend, id, totn)

.popedSolveIdME2(theta, umt, mt, ms, nend, id, totn)

Value

a data frame with $f and $w corresponding to the function value and standard deviation at the sampling point

Arguments

theta

parameters (includes covariates and modeling times)

umt

unique times sampled

mt

original unsorted time (to match the f/w against)

ms

model switch parameter integer starting with 1 (related to dvid in rxode2)

nend

specifies the number of endpoints in this model

id

this is the design identifier

totn

This is the total number of design points tested

Author

Matthew L. Fidler