Re: [R] about netcdf files

2016-07-25 Thread David Winsemius
Please show code that allows potential responders to reply meaningfully. -- David > On Jul 25, 2016, at 9:54 PM, lily li wrote: > > Hi all, > > I have a problem in opening netcdf files. If one netcdf file contains > longitude, latitude, and daily precipitation. How to relate each > precipitat

[R] R version 3.2.5

2016-07-25 Thread Maria Alice Jacques
Good night, How can I download and install R version 3.2.5 from cran mirror of University of São Paulo, São Paulo? Thanks for your support. Maria Alice P. Jacques [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To

[R] about netcdf files

2016-07-25 Thread lily li
Hi all, I have a problem in opening netcdf files. If one netcdf file contains longitude, latitude, and daily precipitation. How to relate each precipitation record to its associated location, and export them as csv files? Thanks. I just use nc_open(), ncvar_get(), but it is not very helpful. Than

Re: [R] Please assist me to download this data

2016-07-25 Thread David Winsemius
> On Jul 25, 2016, at 1:30 PM, Christofer Bogaso > wrote: > > Just have tried this : > > library(RCurl) > x = postForm("https://www.amfiindia.com/net-asset-value/nav-history";, > 'NAV Date' = "25-Jul-2016") > > However doesnt look like I get valid data, because I still can get > result for so

Re: [R] glmmPQL crashes on inclusion of corSpatial object

2016-07-25 Thread Ben Bolker
Patrick Johann Schratz gmail.com> writes: > > Link to data: > (1170 obs, 9 variables, .Rd file) [plain link in case sth goes wrong > with the hyperlink: https://www.dropbox.com/s/yi3vf0bmqvydr8h/data.Rd?dl=0] > By the way, this has b

Re: [R] Please assist me to download this data

2016-07-25 Thread Christofer Bogaso
Just have tried this : library(RCurl) x = postForm("https://www.amfiindia.com/net-asset-value/nav-history";, 'NAV Date' = "25-Jul-2016") However doesnt look like I get valid data, because I still can get result for some future date as well!! Any other option I should try? On Tue, Jul 26, 2016 a

Re: [R] probelm with xlab ylab and xaxp barplot

2016-07-25 Thread Abdoulaye SARR
Hi Marc, According to your guidance the labels are almost at the right place when adjusting mar values. A remaining need is to have the x axis at least for the two bottom figures as date from 1981 to 2005. Do you think this is doable. Ylim is fine but how tots in this case xlim. Best regards,

[R] gcc error when configuring instillation

2016-07-25 Thread kulm
Hello, I am currently trying to install R in my directory of a shared linux server. I have downloaded the most recent source code tarball, uncompressed it, but hit errors when trying to enter the ./configure command. The main error appears to focus on gcc as one of lines states: "checking whethe

[R] brokerage function sna package raw.grp

2016-07-25 Thread Manon Ragonnet-Cronin
Dear all, I am using the brokerage function in the sna package to look at liaisons between groups. The function returns raw and expected scores by vertex (raw.nli and exp.nli) and the aggregate raw and expected scores (raw.gli and exp.gli). However, I am interested in the scores for e

Re: [R] Please assist me to download this data

2016-07-25 Thread boB Rudis
Valid parameters for the form would be super-helpful. On Mon, Jul 25, 2016 at 3:52 PM, Ulrik Stervbo wrote: > Hi Christofer, > > If you can load all the data into R you don't need to query the website - > you simply filter the data by your dates. > > I think that's the easiest solution. > > Best

Re: [R] Please assist me to download this data

2016-07-25 Thread Ulrik Stervbo
Hi Christofer, If you can load all the data into R you don't need to query the website - you simply filter the data by your dates. I think that's the easiest solution. Best wishes, Ulrik Christofer Bogaso schrieb am Mo., 25. Juli 2016 21:30: > Hi Ulrik, Thanks for your reply. I am aware of th

Re: [R] Please assist me to download this data

2016-07-25 Thread Christofer Bogaso
Hi Ulrik, Thanks for your reply. I am aware of that link and this is a good option. However with this approach, I can not get Data historically. I would like to create some TS in R for each MF there. Any other idea? Thanks, On Tue, Jul 26, 2016 at 12:53 AM, Ulrik Stervbo wrote: > The easiest mi

Re: [R] Please assist me to download this data

2016-07-25 Thread Ulrik Stervbo
The easiest might be to download the entire dataset and filter it appropriately. If I follow your link and press Download, I get the option to "Download Complete NAV Report in Text Format" and will result in this: http://portal.amfiindia.com/NAVReport.aspx?type=0 It is not the easiest format to ge

[R] Please assist me to download this data

2016-07-25 Thread Christofer Bogaso
Hi again, I am trying to find some way to download all data historically from this website "https://www.amfiindia.com/net-asset-value/nav-history";. Basically what I am trying to do is, I shall have a range of dates and for each date I need to download entire dataset programmatically. Really app

Re: [R] probelm with xlab ylab and xaxp barplot

2016-07-25 Thread Marc Schwartz
Hi, First, I noted again that you still have: xaxp=c(181,2005,1) in the first barplot() call. Get rid of that, as barplot() does not use normal axis ranges for the bar midpoints. Second, I do not see an indication that you are using the 'names.arg' argument in barplot(), which supplies the

Re: [R] adding a data point on a boxplot

2016-07-25 Thread David Winsemius
> On Jul 25, 2016, at 3:20 AM, Pierre Micallef > wrote: > > Hi > > > Please could somebody offer some assistance with the following problem? > > I am trying to use the boxplot function. As standard it displays (min, lower > Q, median, Upper Q and Max). For each dotplot I would also like to

Re: [R] probelm with xlab ylab and xaxp barplot

2016-07-25 Thread Marc Schwartz
Hi, If your code below is a verbatim copy and paste, you still have the following two lines active: par(mar=rep(2,4)) and op <- par(oma=c(1,2,3,5)) Comment out both of those lines and then see what the result looks like. As I noted before, try the plot **without any modifications** to th

[R] Windows 10 Application Compatibility Check | FreeWare R Statistical Environment v3.2.2

2016-07-25 Thread Ramar, Rohini
Hello Team, We are, Citi Application Readiness Team, need your assistance in order to gather info about below application compatibility and support for Win 10 as part of Window 10 Readiness initiative. CITI Bank has been using below "FreeWare R Statistical Environment v3.2.2" software products

Re: [R] probelm with xlab ylab and xaxp barplot

2016-07-25 Thread Abdoulaye SARR
>> Hi Marc and Others, I am still struggling to have my slab and ylab displayed on a bar plot. Marc did useful advise on playing with mar settings. I tried may combinations and can�t have it work. I paste the code I am suing hoping guidance on solving this issue. ## extract works for all

Re: [R] Soft Question: Where to find this reference.

2016-07-25 Thread Oscar Moreno
See book: Statistical Models in S (ISBN-10: 041283040X; ISBN-13: 978-0412830402) Chapter 5, p. 145. • Analysis of Variance; Designed Experiments, J. M. Chambers, A. E. Freeny and R. M. Heiberger, Statistical Models in S, J. M. Chambers and T. J. Hastie (editors), Wadsworth & Brooks/Cole, P

[R] Country names from latitude and longitude

2016-07-25 Thread Miluji Sb
I have the following data at 0.5 degree by 0.5 degree. temp <- dput(head(ptsDF,10)) structure(list(longitude = c(-68.25, -67.75, -67.25, -68.25, -67.75, -67.25, -71.25, -70.75, -69.25, -68.75), latitude = c(-54.75, -54.75, -54.75, -54.25, -54.25, -54.25, -53.75, -53.75, -53.75, -53.75), GDP = c(1.

Re: [R] Soft Question: Where to find this reference.

2016-07-25 Thread Duncan Murdoch
On 25/07/2016 6:48 AM, Justin Thong wrote: I notice a lot of r documentation refer to this reference below. I can't seem to find it anywhere. Does anyone have a link to point to where I can either view it or buy it? *Chambers, J. M., Freeny, A and Heiberger, R. M. (1992) Analysis of variance; d

[R] Soft Question: Where to find this reference.

2016-07-25 Thread Justin Thong
I notice a lot of r documentation refer to this reference below. I can't seem to find it anywhere. Does anyone have a link to point to where I can either view it or buy it? *Chambers, J. M., Freeny, A and Heiberger, R. M. (1992) Analysis of variance; designed experiments* -- Yours sincerely, Ju

Re: [R] Estimators for non-normal data

2016-07-25 Thread Martin Maechler
> Nika Sušac > on Sat, 23 Jul 2016 19:39:48 +0200 writes: > Hi! I have non-normal data (items are continuous on a > 9-point scale, but not normally distributed) and I want to > conduct cfa. Which of the estimators available in lavaan > do you recommend me to use? Tha

[R] Interpreting error message probably caused by directlabels

2016-07-25 Thread Loris Bennett
Dear all, Possibly as a result of an update to R 3.3.0, a script which I had been running regularly via cron, the following line p_named <- p_anon + geom_dl(aes(label=user,colour=user), list("top.points", cex = 0.5, rot = -45, hjust =

Re: [R] readline issue with 3.3.1

2016-07-25 Thread Ralf Goertz
Am Mon, 25 Jul 2016 08:57:17 +0200 schrieb Martin Maechler : >> Ralf Goertz on Fri, 22 Jul 2016 10:15:36 +0200 >> writes: > >> It would be great if – while fixing this – you also took care of the >> SIGWINCH problem described in bug report >> https://bugs.r-project.org/bugzilla3/show_bug.cgi?i