Learn R Programming

erer (version 3.1)

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, …)

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.

Value

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

Details

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

See Also

aiStaFit and aiDynFit.

Examples

Run this code
# NOT RUN {
# see the examples for 'aiDynFit'.
# }

Run the code above in your browser using DataLab