R語言
power
位於 stats
包(package)。 說明
基於鏈接函數 創建鏈接對象。
用法
power(lambda = 1)
參數
lambda |
一個實數。 |
細節
如果lambda
為非正數,則將其視為零,並獲取日誌鏈接。默認lambda = 1
給出身份鏈接。
值
包含組件 linkfun
、 linkinv
、 mu.eta
和 valideta
的列表。有關其含義的信息,請參閱make.link
。
例子
power()
quasi(link = power(1/3))[c("linkfun", "linkinv")]
參考
Chambers, J. M. and Hastie, T. J. (1992) Statistical Models in S. Wadsworth & Brooks/Cole.
也可以看看
要將數字求冪,請參閱 Arithmetic
。
要計算測試的功效,請參閱 stats
包中的各種函數,例如 power.t.test
。
相關用法
- R power.t.test 一個和兩個樣本 t 檢驗的功效計算
- R power.prop.test 比例二樣本檢驗的功效計算
- R power.anova.test 方差檢驗平衡單向分析的功效計算
- R poly 計算正交多項式
- R poisson.test 精確泊鬆檢驗
- R plot.stepfun 繪製階躍函數
- R pairwise.t.test 成對 t 檢驗
- R predict.smooth.spline 通過平滑樣條擬合進行預測
- R plot.profile.nls 繪製 profile.nls 對象
- R predict 模型預測
- R plot.isoreg isoreg 對象的繪圖方法
- R profile.nls 分析 nls 對象的方法
- R plot.HoltWinters HoltWinters 對象的繪圖函數
- R ppoints 概率圖的坐標
- R predict.HoltWinters 擬合 Holt-Winters 模型的預測函數
- R proj 模型預測
- R predict.loess 預測黃土曲線或表麵
- R preplot 繪圖對象的預計算
- R plot.ts 繪製時間序列對象
- R prcomp 主成分分析
- R printCoefmat 打印係數矩陣
- R plot.density 核密度估計的繪圖方法
- R profile 分析模型的通用函數
- R ppr 投影尋蹤回歸
- R prop.test 等比例或給定比例檢驗
注:本文由純淨天空篩選整理自R-devel大神的英文原創作品 Create a Power Link Object。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。