R語言
plot-methods
位於 stats4
包(package)。 說明
繪製 "mle"
對象的輪廓可能性。
用法
## S4 method for signature 'profile.mle,missing'
plot(x, levels, conf = c(99, 95, 90, 80, 50)/100, nseg = 50,
absVal = TRUE, ...)
參數
x |
類 |
levels |
級別,以 t 統計量的絕對值為尺度,在該級別上插值間隔。通常使用 |
conf |
參數的基於配置文件的置信區間的置信水平的數值向量。 |
nseg |
一個整數值,給出輪廓 t 曲線的樣條插值中使用的段數。 |
absVal |
一個邏輯值,指示繪圖是否應采用輪廓 t 的絕對值的比例。默認為 |
... |
|
方法
signature(x = "ANY", y = "ANY")
-
通用函數:參見
plot
。 signature(x = "profile.mle", y = "missing")
-
繪製
x
的似然曲線。
相關用法
- R profile-methods stats4 包中的函數配置文件方法
- R update-methods stats4包中函數更新的方法
- R mle 最大似然估計
- R stlmethods STL 對象的方法
- R medpolish 矩陣的中值波蘭(穩健雙向分解)
- R naprint 調整缺失值
- R summary.nls 總結非線性最小二乘模型擬合
- R summary.manova 多元方差分析的匯總方法
- R formula 模型公式
- R nls.control 控製 nls 中的迭代
- R aggregate 計算數據子集的匯總統計
- R deriv 簡單表達式的符號和算法導數
- R kruskal.test Kruskal-Wallis 秩和檢驗
- R quade.test 四方測試
- R decompose 移動平均線的經典季節性分解
- R plot.stepfun 繪製階躍函數
- R alias 查找模型中的別名(依賴項)
- R qqnorm 分位數-分位數圖
- R eff.aovlist 多層方差分析的計算效率
- R pairwise.t.test 成對 t 檢驗
- R loglin 擬合對數線性模型
- R predict.smooth.spline 通過平滑樣條擬合進行預測
- R bartlett.test 方差齊性的 Bartlett 檢驗
- R influence.measures 回歸刪除診斷
- R loess.control 設置黃土參數
注:本文由純淨天空篩選整理自R-devel大神的英文原創作品 Methods for Function plot in Package stats4。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。