as.focei.dynmodel: Output nlmixr format for dynmodel

View source: R/dynmodel.R

as.focei.dynmodelR Documentation

Output nlmixr format for dynmodel

Description

Convert dynmodel output to nlmixr focei style output

Usage

## S3 method for class 'dynmodel'
as.focei(
  .dynmodelObject,
  .nlmixrObject,
  .data,
  .time,
  .theta,
  .fit,
  .message,
  .inits.err,
  .cov,
  .sgy,
  .dynmodelControl,
  .nobs2 = 0,
  .pt = proc.time(),
  .rxControl = RxODE::rxControl()
)

Arguments

.dynmodelObject

dynmodel object

.nlmixrObject

nlmixr object

.data

RxODE data set

.time

proc.time object used in dynmodel timing

.theta

estimated terms excluding error terms

.fit

optimized parameters

.message

optimization messages

.inits.err

initial estimates for error terms

.cov

covariance matrix from solved Hessian

.sgy

variance of Y given the model

.dynmodelControl

control options for dynmodel

.nobs2

-

.pt

proc.time object used in dynmodel timing

.rxControl

control options for RxODE

Value

A UI version of a dynmodel object

Author(s)

Mason McComb and Matt Fidler


nlmixr documentation built on March 27, 2022, 5:05 p.m.