summary.LTN {MMAD}R Documentation

Summary of parameter estimates of a LTN model

Description

This function returns the result of the LTNMM function

Usage

## S3 method for class 'LTN'
summary(object, digits = 4, ...)

Arguments

object

Output from a call to LTN.

digits

The desired number of digits after the decimal point. Default of 4 digits is used.

...

Additional arguments

Value

Summary for LTNMM objects.

See Also

LTNMM

Examples



y=c(8.7, 5.4, 8.9, 5.8, 6.2, 9.9, 7.5, 9.5, 6.5, 6.3); a=5
result <- LTNMM(y~1, a=5)

summary(result,digits=4)




[Package MMAD version 1.0.0 Index]