Description Usage Arguments Value See Also Examples
Adds a column called cydr_ResidualError to a
dataframe to identify observations associated with outlying yields.
Will identify all observations with yields greater than sd standard
deviations away from the mean. If remove is TRUE all
observations associated with a residual error will be removed from the
dataframe.
1 |
data |
a dataframe, standardized and outputted from AgLeader. |
remove |
a boolean. Defaults to |
type |
one of |
sd |
a number >= 0. Defaults to 2. Used as the standard deviation threshold for error identification. |
A dataframe with an added column called cydr_ResidualError.
This column will be set to TRUE if an observation is deemed erroneous.
If remove = TRUE all observations cydr identifies as erroneous are
removed from the returned dataframe.
Other core functions: narrow_passes,
pass_end_turns, speed
1 2 3 | residual_outliers(data)
residual_outliers(data, TRUE)
residual_outliers(data, TRUE, type="low", sd=3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.