|
bonjour,
je voudrais savoir s'il serait possible de suggérer aux développeurs de R de proposer une option supplémentaire pour les moustaches, à savoir les placer sur d1 et d9 comme c'est préconisé dans les programmes du secondaire en France, option du style boxplot (serie,range=91) par exemple... i would like to know if it is possible to have (with the agrement of developpers) a boxplot with whiskers from the first decile to the ninth decile, as usual in secondary french schools... by example : boxplot(serie,range=91) for french boxplot ? jean-pierre gerbal http://mathazay.free.fr/spip/ ______________________________________________ [hidden email] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html |
|
Check out the first two hits from:
RSiteSearch("french boxplot") On 4/2/06, Jean-Pierre GERBAL <[hidden email]> wrote: > bonjour, > > je voudrais savoir s'il serait possible de suggérer aux développeurs > de R de proposer une option supplémentaire pour les moustaches, à > savoir les placer sur d1 et d9 comme c'est préconisé dans les > programmes du secondaire en France, option du style boxplot > (serie,range=91) par exemple... > > i would like to know if it is possible to have (with the agrement of > developpers) a boxplot with whiskers from the first decile to the > ninth decile, as usual in secondary french schools... by example : > boxplot(serie,range=91) for french boxplot ? > > jean-pierre gerbal > > http://mathazay.free.fr/spip/ > > ______________________________________________ > [hidden email] mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html > ______________________________________________ [hidden email] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html |
|
In reply to this post by Jean-Pierre GERBAL-2
Jean-Pierre GERBAL wrote:
> bonjour, > > je voudrais savoir s'il serait possible de suggérer aux développeurs > de R de proposer une option supplémentaire pour les moustaches, à > savoir les placer sur d1 et d9 comme c'est préconisé dans les > programmes du secondaire en France, option du style boxplot > (serie,range=91) par exemple... > > i would like to know if it is possible to have (with the agrement of > developpers) a boxplot with whiskers from the first decile to the > ninth decile, as usual in secondary french schools... by example : > boxplot(serie,range=91) for french boxplot ? > > jean-pierre gerbal > > http://mathazay.free.fr/spip/ library(Hmisc) ?panel.bpplot With library(lattice), bwplot, and panel.bpplot you can show all deciles or any vector of quantiles. -- Frank E Harrell Jr Professor and Chair School of Medicine Department of Biostatistics Vanderbilt University ______________________________________________ [hidden email] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
Frank Harrell
Department of Biostatistics, Vanderbilt University |
| Powered by Nabble | Edit this page |
