This function is generic; method functions can be written to handle specific classes of objects. Currently, only a groupedData method is available.
此功能是通用的;写方法功能可以处理特定的类的对象。目前,只有一个groupedData方法是可用的。
用法----------Usage----------
collapse(object, ...)
参数----------Arguments----------
参数:object
an object to be collapsed, usually a data frame.
一个对象被倒塌,通常一个数据框。
参数:...
some methods for the generic may require additional arguments.
一些通用方法,可能需要额外的参数。
值----------Value----------
will depend on the method function used; see the appropriate documentation.
将取决于所采用的方法函数;看到相应的文档。
作者(S)----------Author(s)----------
Jose Pinheiro and Douglas Bates <a href="mailto:bates@stat.wisc.edu">bates@stat.wisc.edu</a>
参见----------See Also----------
collapse.groupedData
collapse.groupedData
举例----------Examples----------
## see the method function documentation[#方法函数的文档。]