Friedman H-statistic for interaction detection
Source:R/extendr-wrappers.R
explain_friedman_rust.RdFriedman H-statistic for interaction detection
Usage
explain_friedman_rust(
intercept,
beta_t,
beta_se,
gamma,
fitted_values,
residuals,
r_squared,
r_squared_adj,
std_errors,
ncomp,
coefficients,
residual_se,
gcv,
fpca_mean,
fpca_rotation_data,
fpca_rotation_nrow,
fpca_rotation_ncol,
fpca_scores_data,
fpca_scores_nrow,
fpca_scores_ncol,
data,
component_j,
component_k,
n_grid
)