Re: [R] Bug (?): reading binary files in Windows 10

2018-12-07 Thread Kate Stone
er to deal with any text file newline decoding > choice/task after the file transfer is completed. > > On December 6, 2018 7:03:48 AM PST, Duncan Murdoch < > murdoch.dun...@gmail.com> wrote: > >On 06/12/2018 7:45 AM, Kate Stone wrote: > >> Hello r-help, > >&g

[R] Bug (?): reading binary files in Windows 10

2018-12-06 Thread Kate Stone
is is an R problem or something to do with my OS specifically, or even with the file itself. Any ideas?? I've attached a small script demonstrating the issue. Many thanks, Kate -- Kate Stone PhD candidate Vasishth Lab | Department of Linguistics Potsdam University, 14467 Potsdam, Germany https:/

Re: [R] Opencpu and caching

2017-04-28 Thread Jake Stone
w.com/questions/5963269/how-to-make- a-great-r-reproducible-example [2] http://adv-r.had.co.nz/Reproducibility.html -- Sent from my phone. Please excuse my brevity. On April 28, 2017 5:34:37 PM PDT, Jake Stone <j...@jakestone.net> wrote: >Opencpu website recommends this site. >You might

[R] Opencpu and caching

2017-04-28 Thread Jake Stone
I am new to opencpu. My specialty is java. I use R for very specific analyses. *PROBLEM* My understanding is that each API call to opencpu opens a new R session. My function will classify the data input using the predict method of a linear discriminant analysis (lda from MASS package). The

[R] Root Dir for OpenCpu files

2017-04-27 Thread Jake Stone
I have opencpu (single server) up and functioning. My first function will open a dataset from a csv file stored on my hard drive. Where should I deploy the csv file? (I tried my apps www directory, but it doesn't work) In sum: within an opencpu app, where do I deploy a file so that this line of

[R] OpenCPU app development. Testing Source Code

2017-04-26 Thread Jake Stone
I'm brand new to opencpu. Do I have to package my code before I can test on my opencpu single server? It would be nice to just test from source. -- *jake* [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To

[R] Network Alternative to rJava/JRI?

2017-04-26 Thread Jake Stone
I am a java programmer, quite new to R. I am familiar with rJava/JRI, but would prefer a distributed networked architecture for my systems. TASK: - Java runs an NLP analysis of a text. It then sends an array (vector) of variables to R - R predicts the class of the input vector based on

[R] Works on Mac, but not Windows: Using tempdir() to determine image location works with .tex file

2015-10-31 Thread Green Stone
I am writing an R package that generates a .pdf file for users that outputs summarizations of data. I have a .Rnw script in the package (here, my MWE of it is called test.Rnw). The user can do: knit2pdf("test.Rnw", clean=T) This makes the process easy for them, because it automatically creates

[R] Focus on a sub-panel of a splom with trellis.focs() -- return coordinate of sub-panel, or names of variables therein

2012-12-11 Thread Eric Stone
Hi, I'd like to be able to generate a splom plot in R and then use my mouse to click on one of the sub-panels (panel.pairs, specifically) and have R return either the coordinates of that sub-panel, or even better, the names of the corresponding variables plotted in that sub-panel. Here's an

[R] Main effects and interactions in mixed linear models

2012-06-06 Thread Ron Stone
Dear all, This question may be too basic quesition for this list, but if someone has time to answer I will be happy. I have tried to find out, but haven't found a consice answer. As an example I use Pinheiro, J. C. Bates, D. M. 2000. Mixed-effects models in S and S-PLUS. Springer, New York.

[R] Help_Unable to run glmer

2009-03-15 Thread Emma Stone
Can anyone help with this - I have been running glmer code for linear mixed models on my works pc, and am now working on my laptop (which is vista) and when I load the lme4 package i get the message below and I cannot run any models - any one have any ideas? Emma trying URL

Re: [R] Mixed models fixed effects

2009-03-13 Thread Emma Stone
: Emma Stone [mailto:emma.st...@bristol.ac.uk] Verzonden: vrijdag 13 maart 2009 10:50 Aan: ONKELINX, Thierry; Emma Stone; r-help@r-project.org Onderwerp: RE: [R] Mixed models fixed effects Hi Thierry, That's great thanks! I have done as you have said but I keep getting a warning message here

Re: [R] Mixed models fixed effects

2009-03-13 Thread Emma Stone
-- Emma Stone Postgraduate Researcher Bat Ecology and Bioacoustics Lab Mammal Research Unit School of Biological Sciences, University of Bristol, Woodland Road, Bristol, BS8 1UG Email: emma.st...@bristol.ac.uk __ R-help@r-project.org

Re: [R] Mixed models fixed effects

2009-03-11 Thread Emma Stone
Dear All, This may sound like a dumb question but I am trying to use a mixed model to determine the predictors of bat activity along hedges within 8 sites. So my response is continuous (bat passes) my predictors fixed effects are continuous (height metres), width (metres) etc and the random

[R] Normal Probability Plot - Time series

2009-03-09 Thread Will Stone
Hi, I have some time-series data and wish to plot a normal probability plot in R. How do I go about this? Thanks. W. [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE

[R] ARIMA second order differencing problem

2009-03-08 Thread Will Stone
Hi, I have been using this site ( http://www.stat.pitt.edu/stoffer/tsa2/Rissues.htm) to help me with some ARIMA modelling in R. Unfortunately the methods mentioned do not appear to work with second order differencing; arima(*, 2, *). I have used some dummy data to illustrate my point. When I

[R] Setting global variables in a function

2009-02-22 Thread Will Stone
Hi, I am writing a function that plots many graphs so therefore I have it turn recording on. The problem is; that when it is run again, the new graphs get added to the old ones, doubling the amount recorded. I know that .SavedPlots-NULL removes the recorded plots but how can this be done from

[R] Cycle through graphs

2009-02-20 Thread Will Stone
Hi, How do you set up the graphics window so that when clicked by the mouse; it cycles through your different plots? ie, run a function with multiple graphs in it: one graphics window pops up and clicking it goes to the next graph. I have seen this done before but cannot remember how to