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
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
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
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
**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
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
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
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
> 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
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
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
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
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
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
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
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
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
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
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
19 matches
Mail list logo