j.delashe...@ed.ac.uk wrote:
Quoting Peter Ehlers :
j.delashe...@ed.ac.uk wrote:
Quoting baptiste auguie :
Hi,
try this,
plot.new()
x=0.8
text(0.5, 0.5, bquote(rho == .(x)))
HTH,
baptiste
Aha!
That does exactly what i wanted! Thanks!
Jose
But does it do what it should? It's custo
Quoting Peter Ehlers :
j.delashe...@ed.ac.uk wrote:
Quoting baptiste auguie :
Hi,
try this,
plot.new()
x=0.8
text(0.5, 0.5, bquote(rho == .(x)))
HTH,
baptiste
Aha!
That does exactly what i wanted! Thanks!
Jose
But does it do what it should? It's customary to use
"rho" for a _popul
j.delashe...@ed.ac.uk wrote:
Quoting baptiste auguie :
Hi,
try this,
plot.new()
x=0.8
text(0.5, 0.5, bquote(rho == .(x)))
HTH,
baptiste
Aha!
That does exactly what i wanted! Thanks!
Jose
But does it do what it should? It's customary to use
"rho" for a _population_ correlation coeffi
Quoting baptiste auguie :
Hi,
try this,
plot.new()
x=0.8
text(0.5, 0.5, bquote(rho == .(x)))
HTH,
baptiste
Aha!
That does exactly what i wanted! Thanks!
Jose
--
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.
__
Hi,
try this,
plot.new()
x=0.8
text(0.5, 0.5, bquote(rho == .(x)))
HTH,
baptiste
2009/11/3 :
>
> I'm trying something that I thought would be pretty simple, but it's proving
> quite frustrating...
>
> I want to display, for instance, the correlation coefficient "rho" in a
> graph.
>
> I can d
I'm trying something that I thought would be pretty simple, but it's
proving quite frustrating...
I want to display, for instance, the correlation coefficient "rho" in a graph.
I can do something like:
text(x, y, paste("rho =", cor))
where cor would be my previously calculated correlation
6 matches
Mail list logo