I would like to create a data.frame with dynamic created headers. I will later 
fill it with percentiles. My percentiles vector is:
percentiles = c(0.05, 0.10, 0.20, 0.30, 0.40, 0.50, 0.60, 0.70, 0.80, 0.90, 
0.95, 1.00)

>From this vector I would like to have headers like:
p5, p10, p20, ..., p95, p100

Is it possible to create headers in such way, something like "p"+100*c?

        [[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