coef_summary {TriDimRegression} | R Documentation |
Computes mean and optional quantiles for a coefficient.
coef_summary(coef_name, coef_matrix, probs)
coef_name |
String, name of the coefficient. |
coef_matrix |
Numeric matrix |
probs |
A numeric vector of quantiles to compute. |
data.frame with columns "Coef", "Mean", and a column for each quantile.
coef_summary("test", c(1, 2, 3), NULL)