library(car) a=c(1,2,3,4,5) b=powerTransform(a) a=bcPower(a,b$lambda);
注意,这里的数组a,里面不能有<=0的元素。
posted on 2015-01-20 15:03 云中道长 阅读(1606) 评论(0) 收藏 举报