entryData {mvngGrAd} | R Documentation |
Function to extract entry information
Description
Generic function to extract the most relevant information from the adjustment procedure for each entry included in the trial.
Usage
entryData(object,...)
Arguments
object |
an object from the context of moving grid adjustment |
... |
possible other arguments to methods |
Value
returned is a data.frame
with the following content
row |
the row of the entry |
column |
the column of the entry |
column |
the column of the entry |
adjustedPhe |
the adjusted phenotypic value |
observedPhe |
the observed phenotypic value |
movingMean |
the moving mean |
nValues |
the number of values to calculate the moving mean |
... and possibly more
Rdversion
1.1
Author(s)
Frank Technow
See Also
movingGrid
(includes example of entryData
)
[Package mvngGrAd version 0.1.6 Index]