search for: studerus

Displaying 13 results from an estimated 13 matches for "studerus".

2008 Sep 09
6
plotting group means
...or of this graph. I also would like to manipulate the linetypes and colors of the lines. I've read the documentation, but it was not clear to me, how to do this. Are there other plotting functions in R, which can do the same? Erich ________________________________________________ Erich Studerus Lic. Phil. Klinische Psychologie Psychiatric University Hospital Zurich Division of Clinical Research Lenggstr. 31 CH-8008 Zurich Switzerland Mail: erich.studerus@bli.uzh.ch Office: +41 44 384 26 66 Mobile: +41 76 563 31 54 ________________________________________________ [[alternative HTML v...
2009 Feb 27
2
Adjusting confidence intervals for paired t-tests of multiple endpoints
Dear R-users, In a randomized placebo-controlled within-subject design, subjects recieved a psycho-active drug and placebo. Subjects filled out a questionnaire containing 15 scales on four different time points after drug administration. In order to detect drug effects on each time point, I compared scale values between placebo and drug for all time conditions and scales, which sums up to
2008 Sep 08
2
How to preserve date format while aggregating
Hi I have a dataframe in which some subjects appear in more than one row. I want to extract the subject-rows which have the minimum date per subject. I tried the following aggregate function. attach(dataframe.xy) aggregate(Date,list(SubjectID),min) Unfortunately, the format of the Date-column changes to numeric, when I'm applying this function. How can I preserve the date format? Thanks
2008 Sep 19
1
getting line breaks with xtable
Sorry, for asking the same question again, but I got no reactions the last time. Maybe it was just overseen by the experts. I'm using the xtable function with Sweave and Lyx and I would like to know how to get automatic line breaks for long strings in a column of the table. I've learned from the Lyx wiki that the Latex command \linebreak produces table cells with multiple lines. I tried to
2008 Dec 19
1
diagonal lines in legends of ggplot2
Hi, I have the following problem with ggplot2: When I specify black contours for bars in a barplot, ggplot automatically shows diagonal lines in the legend boxes. Is there a way, to remove these diagonal lines? Here's a simple example: library(ggplot2) df<-data.frame(x=gl(6,1),y=rnorm(6,100,50)) ggplot(df,aes(y=y,x=x,fill=x))+geom_bar(aes(group=x),colour='black',size=1)+
2010 Sep 23
1
How to pass a model formula as argument to with.mids
Hello I would like to pass a model formula as an argument to the with.mids function from the mice package. The with.mids functon fits models to multiply imputed data sets. Here's a simple example library(mice) #Create multiple imputations on the nhanes data contained in the mice package. imp <- mice(nahnes) #Fitting a linear model with each imputed data set the regular way works
2008 Oct 08
1
NA's in multiple choice summary table in Hmisc
Hi, I have a set of 30 binary variables measuring side effects after drug treatment. Since each subject can have multiple side effects, I want to display these side effects in a multiple choice table. I'm using the summary and mChoice functions of the Hmisc package, because it produces nicely formatted latex tables. My problem is, that table includes a category for people who have at
2004 Jul 06
0
ZyXEL P2000W - working conf example
...tarted with it. DTMF keys work fine and are "read" correctly by Asterisk. It's important that you upgrade your phone to a modern version of the firmware - it didn't work much with the WJ.00.07 that was preinstalled on my terminal, while it works with WJ.00.0c See: http://www2.studerus.ch/support.cfm?action=news&lang=d http://www.nikotel.net/firmware/zyxel/p2000w/P2000W_WJ000E_Standard.zip In this example, my phone has number 898 and 10.10.3.5 is Asterisk. Cheers l. sip.conf [898] type=friend username=phone secret=---mypassword--- host=dynamic canreinvite=no context=sip...
2010 May 12
1
Input encoding problem when using sweave with xetex
Hello Because I want to use different true type fonts with latex, I''m using the XeTeX typesetting engine for my sweave-documents. I''m using Lyx with Sweave on a Windows 7 PC and have set up LyX to work with XeTeX according to the following instructions: http://wiki.lyx.org/LyX/XeTeX Because the input file for XeTeX is assumed to be in UTF-8 encoding, I set the encoding
2009 Jun 08
0
SMACOF joint configuration plot with bread data? (Michael Kubovy)
...ticles that Have Used R (Gabor Grothendieck) > 25. Re: Journal Articles that Have Used R ( (Ted Harding)) > 26. Re: Truncated R output in Sweave (Romain Francois) > 27. Re: Truncated R output in Sweave (Frank E Harrell Jr) > 28. Re: Excel Export in a beauty way > (Erich Studerus, Psychiatrische Uni-Klinik) > 29. A very frustrating read.table error message (Adam D. I. Kramer) > 30. Re: large numbers of observations using ME() of spdep > (Emmanuel Charpentier) > 31. Re: A very frustrating read.table error message (hadley wickham) > 32. Re: A very...
2008 Oct 18
0
Several problems with hmisc latex function
Hi, I'm having several problems with the Hmisc latex function. First, there seems to be a conflict between the cellTexCmds and the cgroupTexComds. When I'm using both at the same time, I get an error message. Here's an example. I just added cellTexComds to the example on page 10 of this document: http://biostat.mc.vanderbilt.edu/twiki/pub/Main/StatReport/latexFineControl.pdf x
2008 Sep 16
0
How to get line breaks with xtable
Hi, I'm using the xtable function with Sweave and Lyx. The table that I'd like to display has very long string characters in one column. Is there a way to get automatic line breaks for the strings in that column with xtable? Thanks for your help! Erich
2009 Jan 12
0
Two-way repeated measures anova with lme
Dear R-Users, I'm trying to set up a repeated measures anova with two within subjects factors. I tried it by 3 different anova functions: aov, Anova (from car package) and lme (from nlme package). I managed to get the same results with aov and Anova, but the results that I get from lme are slightly different and I don't figure out why. I guess I did not set up the error structure