Re: [R] R package that translates zip codes into longitude and longitude

2019-05-06 Thread Bert Gunter
For these sorts of questions, it might be more useful if you address these sorts of queries to the package author or maintainer directly. --Bert On Mon, May 6, 2019 at 5:41 PM Nicola Ruggiero < nicola.ruggiero@gmail.com> wrote: > I found this package "zipcode", by Jeffry Breen > (http://www.

Re: [R] R package that translates zip codes into longitude and longitude

2019-05-06 Thread Nicola Ruggiero
I found this package "zipcode", by Jeffry Breen (http://www.jeffreybreen.com/code/). Does anyone have experience working with this one? And do you think it would help with my data, such as I exemplified it in my previous post to the listserv? His blog looks good (https://datamatters.blog/2011/01/

[R] [R-pkgs] rTRNG: Advanced and Parallel Random Number Generation via TRNG

2019-05-06 Thread Riccardo Porreca
We are happy to announce the first CRAN release of rTRNG version 4.20-1. rTRNG is a package for advanced parallel Random Number Generation in R. It relies on TRNG (Tina’s Random Number Generator, ), a state-of-the-art C++ pseudo-random number generator library for se

[R] fitting functional autoregresive model

2019-05-06 Thread Faheem Jan via R-help
Hi, i trying to  extend the functional autoregressive model one FAR(1) to fit the functional autoregressive model of order two FAR(2). the coding i do for far(1) is library(fda)library(far)# CREATE DUMMY VARIABLESfactor2dummy=function(x){  n=length(x)  tab=as.factor(names(table(x)))  p=length(t

Re: [R] Fwd: Re: transpose and split dataframe

2019-05-06 Thread Matthew
Thank you very much Jim and David for your scripts and accompanying explanations. I was intrigued at the results that came from David's script.  As seen below where I have taken a small piece of his DataTable: AT1G69490 AT1G29860    AT4G18170 *AT5G46350* AT1G01560    0    0    0    1 *AT1G02920

Re: [R] Errors Generated by Function gof from LogisticDx Package

2019-05-06 Thread Bert Gunter
The warning message should be your hint. You cannot have gof statistics with perfect separation. See here for some suggestions: https://stats.stackexchange.com/questions/11109/how-to-deal-with-perfect-separation-in-logistic-regression Bert Gunter "The trouble with having an open mind is that peo

[R] Errors Generated by Function gof from LogisticDx Package

2019-05-06 Thread Paul Bernal
Dear Christopher and friends, Hope you are all doing great. I am currently using R version 3.6.0 and I have a Windows 8, 64-bit Operating System. When applying function gof on my glm model, I get the following errors: > gof(GLM1) Error in factor(G, labels = dx1[, format(max(P), digits = 3), by =

Re: [R] Memmory issue

2019-05-06 Thread Fox, John
Dear Ravindra, My guess is that you're using the 32-bit version of R for Windows rather than the 64-bit version. Read question 2.9 in the R FAQ for Windows . If this is the case, the s

Re: [R] R package that translates zip codes into longitude and longitude

2019-05-06 Thread Jim Lemon
Hi Nicola, There seems to be a big database of this here: http://download.geonames.org/export/dump/ Jim On Mon, May 6, 2019 at 2:47 PM Nicola Ruggiero wrote: > > Hi there, > > I'm looking for a R package that would enable me to add a column to a > data.frame that is itself a translation of zip

Re: [R] The function sink() --delete everything before printing by "sink()"

2019-05-06 Thread Eric Berger
?sink for the HELP page on that sink() function. Check the description of the (optional) argument append to get an answer to your question. On Mon, May 6, 2019 at 5:24 AM John wrote: > I use the functions "sink" and "print" to print the results to a txt file. > May I delete everything in the tx