Hello,

Why does rm.outlier produce a list for me? I know its something about my
data because I can't make a mock up that reproduces the issue.

Any ideas? My data goes in as a matrix and comes out as a list:
> class(dat)
[1] "matrix"
> dat = rm.outlier(dat)
> class(dat)
[1] "list"
>

Thanks,

Ben

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to