weights is a generic function which extracts fitting weights from objects returned by modeling functions.
weights是一个通用的功能,提取返回的对象建模功能件重量。
Methods can make use of napredict methods to compensate for the omission of missing values. The default methods does so.
方法可以使用napredict方法来弥补缺失值的遗漏。默认的方法这样做。
用法----------Usage----------
weights(object, ...)
参数----------Arguments----------
参数:object
an object for which the extraction of model weights is meaningful.
提取模型权重的对象是有意义的。
参数:...
other arguments passed to methods.
其他参数传递给方法。
值----------Value----------
Weights extracted from the object object: the default method looks for component "weights" and if not NULL calls napredict on it.
从对象中提取的重量object:默认的方法看起来组件"weights"如果没有NULLnapredict就可以调用。
参考文献----------References----------
Statistical Models in S. Wadsworth & Brooks/Cole.