Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

28 results for “from:Jean-Louis Abitbol”

Adding mean and SEM in Hmisc ecdf
Jean-Louis Abitbol · Nov 16, 2004 · r-help

Dear R Gurus, Sorry if this has been asked before but I did not find it in the archives. I would like to add a horizontal display of mean and SEM on Hmisc ecdf plots done by group (ie variate...

Centering R output in Sweave/LaTeX
Jean-Louis Abitbol · May 13, 2009 · r-help

Good Day to All, When sweaving the following: \begin{table} \centering <<echo=FALSE>>= ftable(ifmtm$type, ifmtm$gender, ifmtm$marche , ifmtm$nfic, dnn=c("Type","Gender","Ambulant","Visit")) @ \caption{Four-way cross-tabulation on all data} \label{tab:crosstab} \end...

Background color Windows device (newbie)
Jean-Louis Abitbol · Oct 1, 2004 · r-help

Dear R Gurus Just started on R ! Using xYplot from Hmisc (R 1.9, W2K) I get a grey/blue background that I would like to change to white (ie no background) or may be to another color. Tried to...

barplot(2?) with CI from a zero reference line
Jean-Louis Abitbol · Nov 25, 2004 · r-help

Dear R Users, (and dear Marc) First of all many thanks for the answers to my previous questions. I would like to barplot the mean percent change of a variate with it's CI. Bars should start from the zero...

[basic ?] Merging result of by processing with a data frame
Jean-Louis Abitbol · Jan 17, 2005 · r-help

Dear All, I would like to merge a data frame such as: > basetab subject dose cmax 1 1031 50 21.8 .... with the result of a by processing such as: > tmax<-by(pkga,subject,f.tmax) > tmax subject: 1031 [1...

Character (1a, 1b) to numeric
Jean-Louis Abitbol · Jul 10, 2020 · r-help

Dear All I have a character vector, representing histology stages, such as for example: xc <- c("1", "1a", "1b", "1c", "2", "2a", "2b", "2c") and this goes on to 3, 3a etc in various order for each patient. I do...

Cause of Error 1:nrow(X) : argument NA / NaN
Jean-Louis Abitbol · Feb 3, 2006 · r-help

Dear R Helpers I am trying to get function smedian.hilow to work using Hmisc summarize on variable conc in dataframe pkindivmtd by time and dose using: attach(pkindivmtd) sconc <- summarize(conc,llist(time,dose),smedian.hilow) I get the...

FYI Paris CRAN mirror out ?
Jean-Louis Abitbol · Oct 26, 2005 · r-help

Good day to all, Just for info if this can be of any use to R maintainers the update package through the France (Paris) CRAN mirror does not seem to work. France (Lyon) works fine though. The Paris mirror used...

Help with adding minutes to time
Jean-Louis Abitbol · May 30, 2006 · r-help

Dear R Helpers, I need to read time from a .csv file which is formated as chartime (09:12:00) below. I need to add one minute (cf chartime2). Then I need to output the value just as 09:13...

Parametrizing heading in tables package
Jean-Louis Abitbol · Nov 20, 2013 · r-help

Dear R-Helpers, I am using the (great) tables package in a function this way: parplot <- function (x){ test <- pkqps[pkqps$estimate == x,] #### #some plotting ##### tab <- tabular((Heading("Analyte")*(analyte) * Heading(Site)* (fsite)) ~ (n=1)+ Justify(c)*Heading(substitute(test...

assigning differences in a loop
Jean-Louis Abitbol · Feb 26, 2006 · r-help

Dear All I would need to generate differences between variates such as nam1<-nam2-nam3 in the following loop: for(i in c("13","26","38")) { for (j in c("HR","PQ","QRS","QT")){ nam1<-paste("d",j,i,sep...

reshaping of data for barplot2
Jean-Louis Abitbol · Nov 24, 2004 · r-help

Dear All, I have the following data coming out from s <- with(final, summarize(norm, llist(gtt,fdiab), function(norm) { n <- sum(!is.na(norm)) s <- sum(norm, na.rm=T) binconf(s, n) }, type='matrix') ) ie gtt fdiab norm...

Warning object has offset 0. PDF file
Jean-Louis Abitbol · Oct 13, 2024 · r-help

Good day to all Using > library(pdftools) Using poppler version 23.04.0 I get a number of warnings such as: > pdf_subset(infile, pages = 156:157, output = outfile) WARNING: /Users/jla/Library/CloudStorage/Dropbox/7cordas/Caio/record/90 NEW...

Script for dose proportionality assessment using power model and confidence interval criteria
Jean-Louis Abitbol · Sep 29, 2008 · r-help

Dear R-Helpers Has anyone written a script for the dose proportionality assessement using the power model and the confidence interval criteria as described in - Gough at al. Assessment of dose proportionality: report from the statisticians in the pharmaceutical industry...

Help with ooplot(gplots) and error bars
Jean-Louis Abitbol · Nov 21, 2004 · r-help

Dear All I am trying to graph a proportion and CI95% by a factor with ooplot (any other better solution ?) It works well until I try to add the confidence interval. this is the error message and and a description...

follow-up on Error when reading a SAS transport file (with sasxport.get from Hmisc)
Jean-Louis Abitbol · Oct 10, 2008 · r-help

I have done what P. Dalgaard has suggested and I don't find a descrepancy between the number of values and the number of labels: there 15 each... Any hint on what might go wrong here ? Here is the output...

Error when reading a SAS transport file
Jean-Louis Abitbol · Oct 9, 2008 · r-help

Dear All, I get the following error when using either SASxport or Hmisc to read an .xpt file: > w <- read.xport("D:/consult/Trophos/dnp/base/TRO_ds_20081006.xpt") Erreur dans factor(x, f$value, f$label) : invalid labels...

Character (1a, 1b) to numeric
Jean-Louis Abitbol · Jul 10, 2020 · r-help

Many thanks to all. This help-list is wonderful. I have used Rich Heiberger solution using match and found something to learn in each answer. off topic, I also enjoyed very much his 2008 paper on the graphical presentation of...

R-2.6.0 and RWinEdt
Jean-Louis Abitbol · Oct 6, 2007 · r-help

Dear Listers, I have the same problem on vista home premium. > library(RWinEdt) Does not launch R-Winedt > startWinEdt(.gW$InstallRoot, .gW$ApplData) Does nor either launch > sessionInfo() R version 2.6.0 Patched (2007-10-03 r43075) i386-pc...

Warning object has offset 0. PDF file
Jean-Louis Abitbol · Oct 14, 2024 · r-help

Thanks so much Ivan, JL On Mon, Oct 14, 2024, at 1:33 PM, Ivan Krylov wrote: > ? Sun, 13 Oct 2024 12:45:36 +0200 > "Jean-Louis Abitbol" <abitbol at sent.com> ?????: > >> WARNING: >> /Users/jla/Library/CloudStorage/Dropbox/7cordas/Caio...

Can't find what you're looking for? Try searching with Google .