powered by
Summarizes an ocf object.
ocf
# S3 method for ocf summary(object, ...)
An ocf object.
Further arguments passed to or from other methods.
Riccardo Di Francesco
Di Francesco, R. (2025). Ordered Correlation Forest. Econometric Reviews, 1–17. tools:::Rd_expr_doi("10.1080/07474938.2024.2429596").
ocf, marginal_effects
marginal_effects
## Generate synthetic data. set.seed(1986) data <- generate_ordered_data(100) sample <- data$sample Y <- sample$Y X <- sample[, -1] ## Fit ocf. forests <- ocf(Y, X) ## Summary. summary(forests)
Run the code above in your browser using DataLab