當前位置: 首頁>>代碼示例 >>用法及示例精選 >>正文


R terms 示範條款


R語言 terms 位於 stats 包(package)。

說明

函數terms是一個通用函數,可用於提取條款來自不同種類的物體R數據對象。

用法

terms(x, ...)

參數

x

用於選擇要分派的方法的對象。

...

傳入或傳出其他方法的進一步參數。

細節

"aovlist""terms" "formula" (請參閱 terms.formula )有一些方法:默認方法僅提取對象的 terms 組件,或者失敗 "terms" 屬性(如以下所使用: model.frame)。

"terms"printlabels 方法:後者打印術語標簽(請參閱 terms.object )。

c("terms", "formula") 類的對象,其中包含符號模型的術語表示。有關其結構,請參閱terms.object

參考

Chambers, J. M. and Hastie, T. J. (1992) Statistical models. Chapter 2 of Statistical Models in S eds J. M. Chambers and T. J. Hastie, Wadsworth & Brooks/Cole.

也可以看看

terms.objectterms.formulalmglmformula

相關用法


注:本文由純淨天空篩選整理自R-devel大神的英文原創作品 Model Terms。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。