Re: [R] help getting a research project started on regulations.gov

2019-02-19 Thread Bert Gunter
Please search yourself first! "scrape JSON from web" at the rseek.org site produced what appeared to be several relevant hits, especially this CRAN task view: https://cran.r-project.org/web/views/WebTechnologies.html Bert Gunter "The trouble with having an open mind is that people keep coming a

[R] help getting a research project started on regulations.gov

2019-02-19 Thread Drake Gossi
Hello everyone, I will be using R to manipulate this data . Specifically, it's proposed changes to Title IX--over 11,000 publicly available comments. So, the end goal is for me to tabulate ea

Re: [R] Save creates huge files, dump doesn't

2019-02-19 Thread William Dunlap via R-help
One reason save() makes bigger files than dump() is that save() saves environments associated with functions that are saved and those environments may contain large datasets that are not really needed. Bill Dunlap TIBCO Software wdunlap tibco.com On Tue, Feb 19, 2019 at 11:59 AM Jeff Newmiller

Re: [R] Save creates huge files, dump doesn't

2019-02-19 Thread Jeff Newmiller
Make a reproducible example that focuses on the save/load aspect of the size problem. You may need to experiment with which variables need to be in the save file in order to trigger the behavior. Your example might have to involve sending us a link to a large file, but that size may dissuade bus

Re: [R] [R-SIG-Mac] character set problem

2019-02-19 Thread bretschr
Dear Kevin Ushey, Re: > On 19 Feb 2019, at 20:16, Kevin Ushey wrote: > > If I understand correctly, the problem is that the character your keyboard is > inserting is not a regular caret (^, \u0053); rather, it's a 'modifier > character circumflex accent' (ˆ, \u02c6). > > How are you insertin

Re: [R] character set problem

2019-02-19 Thread Bert Gunter
Oops, you already seem to have done this! My bad. -- Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Tue, Feb 19, 2019 at 11:36 AM Bert Gunter wrote: >

Re: [R] character set problem

2019-02-19 Thread Bert Gunter
You might try posting this on r-sig-mac if you don't get resolution here. -- Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Tue, Feb 19, 2019 at 10:55 AM

Re: [R] [R-SIG-Mac] character set problem

2019-02-19 Thread Kevin Ushey
If I understand correctly, the problem is that the character your keyboard is inserting is not a regular caret (^, \u0053); rather, it's a 'modifier character circumflex accent' (ˆ, \u02c6). How are you inserting the carat on your laptop? For what it's worth, I get a 'regular' caret with Shift + 6

Re: [R] Save creates huge files, dump doesn't

2019-02-19 Thread Doran, Harold
Lars Typically answers regarding shiny are not answered here (I do wish there was a SIG, however). With that said, are you saying that the object size is increasing for objects that previously were much smaller? Or, are other things now being saved into the workspace that were not there previou

Re: [R] Interaction effects with GAMM

2019-02-19 Thread Bert Gunter
Wrong list. This list is about R programming, not statistical questions on mixed models. Post on the r-sig-mixed-models list for that. Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom Coun

[R] character set problem

2019-02-19 Thread bretschr
Dear R-users, Last week I installed R 3.5.2 on a new MacBook Air. I got error messages for the wrong locale (character set). And simple math proved not to work: Upon typing this, I got: > 2ˆ2 Error: unexpected input in "2À" > The character visible as a caret is apparently coded as something ve

[R] Save creates huge files, dump doesn't

2019-02-19 Thread Lars Velten
Dear list, I noticed an extremely odd behavior... I have a rather complex shiny app which allows the user to store his/her state which internally obviously triggers as call to save as follows save(list=c("plots","gates","populations","cg", "genelists","colorscores", "proj", "actds"),file=fname)

[R] Interaction effects with GAMM

2019-02-19 Thread Louise Baruël Johansen
I have a question on how to model interaction terms including smooths in a GAMM model (using the mgcv and nlme packages in R). We have collected longitudinal behavioral and brain imaging data from ~100 subjects across ~6 time points, and I would like to model main effects of age, sex, brain as

Re: [R] Most recent version of R for IBM Power8 Ubuntu environment

2019-02-19 Thread Jeff Newmiller
Y'know, there is a mailing list for that (kind of question)... R-sig-debian... On February 18, 2019 12:17:02 PM PST, Bill Glessner wrote: >Good afternoon, > >What is the most recent version of R known to run reliably in an >environment of IBM HPC cluster Power8 systems, Ubuntu 16.04.1 operating

[R] suprising mm %*% coef(object) : non-conformable arguments with predict

2019-02-19 Thread Floriane Kg
Hi, A possible bug here? My code worked yesterday, but today I have an error, and still don't know why. I joined a reproducible code and data files. Error in mm %*% coef(object) : non-conformable arguments Even if the data used to predict are the same as the one used to fit the regression(has the

[R] Most recent version of R for IBM Power8 Ubuntu environment

2019-02-19 Thread Bill Glessner
Good afternoon, What is the most recent version of R known to run reliably in an environment of IBM HPC cluster Power8 systems, Ubuntu 16.04.1 operating system, with gpfs as the cluster file-system? It would seem to be R version 3.2.3; however, that one is not current enough for all the package