Re: [R] Bootstrap analysis from a conditional logistic regression

2017-11-13 Thread David Winsemius
> On Nov 13, 2017, at 2:01 PM, Nelly Reduan wrote: > > Nelly Reduan a partag� un fichier OneDrive avec vous. Pour l�afficher, > cliquez sur le lien ci-dessous. > > > > [https://r1.res.office365.com/owa/prem/images/dc-png_20.png]

Re: [R] create waveform sawtooth

2017-11-13 Thread Michael Tiemann
Here is perhaps a better sawtooth wave generator: sawtooth <- function(freq, duration = samp.rate, from = 0, samp.rate = 44100, bit = 1, stereo = FALSE, xunit = c("samples", "time"), reverse = FALSE, ...){ xunit <- match.arg(xunit) durFrom <- preWaveform(freq = freq

[R] Bootstrap analysis from a conditional logistic regression

2017-11-13 Thread Nelly Reduan
Nelly Reduan a partag� un fichier OneDrive avec vous. Pour l�afficher, cliquez sur le lien ci-dessous. [https://r1.res.office365.com/owa/prem/images/dc-png_20.png] Screenshot 2017-11-12 18.49.4

Re: [R] Where to get support for Rserve?

2017-11-13 Thread Morkus via R-help
Hey Bert, That's super helpful (maintainer ("rserve")). I had no idea. :) So much good stuff right there in R. I didn't find any relevant hits looking on the web for my particular problem, but I'll email the maintainer. Thanks very much. - M Sent from [ProtonMail](https://protonmail.com), Sw

Re: [R] Where to get support for Rserve?

2017-11-13 Thread William Dunlap via R-help
> I see everything about the Rseve author...except for a way > to contact him (unless I somehow missed that.) Look at the BugReports and Maintainer components of packageDescription("Rserve"). Use the former if it exists - it is typically a URL. The latter is also given by maintainer("Rserve"). O

Re: [R] Where to get support for Rserve?

2017-11-13 Thread Bert Gunter
?maintainer ## i.e. maintainer("rserve") Also, please search. A web search on simply "rserve" brought up what appeared to be many relevant hits. Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkele

[R] Where to get support for Rserve?

2017-11-13 Thread Morkus via R-help
Hello, I'm using Rserve with Java and although it works OK for 50 or 60 requests, eventually Rserve simply stops responding and I have to force-quit and restart Rserve. During this time the JVM is fine and Tomcat (app server) is fine, too. The basic Java code does this:

Re: [R] Primer for working with survey data in R

2017-11-13 Thread Albin Blaschka
Am 11.11.2017 20:56, schrieb Kevin Taylor: Also, SPSS has some built in functionality for entering the meta-data for your survey, e.g. the possible values for items, the text of the question, etc. Hello! Maybe the sjmisc together with the sjplot package are helpful - specially the

Re: [R] Convert poly line to polygon in R

2017-11-13 Thread Jeff Newmiller
Might want to post this on R-sig-geo. Might also want to post in plain text format... see below how your message got messed up coming through the mailing list. -- Sent from my phone. Please excuse my brevity. On November 12, 2017 9:58:56 PM PST, Javad Bayat via R-help wrote: >I have a shape f

Re: [R] how to label station names on point

2017-11-13 Thread Jim Lemon
Hi Javad, You can place text using the "text" function or for a slightly fancier label, try boxed.labels in the plotrix package. Jim On Mon, Nov 13, 2017 at 5:04 PM, Javad Bayat via R-help wrote: > I have a shapefile point and I plot it over my polygon. Is it possible to > label station names