Rdocumentation
powered by
Learn R Programming
mvngGrAd (version 0.1.4)
entryData: 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
See Also
movingGrid
(includes example of
entryData
)