print.noia {noia}R Documentation

Printing Genetic Regressions

Description

Display the output of functions linearRegression and multilinearRegression.

Usage

print.noia.linear(x, ...)
print.noia.multilinear(x, ...)
print.noia.common(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 multilinearRegressions, 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, in press.


[Package noia version 0.91 Index]