Displaying 3 results from an estimated 3 matches for "barkham".
Did you mean:
markham
2005 May 15
0
Seeking friend for life (not)
...and there are many angles to look at within a
general EDA/visualising approach to help therapy practitioners
overcome their phobias and lack of numeracy.
Do get in touch directly if you think this may be of some interest.
Very best,
Chris
Sample publications, happy to send snail mail copies:
Barkham, M., Evans, C., Margison, F., et al (1998) The rationale for
developing and implementing core outcome batteries for routine use in
service settings and psychotherapy outcome research. Journal of
Mental Health, 7, 35-47.
Barkham, M., Margison, F., Leach, C., et al (2001) Service profiling
and ou...
2004 Feb 11
1
Clinical significance as a package?
Hi,
Many thanks to those of you who responded to my last post about
Schafer's MI packages. I am really pleased to have access to them
through R which, I have to say, is an amazing piece of software. I am
only sorry that I haven't found it until now.
But, to my question. Does anyone know if there is a package developed
for evaluating clinical significance using Jacobson and Truax's,
2006 Aug 07
3
Finding points with equal probability between normal distributions
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 density of the
two distributions cross (ie where x has equal probability of belonging to
either of the two distributions)?
Many Thanks
Eleni