Re: [R] Barplot: Vertical bars with long labels

2008-10-29 Thread Udo
Thanks a lot, Henrique and Christos! It works fine Quoting Christos Hatzis <[EMAIL PROTECTED]>: > Udo, > > You can try inserting a newline where you need the break in your labels: > > > dd.names <- c('Conduct Disorders','Attention Defici

[R] Barplot: Vertical bars with long labels

2008-10-29 Thread Udo
|| | Conduct Disorders |Eating Disordes|Developmental Disordes | | Attention deficit Substance Abuse Many thanks in advance Udo Udo K

[R] Problem with Freq function {prettyR}

2008-06-12 Thread Udo
t.df<-data.frame(gender=sample(c("f","m"),8,TRUE), q1=sample(1:4,8,TRUE)) test.df freq(test.df) Error message: "Error in vector("integer", length) : Vector size can´t be NA" Can someone tell me, why an error message occurs i

Re: [R] Matched pairs with two data frames

2008-04-20 Thread Udo
er, the result is what I need (discarding the lines with missing values in V3 and V4. But I will check this again with my treat/control data from my example here. Kind regards Udo Zitat von David Winsemius <[EMAIL PROTECTED]>: > Udo <[EMAIL PROTECTED]> wrote in > news:[EMAIL PROTE

Re: [R] Permanent change to the working directory

2008-04-18 Thread Udo
If you have an R-icon on the desktop, use the right mouse button and go to "properties". At the "execute in" line insert your data directory "C:/R/DATA". Hope it helps Udo Zitat von francogrex <[EMAIL PROTECTED]>: > > Dear helpers, > I've looke

Re: [R] Matched pairs with two data frames

2008-04-17 Thread Udo
s matched with case 1 from "control", 2 with 2 and 3 with 6. Case 4, 5 and 6 could not be matched, because there is no "partner" in "control" . Thus my matched example data frame has 3 cases. Regards Udo Zitat von Daniel Malter <[EMAIL PROTECTED]>: > Hi, so

Re: [R] Matched pairs with two data frames

2008-04-16 Thread Udo
Patrick, my intention was, to perform a one-to-one exact match, which pairs each treated unit with ONE control unit (without replacement), using my two confounders (age, school) for matching. Patrick Connolly schrieb: On Mon, 14-Apr-2008 at 08:37AM +0200, Udo wrote: |> Zitat von Peter Alsp

Re: [R] Matched pairs with two data frames

2008-04-13 Thread Udo
Zitat von Peter Alspach <[EMAIL PROTECTED]>: > Udo > > Seems you might want merge() > > HTH ... > > Peter Alspach Thank you Peter and Jorge, but as I had written in my last sentence, "Merge doesn´t do the job, because it makes all possible matches"

[R] Matched pairs with two data frames

2008-04-13 Thread Udo
t I failed and was unlucky looking at the help/archive. Merge doesn´t do the job, because it makes all possible matches. Thank´s for any help! Udo Udo KN G Ö I Clinic for Child an Adolescent Psychiatry Philipps University of Marburg /

Re: [R] Transfer Crosstable to Word-Document

2008-02-19 Thread Udo König
continue our communication next week. Thanks to you and all list members! Udo Zitat von Greg Snow <[EMAIL PROTECTED]>: > There are several options available to you depending on your knowledge and > workflow. > > Others have mentioned using Excel to format the table and to cop

Re: [R] Transfer Crosstable to Word-Document

2008-02-17 Thread Udo König
be done with sweave. ---- Udo König Clinic for Child an Adolescent Psychiatry Philipps University of Marburg / Germany __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read

Re: [R] Transfer Crosstable to Word-Document

2008-02-17 Thread Udo König
(2. attempt to post this) (Udo) Quoting Greg Snow <[EMAIL PROTECTED]>: > If your final goal is a word document, then you should look at the odfWeave > package. > At work my primary goal has to be a word document, because: * we have a Windows-XP network with MS-Office sof