Description Usage Arguments Value
EFCP and VFCP for CQR, CQR-m, CQR-r
| 1 2 3 4 5 6 7 8 9 10 | conf_CQR_reg(
  x,
  y,
  split,
  beta_grid,
  mtry_grid,
  ntree_grid,
  method = "efficient",
  alpha = 0.1
)
 | 
| x | A N*d training matrix | 
| y | A N*1 training vector | 
| split | a vector of length 1 for efcp, length 2 for vfcp | 
| beta_grid | a grid of beta's | 
| mtry_grid | a grid of mtry | 
| ntree_grid | a grid of ntree | 
| method | "efficient" for efcp; "valid" for vfcp | 
| alpha | miscoverage level | 
the selected cqr method
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.