Learn R Programming

erer (version 4.0)

summary.aiFit: Summary of Results from Static or Dynamic Models

Description

This summarizes the main results from AIDS models.

Usage

# S3 method for aiFit
summary(object, digits=3, ...)

Value

A data frame object with coefficients and related statistics by equation.

Arguments

object

an object of class aiFit from the function of aiStaFit or aiDynFit.

digits

number of digits for rounding outputs

...

additional arguments to be passed.

Author

Changyou Sun (edwinsun258@gmail.com)

Details

This wraps up the coefficents and statistics from aiFit by equation.

See Also

aiStaFit and aiDynFit.

Examples

Run this code
# see the examples for 'aiDynFit'.

Run the code above in your browser using DataLab