Fitted random forest model using plants_df. Provided for testing and examples without requiring model fitting. Fitted with reduced complexity for faster computation and smaller object size.
Usage
data(plants_rf)Format
An object of class rf fitted with the following parameters:
data: plants_dfdependent.variable.name: plants_response ("richness_species_vascular")predictor.variable.names: plants_predictors (17 variables)distance.matrix: plants_distancexy: plants_xydistance.thresholds:c(100, 1000, 2000, 4000)num.trees: 50min.node.size: 30n.cores: 1
Details
This model uses reduced complexity (50 trees, min.node.size = 30) to keep object size small for package distribution. For actual analyses, use higher values (e.g., num.trees = 500, min.node.size = 5).