search for: hajage

Displaying 20 results from an estimated 37 matches for "hajage".

2005 Dec 27
2
Create pdf and postscript files
...reate a pdf and a postscript file from an R graphic. For example, I tried : plot(1) # example pdf("H:/Perso/essai.pdf") postscript("H:/Perso/essai.ps") But the pdf document created is empty. How do these functions work ? Thank you very much. -- David Hajage Interne de santé publique Institut Curie [[alternative HTML version deleted]]
2009 Jan 09
5
grep : escape "*"
Dear R useRs, Sorry for this foolish question, but I can't find how to escape the * character when using grep : > grep("-", c("/3", "2*3", "4-4")) [1] 3 > grep("/", c("/3", "2*3", "4-4")) [1] 1 > grep("*", c("/3", "2*3", "4-4")) Erreur dans grep("*",
2005 Dec 06
4
R newbie...
Hello, I'm a new user... I have a function : calculate <- function(x,y) { z <- x + y } I would like to use the result (z) with another function : recalculate <- function(...) { a <- z^2 } But R says that z does not exist... How can I use z in an another function ? Thank you for your answer... -- David [[alternative HTML version deleted]]
2006 Jun 15
2
Name of a column
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?... Nom : non disponible Url : https://stat.ethz.ch/pipermail/r-help/attachments/20060615/8bdef5dc/attachment.pl
2006 Oct 13
3
Barplot legend position
Dear useRs, I'm trying to create a barplot like so: x=matrix(1:10,2,5) barplot(x,leg=c("left","right"),besid=T) The legend is placed in default position topright, however the data are plotted there too. I tried controlling the legend position by adding x="topleft" but this results in an error that x matches multiple formal arguments. Leaving out the legend
2010 Aug 18
3
mtext coordinates
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?... Nom : non disponible URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20100818/5f203714/attachment.pl>
2007 Mar 18
3
Read a .sas7bdat file
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?... Nom : non disponible Url : https://stat.ethz.ch/pipermail/r-help/attachments/20070318/73867327/attachment.pl
2009 Jan 30
2
error message with roxygen
Hello useRs, I'm trying to use the Roxygen package. Here my code file : #' A packge to check Roxygen's sanity #' @name helloRoxygen-package #' @docType package NA And my R code to generate the package : library(roxygen) package.skeleton("helloRoxygen", code_files = "roxy.r", force = T) roxygenize("helloRoxygen", "helloRoxygen",
2008 Aug 01
2
is this a bug (apply and class) ?
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?... Nom : non disponible URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20080801/a1a7c3e9/attachment.pl>
2006 Jul 29
0
Version 0.4.3 of odfWeave
...if the default value for zipCmd in odfWeaveControl was not used. A more meaningful error message is produced. - the manual is now a "legal" package vignette and accessible using vignette("odfWeave"). Thanks to Manuel Morales, Ronggui, Andrew Robinson, Frank Harrell and David Hajage for their help in finding bugs. Please send any comments, questions, bugs etc. Max Kuhn Research Statistics Pfizer Global R&D Max.Kuhn at pfizer.com ---------------------------------------------------------------------- LEGAL NOTICE\ Unless expressly stated otherwise, this messag...{{dropped}...
2009 Oct 29
0
ascii package updated
...ments - cgroup argument works with txt2tags output - improve col alignment in txt2tags output - improve row and col span (cgroup and rgroup) - remove SweaveAscii() function - new Asciidoc(), T2t(), Sphinx() and Org() functions (wrapper for Sweave("file.Rnw", RweaveXxx)) Best, David Hajage [[alternative HTML version deleted]] _______________________________________________ R-packages mailing list R-packages at r-project.org https://stat.ethz.ch/mailman/listinfo/r-packages
2006 May 17
1
mc nemar test
Hello R users, I would like to perform a mc nemar test. There is my data : __________________________________ x <- matrix(4:1,2,2) x [,1] [,2] [1,] 4 2 [2,] 3 1 __________________________________ My population is too small for normal approximation. __________________________________ library(concord) mcnemar.mh(x) $statistic [1] 0.2 $p [1] 0.6547208 Warning message: low
2006 May 24
2
median of a survfit object
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?... Nom : non disponible Url : https://stat.ethz.ch/pipermail/r-help/attachments/20060524/312404be/attachment.pl
2006 May 29
2
Load a program from internet
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?... Nom : non disponible Url : https://stat.ethz.ch/pipermail/r-help/attachments/20060529/25f0e627/attachment.pl
2006 Jun 09
1
reverse variables
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?... Nom : non disponible Url : https://stat.ethz.ch/pipermail/r-help/attachments/20060609/84108484/attachment.pl
2006 Jul 29
0
Version 0.4.3 of odfWeave
...if the default value for zipCmd in odfWeaveControl was not used. A more meaningful error message is produced. - the manual is now a "legal" package vignette and accessible using vignette("odfWeave"). Thanks to Manuel Morales, Ronggui, Andrew Robinson, Frank Harrell and David Hajage for their help in finding bugs. Please send any comments, questions, bugs etc. Max Kuhn Research Statistics Pfizer Global R&D Max.Kuhn at pfizer.com ---------------------------------------------------------------------- LEGAL NOTICE\ Unless expressly stated otherwise, this messag...{{dropped}...
2008 Nov 20
1
Problem with ggplot2
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?... Nom : non disponible URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20081120/1faae4b9/attachment.pl>
2009 Apr 23
1
rbind on a list
I have two lists (and possibly more): col.prop <- structure(list(B = structure(c(0.5, 0.5, 0.6, 0.4, 0.555555555555556, 0.444444444444444), class = c("cast_matrix", "matrix"), .Dim = 2:3, .Dimnames = list( NULL, NULL)), D = structure(c(1, 0, 0.666666666666667, 0.333333333333333, 0.8, 0.2), class = c("cast_matrix", "matrix"), .Dim = 2:3, .Dimnames =
2009 Oct 29
0
ascii package updated
...ments - cgroup argument works with txt2tags output - improve col alignment in txt2tags output - improve row and col span (cgroup and rgroup) - remove SweaveAscii() function - new Asciidoc(), T2t(), Sphinx() and Org() functions (wrapper for Sweave("file.Rnw", RweaveXxx)) Best, David Hajage [[alternative HTML version deleted]] _______________________________________________ R-packages mailing list R-packages at r-project.org https://stat.ethz.ch/mailman/listinfo/r-packages
2010 Feb 26
1
ggplot2 : bug in coord_equal() ?
Hello, I think there is a bug in coord_equal when x s a factor : ggplot(diamonds, aes(clarity, fill=cut)) + geom_bar() ggplot(diamonds, aes(clarity, fill=cut)) + geom_bar() + coord_equal(1/2) David