Re: [R] How long to wait for process?

2017-07-26 Thread Bert Gunter
Dunno. You might wish to email the maintainer (see ?maintainer), who may not monitor this list, if you do not get a satisfactory reply here. Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breath

[R] How long to wait for process?

2017-07-26 Thread john polo
UseRs, I have a dataframe with 2547 rows and several hundred columns in R 3.1.3. I am trying to run a small logistic regression with a subset of the data. know_fin ~ comp_grp2+age+gender+education+employment+income+ideol+home_lot+home+county > str(knowf3) 'data.frame': 2033 obs.

Re: [R] fill out a PDF form in R

2017-07-26 Thread Ulrik Stervbo
On second thought, you could also use pdftk to fill out the pdf form with data generated in R. On Wed, 26 Jul 2017 at 14:01 Ulrik Stervbo wrote: > Hi Elahe, > > I have no clue, but maybe you can dump the data fields using pdftk, and > work with those in R. > > HTH > Ulrik > > On Wed, 26 Jul 2017

Re: [R] fill out a PDF form in R

2017-07-26 Thread Ulrik Stervbo
Hi Elahe, I have no clue, but maybe you can dump the data fields using pdftk, and work with those in R. HTH Ulrik On Wed, 26 Jul 2017 at 13:50 Elahe chalabi via R-help wrote: > Hi all, > > I would like to get ideas about how to fill out a PDF form in R and to > know if it's possible or not. I

[R] fill out a PDF form in R

2017-07-26 Thread Elahe chalabi via R-help
Hi all, I would like to get ideas about how to fill out a PDF form in R and to know if it's possible or not. I could not find something helpful in Internet. Does anyone know a good link for that or have experience in this? Thanks for any help! Elahe

Re: [R] axis() after image.plot() does not work except if points() is inserted between

2017-07-26 Thread Marc Girondot via R-help
Thanks... I agree that the problem was explained in the documentation but I can't find a way to have axis() working even manipulating par("plt") or with graphics.reset = TRUE: - adding graphics.reset=TRUE does not allow axis() to be shown; - I see that par()$plt is involved but it is the not suf