search for: jamstec

Displaying 9 results from an estimated 9 matches for "jamstec".

Did you mean: hamster
2011 Apr 12
2
multiple lines on multiple plots
...h the commands add a line to the top plot, it is clearly using the axis dimensions of the lower plot. Can someone tell me how to get it to use the axes that are already there? Variants like lines(x,xlim=c(1,10)) have no effect. Thanks in advance for any help. James -- James D Annan jdannan at jamstec.go.jp Tel: +81-45-778-5618 (Fax 5707) Senior Scientist, Research Institute for Global Change, JAMSTEC (The Institute formerly known as Frontier) Yokohama Institute for Earth Sciences, 3173-25 Showamachi, Kanazawa-ku, Yokohama City, Kanagawa, 236-0001 Japan http://www.jamstec.go.jp/frcgc/research/d5...
2012 Feb 06
1
Simple lm/regression question
...elp page documentation, even the straightforward definition of "residual" seems incompatible with what the code actually returns: residuals: the residuals, that is response minus fitted values. But, in the weighted case, this is not actually true... James -- James D Annan jdannan at jamstec.go.jp Tel: +81-45-778-5618 (Fax 5707) Senior Scientist, Research Institute for Global Change, JAMSTEC Yokohama Institute for Earth Sciences, 3173-25 Showamachi, Kanazawa-ku, Yokohama City, Kanagawa, 236-0001 Japan http://www.jamstec.go.jp/frcgc/research/d5/jdannan/
2013 Sep 18
2
cov2cor exp
Ok, Thanks foe the answer, Ken: *1L, 2L etc are integers. (That is, identical to as.integer(1) , as.integer(2) etc) Using integers (instead of "numeric" type) is more efficient as here they're used as indexes and would be converted to integer anyway. Compare > is(1) ... and > is(1L) 1L:p is the sequence 1, 2, 3, ..., p (just like 1:p) Just for curiosity, what is
2013 Sep 09
1
Hmisc binconf function value interpretation during narrow confidence intervals
Hello all, I've been using binconf (package Hmisc) at a range of alpha values and noticed that using the 'Wilson' method when alpha is larger (i.e. narrow CI), results in the upper value being smaller than the lower value. The 'exact' and 'asymptotic' methods give results in the realm I'd expect. But the help file suggests: "Following Agresti and Coull, the
2013 Dec 02
1
Days to solstice calculation
Hello, I've come across a problem in developing a set of custom functions to calculate the number of hours of daylight at a given latitude, and the number of days a date precedes or secedes the summer solstice. I discovered an inconsistency concerning leap years between my derived values and those from the US naval databases. It seems as far as I can figure that my inconsistency arises either
2013 Dec 10
2
Multiple Lorenz curves in one diagram - populations with different "n"
Dear R users, I'm using the "ineq" package to calculate the values ​​of Gini and Lorenz coefficients and to and plot Lorenz graph. I want to plot on the same diagram, curves from two different populations, that have different "n". How can I do this?   Best regards,   Patricia [[alternative HTML version deleted]]
2015 Mar 09
3
Rstudio R-devel libR.so
Dear All, I am actually on R-devel using shell consol. When I run RStudio, it can't find libR.so in the new /lib folder where is libRblas.so libRlapack.so. At first step I configure R-devel to share library with ./configure --enable-R-shlib. when I copied libR.so from /usr/lib/R/lib/libR.so (stable version R 3.1) to /usr/local/R-devel/lib/libR.so (R-devel version), That doesn't work.
2015 Mar 09
3
Rstudio R-devel libR.so
Dear All, I am actually on R-devel using shell consol. When I run RStudio, it can't find libR.so in the new /lib folder where is libRblas.so libRlapack.so. At first step I configure R-devel to share library with ./configure --enable-R-shlib. when I copied libR.so from /usr/lib/R/lib/libR.so (stable version R 3.1) to /usr/local/R-devel/lib/libR.so (R-devel version), That doesn't work.
2013 Sep 26
1
Less than equal to symbol in ggplot2 legend text
Hello, I am trying to add a less than equal to symbol in a ggplot2 legend text. See sample code below. I have tried using the expression function and \u2264. I also tried adding labels to legend.text under theme. Neither of these 3 options work. Please help, Mahesh ++++++++++++++ Extra.column=ifelse(data[,covariate]>cutpoint,1,0) Grp1 <- "\u2264 1.5" Grp2 <-