Displaying 7 results from an estimated 7 matches for "5752037".
2009 Sep 14
1
ggplot2 legend text....a basic question
...to change the text in the legend (for example, "number" instead
of "n").
b) How to avoid having a legend for the polygon?
Many thanks,
Julian
--
Julian Mariano Burgos
Hafranns?knastofnunin/Marine Research Institute
Sk?lagata 4, 121 Reykjav?k, Iceland
S?mi/Telephone : +354-5752037
Br?fs?mi/Telefax: +354-5752001
Netfang/Email: julian at hafro.is, jmburgos at u.washington.edu
2010 May 20
1
Strange behaviour when using diff with POSIXt and POSIXlt objects
...he difference should also be 10
minutes.
I burned a few neurons (and searched the documentation) and I cannot figure
why this happens. Any ideas?
All the best,
Julian
Julian Mariano Burgos
Hafrannsóknastofnunin/Marine Research Institute
Skúlagata 4, 121 Reykjavík, Iceland
Sími/Telephone : +354-5752037
Bréfsími/Telefax: +354-5752001
Netfang/Email: julian@hafro.is, jmburgos@uw.edu
[[alternative HTML version deleted]]
2010 Feb 15
1
GAM for non-integer proportions
...the "quasi" family
with a logit link and a mu(1-mu) variance. Or I am missing something
obvious? I will be thankful for any input.
All the best,
Julian
--
Julian Mariano Burgos
Hafrannsóknastofnunin/Marine Research Institute
Skúlagata 4, 121 Reykjavík, Iceland
Sími/Telephone : +354-5752037
Bréfsími/Telefax: +354-5752001
Netfang/Email: julian@hafro.is, jmburgos@uw.edu
[[alternative HTML version deleted]]
2011 Jan 26
0
post-hoc comparisons in GAMs (mgcv) with parametric terms
...single categorical predictor. I would like to do
post hoc test on the categorical predictor in the models where it is
significant.
Any suggestions?
Thanks,
Julian
--
Julian Mariano Burgos
Hafranns?knastofnunin/Marine Research Institute
Sk?lagata 4, 121 Reykjav?k, Iceland
S?mi/Telephone : +354-5752037
Br?fs?mi/Telefax:? +354-5752001
Netfang/Email: julian at hafro.is, jmburgos at uw.edu
2011 Jun 11
0
problems with geom_vline, histograms, scale=free and facets in ggplot
...es not work when having
the "scales=free" argument, and why I get the extra facets when
removing it. Is this a bug? Any help will be very welcomed.
Julian
--
Julian Mariano Burgos
Hafranns?knastofnunin/Marine Research Institute
Sk?lagata 4, 121 Reykjav?k, Iceland
S?mi/Telephone : +354-5752037
Br?fs?mi/Telefax: +354-5752001
Netfang/Email: julian at hafro.is, jmburgos at uw.edu
2009 Sep 21
3
compute differences
Hi,
I have a problem.
I have a data frame looking like:
ID val
A? .3
B? 1.2
C? 3.4
D? 2.2
E? 2.0
I need to CREATE the following TABLE:
CASE?? DIFF
A-A??? 0
A-B??? -0.9
A-C??? -3.1
A-D??? -1.9
A-E??? -1.7
B-A??? ...
B-B??? ...
B-C
B-D
B-E
C-A
C-B
C-C
C-D
C-E
D-A
D-B
D-C
D-D
D-E
E-A
E-B
E-C
E-D
E-E
WHERE CASE IS THE COUPLE OF ELEMENTS CONSIDEREDM AND DIFF IS THE computed DIFFERENCE between
2010 Sep 16
4
help me understand how things work.
Hello I have some strange output from R and I try to understand how R works.
Could you please help me with that?
temp <- rbind (c(10,1),c(99,98))
> temp
[,1] [,2]
[1,] 10 1
[2,] 99 98
> dist(temp)
1
2 131.6435
> sqrt(dist(temp))
1
2 11.47360
so far so good.
until the nex line: when I try to do what i did before but adding the 1/(what I
did