blup.FluMoDL {FluMoDL} | R Documentation |
Get or set BLUP coefficients for a FluMoDL object
Description
This retrieves or sets the BLUP coefficients for a particular FluMoDL object.
Usage
## S3 method for class 'FluMoDL'
blup(object, ...)
blup(object) <- value
## S3 replacement method for class 'FluMoDL'
blup(object) <- value
Arguments
object |
An object of class |
... |
Further arguments passed to or from other methods. |
value |
An object of class |
Value
For blup.FluMoDL
, the returned object of class
summary.FluMoDL
holding the BLUP coefficients associated
with the FluMoDL object.
[Package FluMoDL version 0.0.3 Index]