R語言
as.matrix.reStruct
位於 nlme
包(package)。 說明
此方法函數提取與 object
的 pdMat
元素對應的正定矩陣。
用法
## S3 method for class 'reStruct'
as.matrix(x, ...)
參數
x |
繼承自類 |
... |
從其他方法傳遞的進一步參數。 |
值
一個列表,其組件由與 object
的元素相對應的正定矩陣給出。
例子
rs1 <- reStruct(pdSymm(diag(3), ~age+Sex, data = Orthodont))
as.matrix(rs1)
作者
José Pinheiro and Douglas Bates bates@stat.wisc.edu
參考
Pinheiro, J. C. and Bates, D. M. (2000), Mixed-Effects Models in S and S-PLUS, Springer, New York.
也可以看看
相關用法
- R as.matrix.corStruct corStruct 對象的矩陣
- R as.matrix.pdMat pdMat 對象的矩陣
- R asTable 將 groupedData 轉換為矩陣
- R asOneFormula 組合一組對象的公式
- R anova.lme 比較擬合對象的可能性
- R anova.gls 比較擬合對象的可能性
- R augPred 增強預測
- R allCoef 從一組對象中提取係數
- R Pixel X 射線像素強度隨時間的變化
- R corARMA ARMA(p,q) 相關結構
- R getGroupsFormula 提取分組公式
- R corRatio 有理二次相關結構
- R logLik.glsStruct glsStruct 對象的對數似然
- R intervals.lmList lmList 係數的置信區間
- R corLin 線性相關結構
- R plot.augPred 繪製 augPred 對象
- R print.varFunc 打印 varFunc 對象
- R recalc 重新計算壓縮線性模型對象
- R Variogram.corSpher 計算 corSpher 對象的半變異函數
- R getGroups.lme 提取 lme 對象組
- R nlmeStruct 非線性混合效應結構
- R predict.nlme 來自 nlme 對象的預測
- R corSymm 一般相關結構
- R qqnorm.gls gls 對象殘差的正態圖
- R pdCompSymm 具有複合對稱結構的正定矩陣
注:本文由純淨天空篩選整理自R-devel大神的英文原創作品 Matrices of an reStruct Object。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。