Gets the average empirical distribution for a set of samples of different sizes.
获取一组不同大小的样本平均的经验分布。
用法----------Usage----------
参数----------Arguments----------
参数:X
a list with numeric vectors. The vectors may be of different lengths.
listnumericvector的。 vectors可能是不同的长度。
参数:...
Not used.
不使用。
值----------Value----------
Returns a numeric vector of length equal to the longest vector in argument X.
返回numericvector长度等于最长的vector参数X。
遗漏值----------Missing values----------
Missing values are excluded.
遗漏值被排除在外。
作者(S)----------Author(s)----------
Parts adopted from Gordon Smyth (<a href="http://www.statsci.org/">http://www.statsci.org/</a>) in 2002
\& 2006. Original code by Ben Bolstad at Statistics Department,
University of California.