Re: [R] Newbie wants to compare 2 huge RDSs row by row.

2018-01-26 Thread Eric Berger
Hi Marsh, An RDS is not a data structure such as a data.frame. It can be anything. For example if I want to save my objects a, b, c I could do: > saveRDS( list(a,b,c,), file="tmp.RDS") Then read them back later with > myList <- readRDS( "tmp.RDS" ) Do you have additional information about your "RD

[R] GAM: mismatch between nb/polys supplied area names and data area names

2018-01-26 Thread Susan Elias
Hello, I am new to R and running R version 3.4.3 (2017-11-30), x86_64-apple-darwin15.6.0 (64-bit), macOS High Sierra 10.13.2. I am running the gam package to model disease incidence (negative binomial distribution) as a function of two covariates, and wish to incorporate spatial correlation among

[R] Newbie wants to compare 2 huge RDSs row by row.

2018-01-26 Thread Marsh Hardy ARA/RISK
Each RDS is 40 MBs. What's a slick code to compare them row by row, IDing row numbers with mismatches? Thanks in advance. // __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do re

[R] plm empty model error (data is linked)

2018-01-26 Thread Sojin Kim
Hi, I am trying to estimate a two-way model with both individual and time fixed effects. I am using plm with "twoways" specification. plm(as.integer(yvar) ~ xvar, index = c("id", "time"), model="within", data=dataset, effect = "twoways") But I get keep getting the following message and I don't k

Re: [R] plm empty model error

2018-01-26 Thread Bert Gunter
**Please read **and follow** the posting guide linked below.** Your data attachment did not make it, as most non-text files are stripped by the mail server to avoid probems. Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things int

Re: [R] Portable R in zip file for Windows

2018-01-26 Thread John
On Thu, 25 Jan 2018 20:04:33 + Juan Manuel Truppia wrote: > What is wrong with you guys? I asked for a zip, like R Studio has for > example. Totally clear. > I cant execute exes. But I can unzip files. > Thanks Gabor, I had that in mind, but can't execute the exe due to > security restriction

[R] plm empty model error

2018-01-26 Thread Sojin Kim
Hi, I am trying to estimate a two-way model with both individual and time fixed effects. I am using plm with "twoways" specification. plm(as.integer(yvar) ~ xvar, index = c("id", "time"), model="within", data=dataset, effect = "twoways") But I get keep getting the following message and I don't k

[R] [R-pkgs] new package TSrepr

2018-01-26 Thread Peter Laurinec
Dear useRs, I'm happy to announce a new package that has recently appeared on CRAN, called "TSrepr" (version 1.0.0: https://CRAN.R-project.org/package=TSrepr). TSrepr is an R package for fast time series representations computations. Introduction to usage of TSrepr package can be found in this t

Re: [R] Help in Plotting in "fArma" Package

2018-01-26 Thread David Winsemius
> On Jan 26, 2018, at 9:51 AM, MacQueen, Don wrote: > > What Dave said, plus here's a hint. Try this example (which uses base > graphics): > > plot(1:5) > plot(1:5, cex.lab=2) > > Then look at the help page for par > help('par') > or > ?par > to search for other graphics parameters (base

Re: [R] How to run mixed model with related independent variables

2018-01-26 Thread Bert Gunter
Wrong list. R-help is for help on R programming and related functionality, not statistics, though the intersection is sometimes nonempty. However, you appear to be seeking what might be described as a statistics tutorial. You might try a statistics list like stats.stackexchange.com or just do som

Re: [R] Help in Plotting in "fArma" Package

2018-01-26 Thread MacQueen, Don
What Dave said, plus here's a hint. Try this example (which uses base graphics): plot(1:5) plot(1:5, cex.lab=2) Then look at the help page for par help('par') or ?par to search for other graphics parameters (base graphics) you can use to change various things. Success will depend, as Dave

[R] How to run mixed model with related independent variables

2018-01-26 Thread Sariya, Sanjeev
I've data that look like: Outcome V1_AA V1_EU V1_NA V2_AA V2_EU V2_NA 0 0.046 1.001 0.954 0.045 1.001 0.954 0 0.007 1 0.993 0.007 1 0.993 1 1.774 0.217 0.009 1.774 0.21

Re: [R] When was the script editor introduced in Rgui for windows?

2018-01-26 Thread Duncan Murdoch
On 26/01/2018 11:08 AM, Søren Højsgaard wrote: Dear all, Can anyone please tell me when the script editor was introduced in the Rgui on windows? (And/or where to look for a listing of changes throughout history). There are two places to look for changes: the NEWS* files, and the Subversion

[R] When was the script editor introduced in Rgui for windows?

2018-01-26 Thread Søren Højsgaard
Dear all, Can anyone please tell me when the script editor was introduced in the Rgui on windows? (And/or where to look for a listing of changes throughout history). Best regards Søren __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, s

Re: [R] Portable R in zip file for Windows

2018-01-26 Thread Duncan Murdoch
On 26/01/2018 5:57 AM, Juan Manuel Truppia wrote: Pretty good question Gabor. I can execute R once it is installed (if someone with rights installs it before) but not the installer. I can download the installer (with some pain). I know that some installers are actually compressed files in disguis

Re: [R] Problem saving .RData file with save.image

2018-01-26 Thread Jeff Newmiller
Google is your friend (e.g. [1]). Gist of story is that that an existing file of that name is being "protected" by the operating system and you need to use filesystem utilities or reboot your machine to release the existing file from this condition. [1] https://stat.ethz.ch/pipermail/r-help/20

Re: [R] Portable R in zip file for Windows

2018-01-26 Thread Dénes Tóth
Hi Juan, you might find this useful: https://sourceforge.net/projects/rportable/ Cheers, Denes On 01/26/2018 11:57 AM, Juan Manuel Truppia wrote: Pretty good question Gabor. I can execute R once it is installed (if someone with rights installs it before) but not the installer. I can download t

Re: [R] Portable R in zip file for Windows

2018-01-26 Thread Juan Manuel Truppia
Pretty good question Gabor. I can execute R once it is installed (if someone with rights installs it before) but not the installer. I can download the installer (with some pain). I know that some installers are actually compressed files in disguise, but I think this is not the case with R, right? I

[R] Problem saving .RData file with save.image

2018-01-26 Thread Steven Yen
I am running R-3.0.3 on RStudio 1.1.183. I have recently gotten the following error message while saving an .RData file with the save.image command. I have not had this problem until recently. Help appreciated. === Error in save.image("bope1a.RData") : image could not be renamed and is left i