des_func_quantile: Desirability function quantile

Description Usage Arguments

View source: R/adaptconcept2_sFFLHD_R6_desfuncs.R

Description

A des func where output is scaled 0 to 1, max higher

Usage

1
2
3
4
5
6
7
8
9
des_func_quantile(
  mod,
  XX,
  threshold = 0,
  power = 1,
  return_se = F,
  N_add = 1000,
  threshold_jump = 0
)

Arguments

mod

model

XX

design matrix

threshold

Scalar in [0,1) thresholding how big the quantile should be.

power

The power the quantiles will be raised to after thresholding.

return_se

whether the se prediction should be returned along with the des, all will be returned in data.frame, this will save time if calculating the werror function since it is faster

N_add

number of points to add

threshold_jump

amount the threshold should jump to predict both at once instead of separately


CollinErickson/AdaptCompExp documentation built on April 13, 2020, 4:53 p.m.