This function is generic; method functions can be written to handle specific classes of objects. Classes which already have methods for this function include lmList and lme.
此功能是通用的;写方法功能可以处理特定的类的对象。已经有此功能的方法,包括类lmList和lme。
用法----------Usage----------
fixed.effects(object, ...)
fixef(object, ...)
参数----------Arguments----------
参数:object
any fitted model object from which fixed effects estimates can be extracted.
任何拟合模型对象,从中可以提取固定效应估计。
参数:...
some methods for this generic function require additional arguments.
这个泛型函数的一些方法需要额外的参数。
值----------Value----------
will depend on the method function used; see the appropriate documentation.
将取决于所采用的方法函数;看到相应的文档。
参考文献----------References----------
in S and S-PLUS", Springer.
参见----------See Also----------
fixef.lmList
fixef.lmList
举例----------Examples----------
## see the method function documentation[#方法函数的文档。]