Re: [R] Corrupted package?[solved]

2018-11-04 Thread Patrick Connolly
On Thu, 01-Nov-2018 at 08:51PM +1300, Patrick Connolly wrote: |> On Wed, 31-Oct-2018 at 07:30PM +0100, peter dalgaard wrote: |> |> |> Hm, a source install to r-devel gave me |> |> |> |> Peter-Dalgaards-MacBook-Air:BUILD pd$ ls -l library/pkgconfig/R/pkgconfig.rdb |> |> -rw-r--r-- 1 pd staff

Re: [R] potential issue in download.file() help page

2018-11-04 Thread Jeff Newmiller
The documentation describes the behavior of the program. The function signature shows how the arguments are declared. Both are correct. If you read an implementation [1] you will see that the missing() function is used to implement the described behavior, rather than using a default value for t

[R] potential issue in download.file() help page

2018-11-04 Thread Stéphane Guillou
Hi there I was told by Martin Maechler that I should send this request to R-help rather than R-core, so here it is. I noticed that the download.file() documentation does not show a default value passed on to the `method` argument in the "Usage" section, even though it is stated underneath th

Re: [R] How to add a dummy code for (G)LMER

2018-11-04 Thread Bert Gunter
I am almost certain that no dummy variables are necessary -- but mixed models questions are always better posed on the r-sig-mixed-models list. Bert On Sun, Nov 4, 2018 at 1:38 PM Yune S. Lee wrote: > Dear R experts -- > > I never needed to add a dummy column and always query statistical resu

Re: [R] rnaturalearth: detail by degrees

2018-11-04 Thread Jim Lemon
Hi Ferri, One way is to snip out a Google Maps image of the area you want, then using the "maps" package, start a plot bounded by the corner coordinates of your Google Maps image. You can get those by clicking on the corners of the area that you selected. Then use the "readbitmap" package to create

[R] How to add a dummy code for (G)LMER

2018-11-04 Thread Yune S. Lee
Dear R experts -- I never needed to add a dummy column and always query statistical results by querying summary(model) for GLMER. However, I was recently asked to add a dummy column for interaction variables when performing GLMER. Could anyone tell me if it's necessary to add a dummy column for GL

Re: [R] HMM-Classification

2018-11-04 Thread Bert Gunter
Indeed! There is even a HMM package! A web search on "hidden markov models" on rseek.org brought up many relevant looking hits. -- 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 C

Re: [R] HMM-Classification

2018-11-04 Thread Jeff Newmiller
The SpatioTemporal Task View may help narrow the search a bit, as might using a using a search engine: https://cran.r-project.org/web/views/SpatioTemporal.html rseek.org package "sos" On November 4, 2018 7:31:20 AM PST, Ingmar Visser wrote: >There are several packages that allow fitting hidde

Re: [R] HMM-Classification

2018-11-04 Thread Ingmar Visser
There are several packages that allow fitting hidden Markov models (assuming that that is what you mean by HMM ...), which you can find here: https://cran.r-project.org/web/packages/ Best, Ingmar Ingmar Visser Universitair Hoofddocent ontwikkelingspsychologie | Directeur College Psychologie Afdeli

[R] HMM-Classification

2018-11-04 Thread Kabouch Nourdine via R-help
Hi, I would like to use HMM for a time serie (solar radiation) classification.I would like to know what are the steps I should follow?For the states i have to chose between 3 or 5, I do not have other informations. Regards. [[alternative HTML version deleted]] ___

Re: [R] Different stack barplots - same color legends

2018-11-04 Thread P. Roberto Bakker
Dear Richard, I ran your syntax and the plots look great and cool. Again, thank you so much for helping me out a lot and for all the programming. And again, Jim en David, thank you also so much. Now, I can continue with my work and I learned a lot from you. Best, Roberto Op za 3 nov. 2018 om 14: