| print.noia {noia} | R Documentation |
Printing Genetic Regressions and GP map analyses
Description
Display the output of functions linearRegression,
multilinearRegression and linearGPmapanalysis
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, ...)
## S3 method for class 'noia.linear.gpmap'
print(x, ...)
Arguments
x |
An object of class |
... |
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, Arne B. Gjuvsland
References
Le Rouzic A, Alvarez-Castro JM. (2008). Estimation of genetic effects and genotype-phenotype maps. Evolutionary Bioinformatics, 4.
[Package noia version 0.97.3 Index]