Calculate variable importance in INLA via simulation
calc_inla_vi.Rd
Calculate variable importance in INLA via simulation
Arguments
- cv_set
list object containing analysis and assessment data.frames
- y_var
string name of column of observed values
- pred_vars
vector string of predictor variables to use in model
- reff_var
string or formula for random effects
- id_vars
names of columns used as keys/ids in data.frames
- hyper_priors
priors for spatial and temporal random effects
- W_orgUnit
graph of orgUnit to use in spatial structure. If NULL (default), will not fit a spatial structure.
- seed
a seed to use for reproducability. Default = 8675309
- nsims
number of simulations to run. Default = 1