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


R varWeights.glsStruct glsStruct 對象的方差權重


R語言 varWeights.glsStruct 位於 nlme 包(package)。

說明

如果object包含varStruct分量,則返回對應的varFunc對象表示的方差函數結構的標準差的倒數;否則,返回長度等於 DataFrame 中用於擬合關聯線性模型的觀測值數量的向量。

用法

## S3 method for class 'glsStruct'
varWeights(object)

參數

object

繼承自類 "glsStruct" 的對象,表示線性模型組件列表,例如 corStruct"varFunc" 對象。

如果object包含varStruct分量,則為具有相應方差權重的向量;否則,或者一個向量。

作者

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.

也可以看看

varWeights

相關用法


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