Description Usage Arguments Value Author(s) Examples
View source: R/Detecting_outliers.r
Function to interactively detect outliers on the fGLM fitting of a specific fleet segment.
1 | Detect_outliers(COSTS,Fleet_segment,formula)
|
COSTS |
Data frame built applying EA function on individual vessel data and automatically saved as COSTS.csv in the working directory. |
Fleet_segment |
Fleet segment to be investigated. |
formula |
GLM formula for which the outlier is detected. |
COSTS |
See format in the package (type CO in the console). |
Fleet_segment |
A string defining the fleet segment.This string should be the same reported in the COSTS data frame. |
formula |
Example: fuelcost~factor(Met_LOA)+Effort+0 |
Isabella Bitetto
1 | Detect_outliers(COSTS,"DTS_VL1218",fuelcost~factor(Met_LOA)+Effort+0)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.