Learn R Programming

spaMM (version 1.4.1)

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

Description

Summary and print methods for results from HLfit or related functions.

Usage

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

Arguments

object
The return object of HLfit or related functions.
x
The return object of HLfit or related functions.
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