Learn R Programming

spaMM (version 1.1)

summary.HLfit: Summary and print methods for fit and test results.

Description

Summary and print methods for results from HLfit / HLCor / corrHLfit / fixedLRT.

Usage

## S3 method for class 'HLfit':
summary(object,...)
## S3 method for class 'HLCor':
summary(object,...)
## S3 method for class 'corrHLfit':
summary(object,...)
## S3 method for class 'fixedLRT':
summary(object,verbose=TRUE,...)
## S3 method for class 'HLfit':
print(x,...)
## S3 method for class 'HLCor':
print(x,...)
## S3 method for class 'corrHLfit':
print(x,...)
## S3 method for class 'fixedLRT':
print(x,...)

Arguments

object
The return object of an HLCor / HLfit / corrHLfit call.
x
The return object of an HLCor / HLfit / corrHLfit call.
verbose
for summary.fixedLRT, whether to print the model fits or not.
...
further arguments passed to or from other methods.

Value

  • These methods return the object invisibly. They print details of the (lower level) HLfit results in a convenient form.

Examples

Run this code
## see examples of corrHLfit usage

Run the code above in your browser using DataLab