当前位置: 首页>>代码示例 >>用法及示例精选 >>正文


R dials predictor_prop 预测变量的比例


该参数用于其中参数是预测变量的比例的模型。

用法

predictor_prop(range = c(0, 1), trans = NULL)

参数

range

一个二元素向量,分别保存最小和最大可能值的默认值。如果指定了转换,这些值应采用转换后的单位。

trans

scales 包中的 trans 对象,例如 scales::log10_trans()scales::reciprocal_trans() 。如果未提供,则使用与 range 中使用的单位相匹配的默认值。如果没有转换,NULL

细节

predictor_prop() 用于 step_pls()

例子

predictor_prop()
#> Proportion of Predictors (quantitative)
#> Range: (0, 1]

相关用法


注:本文由纯净天空筛选整理自Max Kuhn等大神的英文原创作品 Proportion of predictors。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。