print.noia {noia}R Documentation

Printing Genetic Regressions

Description

Display the output of functions linearRegression and multilinearRegression.

Usage

## S3 method for class 'noia.linear':
print(x, ...)
## S3 method for class 'noia.multilinear':
print(x, ...)
## S3 method for class 'noia.common':
print(x, ...)

Arguments

x An object of class "noia.linear" or class "noia.multilinear".
... No effect for the moment.

Details

The print method being actually very similar for the linear and multilinear regressions, both call the common method print.noia.common.

Author(s)

Arnaud Le Rouzic <a.p.s.lerouzic@bio.uio.no>

References

Le Rouzic A, Alvarez-Castro JM. (2008). Estimation of genetic effects and genotype-phenotype maps. Evolutionary Bioinformatics, 4.


[Package noia version 0.93 Index]