R語言
getGroupsFormula
位於 nlme
包(package)。 說明
與 formula(object)
關聯的條件表達式(即 |
運算符之後的表達式)將作為單邊公式的命名列表或單個單邊公式返回,具體取決於 asList
的值。返回列表的組件按從最外層到最內層的順序排列,並以分組因子表達式命名。
用法
getGroupsFormula(object, asList, sep)
參數
object |
可以從中提取公式的任何對象。 |
asList |
可選的邏輯值。如果 |
sep |
字符,折疊多個級別時在組級別之間使用的分隔符。默認為 |
值
具有與 formula(object)
關聯的分組結構的單邊公式或單邊公式列表。如果 formula(object)
中不存在條件表達式,則返回 NULL
值。
例子
getGroupsFormula(y ~ x | g1/g2)
作者
José Pinheiro and Douglas Bates bates@stat.wisc.edu
也可以看看
getGroupsFormula.gls
, getGroupsFormula.lmList
, getGroupsFormula.lme
, getGroupsFormula.reStruct
, getGroups
相關用法
- R getGroups.lme 提取 lme 對象組
- R getGroups.data.frame 從 DataFrame 中提取組
- R getGroups.gls 提取 gls 對象組
- R getGroups.corStruct 提取結構組
- R getGroups.lmList 提取 lmList 對象組
- R getGroups 從對象中提取分組因子
- R getGroups.varFunc 提取 varFunc 組
- R getVarCov 提取方差-協方差矩陣
- R getCovariate.varFunc 提取 varFunc 協變量
- R getCovariateFormula 提取協變量公式
- R getResponse 從對象中提取響應變量
- R getData.lme 提取 lme 對象數據
- R getData.lmList 提取 lmList 對象數據
- R getCovariate 從對象中提取協變量
- R getResponseFormula 提取指定響應變量的公式
- R getData 從對象中提取數據
- R getCovariate.corStruct 提取 corStruct 對象協變量
- R getData.gls 提取 gls 對象數據
- R getCovariate.data.frame 提取 DataFrame 協變量
- R gapply 按組應用函數
- R gsummary 分組總結
- R gnlsControl gnls Fit 的控製值
- R gls 使用廣義最小二乘法擬合線性模型
- R groupedData 構造一個 groupedData 對象
- R gnlsStruct 廣義非線性最小二乘結構
注:本文由純淨天空篩選整理自R-devel大神的英文原創作品 Extract Grouping Formula。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。