Re: [R] Paired Weighted Wilcoxon test in R

2017-06-24 Thread Dreams Collector
Thank you very much for your suggestions, Jim! > El 24 jun 2017, a las 9:57, Jim Lemon escribió: > > Hi DC9, > As no one has answered, I would say that as both the survey package > and Professor Lumley are widely respected, that is as good as it gets. > > Jim > > On Fri, Jun 23, 2017 at 7:26 P

[R] Help please

2017-06-24 Thread Sarpong, Rabby
Hello, I need some help on a regression I am running please. I am running a multiple regression in R and I am getting weird outputs and would like your help in resolving it. This is the code I run: Reg = lm (Final$Y.t.-Final$Y.t.1. ~ Final$ Y.t.1. + Final$Cor + Final$Gov+ Final$Inv+ Final$

[R] Fill in empty cell in data.frame from previous value

2017-06-24 Thread Christophe Elek
Hello Total newbie here... I hope I read the guide properly I have the following data.frame (I read it from a CSV file I cannot change) names val 1 Mandy 1 2 2 3 John2 4 2 I want to read the row number 2, but I want the first column to be “Mandy” and not null print (fra

[R] Fwd: Widgets under renderUI Shiny

2017-06-24 Thread John Murtagh
Hi All, I am not sure if this is a relevant platform to ask but I have tried other more related platforms and haven't had any luck so i thought i would try my luck here. Basically I want to generate a selectInput widget with a conditional under renderUI in Shiny. The number of widgets generated

Re: [R] Execute R codes without installing R environment

2017-06-24 Thread Jeff Newmiller
1) Producing a zip file most likely means you put your code in a package. This can be a useful thing to do, but it most definitely does not create a standalone executable. 3) You have not communicated your goal clearly. Many people want to treat R on a server as a remote compute resource... y

Re: [R] Comparing pooled proportions(complication and reoperation rates) of different treatment modalities

2017-06-24 Thread Michael Dewey
Note though that this has been put on hold on stats.stackexchange.com as off-topic. On 23/06/2017 19:33, Bert Gunter wrote: Probably the wrong list. R-help is concerned with R programming, not statistics methodology questions, although the intersection can be nonempty. I suggest you post on st

Re: [R] Execute R codes without installing R environment

2017-06-24 Thread Jim Lemon
Hi Daniel, There seems to be a way to package the R interpreter and a program into an executable file. It looks pretty complicated and would only be worth the effort if you _must_ run your script this way and you _can't_ install R. https://www.r-bloggers.com/deploying-desktop-apps-with-r/ Jim O

Re: [R] Paired Weighted Wilcoxon test in R

2017-06-24 Thread Jim Lemon
Hi DC9, As no one has answered, I would say that as both the survey package and Professor Lumley are widely respected, that is as good as it gets. Jim On Fri, Jun 23, 2017 at 7:26 PM, Dreams Collector wrote: > Dear R-users, > > I’m trying to perform a non-parametric statistical pairwise comparis