Learn R Programming

nmw (version 0.1.5)

EstStep: Estimation Step

Description

This estimates upon the conditions with InitStep.

Usage

EstStep()

Arguments

Value

Initial OFV

initial value of the objective function

Time

time consumed for this step

Optim

the raw output from optim function

Final Estimates

final estimates in the original scale

Author

Kyun-Seop Bae <k@acr.kr>

Details

It does not have arguments. All necessary arguments are stored in the e environment. It assumes "INTERACTION" between eta and epsilon for "COND" and "LAPL" options. The output is basically same to NONMEM output.

References

NONMEM Users Guide

See Also

InitStep

Examples

Run this code
# Only After InitStep
#EstStep()

Run the code above in your browser using DataLab