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


R dials earth_parameters 地球模型可能的发动机参数参数


这些参数对于使用"earth"引擎的模型是辅助的。它们对应于使用 set_engine("earth", ...) 指定的调整参数。

用法

max_num_terms(range = c(20L, 200L), trans = NULL)

参数

range

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

trans

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

细节

要使用它们,请检查?earth::earth 以了解它们的使用方式。

例子

max_num_terms()
#> Maximum Number of Terms (quantitative)
#> Range: [20, 200]

相关用法


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