Re: [R] Tools For Preparing Data For Analysis

2007-06-11 Thread Chris Evans
to http://www.epidata.dk/about.htm doesn't exactly clarify this I don't think. But I can hope.) Thanks, yet again, to everyone who creates and contributes to the R system and this list: wonderful! C -- Chris Evans [EMAIL PROTECTED] Skype: chris-psyctc Professor of Psychotherapy, Nottingham

Re: [R] Tools For Preparing Data For Analysis

2007-06-08 Thread Chris Evans
need but something that really integrated into R would be another huge step forward in being able to phase out SPSS in my work settings and phase in R. Very best all, Chris -- Chris Evans [EMAIL PROTECTED] Skype: chris-psyctc Professor of Psychotherapy, Nottingham University; Consultant

[R] Oddities upgrading from 2.4.1 to 2.5.0

2007-05-13 Thread Chris Evans
of install.packages(ip)) but might also produce a list of the origins of the dependencies? Sorry if these are trivial issues. TIA, Chris -- Chris Evans [EMAIL PROTECTED] Skype: chris-psyctc Professor of Psychotherapy, Nottingham University; Consultant Psychiatrist in Psychotherapy, Notts PDD

Re: [R] Making TIFF images with rtiff

2007-01-12 Thread Chris Evans
TIFFs confirming things I utterly failed to convince a printers and a subeditor about last year, fortunately the editor was a friend and we ended up getting the paper accepted with PS graphics as files! -- Chris Evans [EMAIL PROTECTED] Skype: chris-psyctc Professor of Psychotherapy, Nottingham

Re: [R] Finding points with equal probability between normal distributions

2006-08-07 Thread Chris Evans
Eleni Rapsomaniki sent the following at 07/08/2006 11:35: Dear mailing list, For two normal distributions, e.g: r1 =rnorm(20,5.2,2.1) r2 =rnorm(20,4.2,1.1) plot(density(r2), col=blue) lines(density(r1), col=red) Is there a way in R to compute/estimate the point(s) x where the

[R] Power of a single sample binomial test

2006-07-30 Thread Chris Evans
-- Chris Evans [EMAIL PROTECTED] Professor of Psychotherapy, Nottingham University; Consultant Psychiatrist in Psychotherapy, Rampton Hospital; Research Programmes Director, Nottinghamshire NHS Trust; Hon. SL Institute of Psychiatry, Hon. Con., Tavistock Portman Trust **If I am writing from one

Re: [R] Plotting league tables/ caterpillar plots

2006-07-24 Thread Chris Evans
coding, I know I'm a much better psychotherapist than a programmer! C -- Chris Evans [EMAIL PROTECTED] Professor of Psychotherapy, Nottingham University; Consultant Psychiatrist in Psychotherapy, Rampton Hospital; Research Programmes Director, Nottinghamshire NHS Trust; Hon. SL Institute of Psychiatry

Re: [R] Re-binning histogram data

2006-06-09 Thread Chris Evans
even if we are rather OTT (Off The Topic, not Over The Top) here. Perhaps I'm completely wrong? Thanks to all for their posts, as ever, I'm learning much. Chris -- Chris Evans [EMAIL PROTECTED] Hon. Professor of Psychotherapy, Nottingham University; Consultant Psychiatrist in Psychotherapy

Re: [R] Significance test, Cronbach's Alpha

2006-06-05 Thread Chris Evans
values for the desired C.I. p1 - (1 - ci)/2 p2 - ci + p1 # corresponding F values f1 - qf(p1, n.num, n.den) f2 - qf(p2, n.num, n.den) # confidence interval upr - 1 - (1 - obs.a) * f1 return(upr) } -- Chris Evans [EMAIL PROTECTED] Hon. Professor

[R] lme4: Error in getResponseFormula(form) : Form must be a two sided formula

2006-02-06 Thread Chris Evans
ruefully! Chris -- Chris Evans [EMAIL PROTECTED] Consultant Psychiatrist in Psychotherapy, Rampton Hospital; Research Programmes Director, Nottinghamshire NHS Trust, Hon. Professor of Psychotherapy, Nottingham University, Hon. SL Institute of Psychiatry *** My views are my own

Re: [R] R Graph Gallery : categorization of the graphs

2005-06-07 Thread Chris Evans
all, C -- Chris Evans [EMAIL PROTECTED] Consultant Psychiatrist in Psychotherapy, Rampton Hospital; Research Programmes Director, Nottinghamshire NHS Trust, Hon. SL Institute of Psychiatry *** My views are my own and not representative of those institutions

Re: [R] A long digression on packages

2005-06-06 Thread Chris Evans
be helpful. Thoughts for what they're worth. Thanks a million to all developers ... asbestos suit on! Chris -- Chris Evans [EMAIL PROTECTED] Consultant Psychiatrist in Psychotherapy, Rampton Hospital; Research Programmes Director, Nottinghamshire NHS Trust, Hon. SL Institute of Psychiatry

Re: [R] A long digression on packages

2005-06-06 Thread Chris Evans
there are, then I'd love to see then and ideally see another search box that applied them for us! But thanks Jonathan! Chris -- Chris Evans [EMAIL PROTECTED] Consultant Psychiatrist in Psychotherapy, Rampton Hospital; Research Programmes Director, Nottinghamshire NHS Trust, Hon. SL Institute

Re: [R] A long digression on packages

2005-06-06 Thread Chris Evans
this.) Yup: ltm has got some of what I want but not all yet!! All power to you on your search interface and thanks again. C -- Chris Evans [EMAIL PROTECTED] Consultant Psychiatrist in Psychotherapy, Rampton Hospital; Research Programmes Director, Nottinghamshire NHS Trust, Hon. SL Institute

[R] Seeking friend for life (not)

2005-05-15 Thread Chris Evans
. European journal of psychotherapy, counselling and health, 4, 65-86. -- Chris Evans [EMAIL PROTECTED] Consultant Psychiatrist in Psychotherapy, Rampton Hospital; Research Programmes Director, Nottinghamshire NHS Trust, Hon. SL Institute of Psychiatry *** My views are my own and not representative

Re: [R] working with CGIwithR [2 answers]

2005-05-10 Thread Chris Evans
On 8 May 2005 at 19:45, Chris Evans wrote: Do people have advice on debugging R programs running after CGIwithR inputting of data from forms? ... rest of my original post snipped, I'm replying to my own post for the archives! ... I had two kind responses, one shrewd one from Tom Short

[R] working with CGIwithR

2005-05-08 Thread Chris Evans
) sink(zz,type=c(output,message)) I'm not trapping any error messages, the program just appears to skp entering a function I've written and continue on with nary an apology or gentle complaint about my stupidity! Most unlike R! Thanks to anyone with suggestions! Chris -- Chris Evans [EMAIL

[R] (Fwd) Re: your membership of the AFT Email list

2005-04-28 Thread Chris Evans
[EMAIL PROTECTED] From: Alana O'C [EMAIL PROTECTED] To: Chris Evans [EMAIL PROTECTED] Subject:Re: your membership of the AFT Email list Date sent: Thu, 28 Apr 2005 22:26:01 +1000 thanks, I'm not actually on vacation but just don't have

Re: [R] How to transform the date format as 20050425

2005-04-25 Thread Chris Evans
) # gives you date handling x - as.character(20050425) date - mdy.date(as.numeric(substr(x,5,6)),as.numeric(substr(x,7,8)),\ as.numeric(substr(x,1,4))) (You'll have to remove the line wrapping there, the \ is where I put a break in!) Good luck! Chris -- Chris Evans [EMAIL PROTECTED] Consultant

Re: [R] How to transform the date format as 20050425

2005-04-25 Thread Chris Evans
/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html -- Chris Evans [EMAIL PROTECTED] Consultant Psychiatrist in Psychotherapy, Rampton Hospital; Research Programmes Director, Nottinghamshire NHS Trust, Hon. SL Institute of Psychiatry *** My

[R] controlling the x axis of boxplots

2005-04-19 Thread Chris Evans
like demonstrating their personal genius with R coding?!!! If they were, I don't think I'd be the only one to end up owing them a great deal of gratitude! Thanks as ever to all who have made and continue to make R what it is: brilliant! Chris -- Chris Evans [EMAIL PROTECTED] Consultant

Re[2]: [R] Where has the Debian respository gone?

2004-11-18 Thread Chris Evans
Hello Dirk, Thursday, November 18, 2004, 3:18:40 PM, you wrote: DE On Thu, Nov 18, 2004 at 08:52:38AM +, stats wrote: I'm a bit puzzled. I had deb http://cran.r-project.org/bin/linux/debian woody main in /etc/apt/sources.list and had hoped, perhaps rather unwisely, that this

[R] simple repeated measures model: dumb user baffled!

2004-04-28 Thread Chris Evans
I am in the process of transferring from an old version of S+ to using R having used a variety of other packages in the past. I'm hugely impressed with R but it has an excellent but depressing habit of exposing that I'm not a professional statistician and has done so again. Someone has run a

[R] 1.8.1 on Debian stable

2004-03-19 Thread Chris Evans
, Psychiatry, Counselling and Therapeutic Communities; practice, research, teaching and consultancy. Chris Evans Jo-anne Carlyle http://psyctc.org/ Email: [EMAIL PROTECTED] __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo

[R] Moving to 1.8.1: can you transfer your package list?

2004-03-19 Thread Chris Evans
library(). How should I have done it more elegantly gurus? TIA, Chris PSYCTC: Psychotherapy, Psychology, Psychiatry, Counselling and Therapeutic Communities; practice, research, teaching and consultancy. Chris Evans Jo-anne Carlyle http://psyctc.org/ Email: [EMAIL PROTECTED

Re: [R] Clinical significance as a package? [Scanned by NHC]

2004-02-11 Thread Chris Evans
and clinically significant change methods to evidence-based mental health. Evidence Based Mental Health, 1, 70-72. Chris -- Chris Evans [EMAIL PROTECTED] Consultant Psychiatrist in Psychotherapy, Rampton Hospital; Forensic Research Programme Director, Nottinghamshire NHS Trust, Research Consultant

Re: [R] Rcgi

2003-08-14 Thread Chris Evans
On 30 Jul 2003 at 19:01, Chris Evans wrote: I am keen to look at Rcgi as I want to put up some simple bits of R to do prescribed tasks on HTML form input. Rweb is overkill and worryingly flexible for what I want and it sounds as if Rcgi is more what I need. However, I can't get any

[R] Rcgi

2003-07-30 Thread Chris Evans
few days. Does anyone have a recent copy they could Email me or a working URL for it? TIA, Chris PSYCTC: Psychotherapy, Psychology, Psychiatry, Counselling and Therapeutic Communities; practice, research, teaching and consultancy. Chris Evans Jo-anne Carlyle http://psyctc.org/ Email