Or cast to vector: 

> set.seed(28)
>  x<- sample(1:40,20,replace=TRUE)
>  qx<-quantile(x,probs=0.10)
>  qx
> #10%
> #3.8

> as.vector(qx)
> #3.8



*******************************************************************
This email and any attachments are confidential. Any use...{{dropped:8}}

______________________________________________
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