Estimate redistributed fishing effort following policy change or change in other factors that influence fisher location choice.
Usage
model_prediction(
project,
mod.name,
closures,
enteredPrice = NULL,
use.scalers = FALSE,
scaler.func = NULL
)
Arguments
- project
Name of project
- mod.name
Model name. Argument can be the name of the model or the name can be pulled the modelChosen table. Leave
mod.name
empty to use the name of the saved "best" model. If more than one model is saved,mod.name
should be the numeric indicator of which model to use. Usetable_view("modelChosen", project)
to view a table of saved models.- closures
closure scenarios
- enteredPrice
NEED TO FIGURE OUT WHAT EXACTLY THIS IS
- use.scalers
Input for
create_model_input()
. Logical, should data be normalized? Defaults toFALSE
. Rescaling factors are the mean of the numeric vector unless specified withscaler.func
.- scaler.func
Input for
create_model_input()
. Function to calculate rescaling factors.
Details
Calls logit_predict
, epm_predict
, and predict_probability
.
Closure scenarios and TAC must be define using zone_closure
function before function can be run.