[R] linear regression with repeated measures

2018-04-09 Thread Wolfgang Raffelsberger
to change the standard errors, I'm shur what is the best way to do so # or 2) is there a package allowing to do these steps, thus returning correct DF, Std Err and Pr(>|t) ? Thanks in advance, Wolfgang Raffelsberger for completeness : sessionInfo() > sessionInfo() R version 3.4.4 (201

Re: [R] Installing different R versions

2015-10-07 Thread Wolfgang Raffelsberger
check out the official document *R Installation and Administration* from https://cran.r-project.org/manuals.html There you'll find how to define a specific path for each installation. (Since a number of years I administrate multiple versions of R at different platforms, of course including Linux)

[R] (ordinal) logistic regression

2015-07-16 Thread Wolfgang Raffelsberger
Dear list, I've been looking at previous posts on the list, but I haven't found any close enough to my question/problem. My data can be seen as a matrix of mutiple individuals (columns) with (rather independent) measures (lines). Now based on supplemental information, the individuals are organized

[R] ECCB 2014

2014-06-03 Thread Wolfgang Raffelsberger
or demo abstract, and apply for a travel fellowship. Looking forward to see you soon in Strasbourg, Wolfgang Raffelsberger on behalf of the ECCB'14 local organizers [[alternative HTML version deleted]] __ R-help@r-project.org mailing list

[R] (minor) R syntax error in help page to the function makeCluster of library(snow)

2012-10-04 Thread Wolfgang Raffelsberger
and not attached): [1] snow_0.3-10 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Wolfgang Raffelsberger, PhD IGBMC, 1 rue Laurent Fries, 67404 Illkirch Strasbourg, France wolfgang.raffelsberger (a t) igbmc.fr [[alternative

[R] how to define PKG_CONFIG_PATH ?

2011-05-31 Thread Wolfgang RAFFELSBERGER
= repos, ...) : installation of package 'Rgraphviz' had non-zero exit status > > ##for completeness : > > sessionInfo() R version 2.13.0 (2011-04-13) Platform: x86_64-unknown-linux-gnu (64-bit) locale: [1] C attached base packages: [1] stats graphics grDevices utils da

[R] Email out of R (code)

2011-05-18 Thread Wolfgang RAFFELSBERGER
In case you're using Unix/Linux, have a look at www.r-project.org/doc/Rnews/Rnews_2007-1.pdf (page 30 - 32) Wolfgang . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Wolfgang Raffelsberger, PhD IGBMC, 1 rue Laurent Fries, 67404 Illkirch Strasbourg, France Tel (+33

[R] RE : run a slef-written function

2011-03-15 Thread Wolfgang RAFFELSBERGER
?source . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Wolfgang Raffelsberger, PhD IGBMC, 1 rue Laurent Fries, 67404 Illkirch Strasbourg, France wolfgang.raffelsberger (at) igbmc.fr De : r-help-boun...@r-project.org [r-help

[R] RE : creating character vector

2011-03-14 Thread Wolfgang RAFFELSBERGER
V1 1 first 2 second 3 third > ## or if you want a character-vector > dat <- as.character(as.matrix(read.table("clipboard"))) > dat [1] "first" "second" "third" . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Wolf

[R] RE : replace values of a table !!!

2010-12-21 Thread Wolfgang RAFFELSBERGER
? HTH, Wolfgang . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Wolfgang Raffelsberger, PhD Laboratoire de BioInformatique et Génomique Intégratives IGBMC, 1 rue Laurent Fries, 67404 Illkirch Strasbourg, France Tel (+33) 388 65 3300 Fax (+33) 388 6

[R] RE : Sweave: Conditional code chunks?

2010-11-15 Thread Wolfgang RAFFELSBERGER
%% fig1 \label{..} \end{figure} } \fi Wolfgang . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Wolfgang Raffelsberger, PhD Laboratoire de BioInformatique et Génomique Intégratives IGBMC, 1 rue Laurent Fries, 67404 Illkirch Strasbourg, France Tel (+33) 388 65 3300

[R] (linux) display messages in R startup screen

2010-02-11 Thread Wolfgang Raffelsberger
attached base packages: [1] stats graphics grDevices utils datasets methods base . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Wolfgang Raffelsberger, PhD Laboratoire de BioInformatique et Génomique Intégratives CNRS UMR7104, IGBMC, 1 rue Laurent Fries, 67404

Re: [R] makefile for sweave

2009-11-26 Thread Wolfgang Raffelsberger
98 Dept of Family/Preventive Medicine E mailto:cbe...@tajo.ucsd.edu UC San Diego http://famprevmed.ucsd.edu/faculty/cberry/ La Jolla, San Diego 92093-0901 __ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Wolfgang Raffelsberger, PhD Laboratoire de BioInformatique et Génomique Intégrati

Re: [R] Sandard deviation calculation

2009-10-26 Thread Wolfgang Raffelsberger
leted]] __ 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. . . . . . . . . . .

[R] how to make a function recognize the name of an object/vector given as argument

2009-09-24 Thread Wolfgang Raffelsberger
.1252;LC_CTYPE=French_France.1252;LC_MONETARY=French_France.1252;LC_NUMERIC=C;LC_TIME=French_France.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base Thank's in advance, Wolfgang . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Re: [R] data frame

2009-09-01 Thread Wolfgang Raffelsberger
h) } thanks a lot Tammy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Wolfgang Raffelsberger, PhD Laboratoire de BioInformatique et Génomique Intégratives CNRS UMR7104, IGBMC, 1 rue Laurent Fries, 67404 Illkirch Strasbourg, France Tel (+33) 388 65 3300 Fax (+33) 388 65 327

[R] Re : Re: Best R text editors?

2009-08-30 Thread Wolfgang RAFFELSBERGER
There's also a page on the R-Wiki devoted to the colection of editors :You'll find it in the section "Windows GUI + other editors"http://wiki.r-project.org/rwiki/doku.php?id=getting-started:system-setup:system-setup&s=editorWolfgang- Message d'origine -De: Liviu Andronic Date: Dimanche,

Re: [R] using Sweave, how to save a plot in a given size

2009-04-14 Thread Wolfgang Raffelsberger
ed, minimal, self-contained, reproducible code. -- . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Wolfgang Raffelsberger, PhD Laboratoire de BioInformatique et Génomique Intégratives CNRS UMR7104, IGBMC 1 rue Laurent Fries, 67404 Illkirch Strasbourg, France Tel (+

[R] require() is not giving TRUE / FALSE statements ?

2009-03-10 Thread Wolfgang Raffelsberger
ackages: [1] stats graphics grDevices datasets tcltk utils methods base other attached packages: [1] RODBC_1.2-4svSocket_0.9-5 svIO_0.9-5 R2HTML_1.59 svMisc_0.9-5 svIDE_0.9-5 loaded via a namespace (and not attached): [1] tools_2.8.1 . . . . . . . . . . . . .

[R] error in mood.test

2009-03-04 Thread Wolfgang Raffelsberger
other attached packages: [1] svSocket_0.9-5 svIO_0.9-5 R2HTML_1.59svMisc_0.9-5 svIDE_0.9-5 loaded via a namespace (and not attached): [1] tools_2.8.1 > Thank's in advance, Wolfgang and David . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Wolfgang

Re: [R] Don't find a package !

2009-02-16 Thread Wolfgang Raffelsberger
k given in the article is dead and authors doesn't reply ! Is there someone who uses it ? Thank you very much for help . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Wolfgang Raffelsberger, PhD Laboratoire de BioInformatique et Génomique Intégratives CNRS UMR710

Re: [R] Odp: optimizing speed of calculation (recursive product)

2008-09-03 Thread Wolfgang Raffelsberger
I think 2*c(cumprod(a)[M-1],cumprod(a[-1])[M-1]) is the answer. Berend -- . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Wolfgang Raffelsberger, PhD Laboratoire de BioInformatique et Génomique Intégratives CNRS UMR7104, IGBMC 1 rue Laurent Fries, 67404 Illkirc

[R] optimizing speed of calculation (recursive product)

2008-09-03 Thread Wolfgang Raffelsberger
ee how I could do so. a <- runif(1000,0.5,1.6) C <- 2 M <- 1000 system.time( for (i in 1:(M-1)) {C <- C* c(a[i],a[i+1])} ) By the way, I'm using R-2.7.2 on Win XP and/or Fedora Linux. Thank's in adv

Re: [R] Plotting Bi-Gamma Distribution

2008-07-02 Thread Wolfgang Raffelsberger
nd provide commented, minimal, self-contained, reproducible code. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Wolfgang Raffelsberger, PhD Laboratoire de BioInformatique et Génomique Intégratives CNRS UMR7104, IGBMC 1 rue Laurent Fries, 67404 Illkirch Strasbourg, France Tel

[R] alternatives to traditional least squares method in linear regression ?

2007-11-28 Thread Wolfgang Raffelsberger
ed a function or package in R allowing to modify the exponent (of the least squares method) or more general allowing to define the model to be used for estimating/optimizing the residues ? Thank's in advance Wolfgang Raffelsberger > plot(x,y)# x and y are my data > regr <- lm(

Re: [R] windows vista

2007-11-28 Thread Wolfgang Raffelsberger
__ > 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. > -- . . . . . .

[R] finding libraries with command line Rterm.exe (from tcl/tk )

2007-10-05 Thread Wolfgang Raffelsberger
directory-names would make this worthless. Where can I find more information about the _environement files_ or R (mentioned in ?Startup) ? In this context I'd also be interested to know where these environment variables are saved (I assume they are written to one/serveral files). I've

[R] Problem with .libPaths & Rterm.exe (under Vista)

2007-10-04 Thread Wolfgang Raffelsberger
ection of libraries in the path of the R installation itself. Does anyone have an idea how I could identify the libPath for a given user and by which argument added to R.exe I could allow accessing these libraries, too ? Thanks’ in advance, Wolfgang Raffelsberger . . . . . . . . . . . . . . . .