Re: [R] Fwd: Question

2018-07-08 Thread Hasan Diwan
Farshad, On Sun, 8 Jul 2018 at 09:29, Farshad Fathian wrote: > > Thank you so much for your reply. But when I install the "RWinEdt" package, > the R unable to install it. I see the below warning: > > "Error: package or namespace load failed for ‘RWinEdt’: > package ‘RWinEdt’ was installed by an R

Re: [R] Fwd: Question

2018-07-08 Thread Jeff Newmiller
I recommend that you post the output of sessionInfo() and copy-paste the commands you attempted to use that failed. Note that I don't use this package or its associated non-free editor, but the CRAN installation check shows no significant problems, though the package hasn't been updated recentl

Re: [R] Fwd: Question

2018-07-08 Thread Farshad Fathian
Thank you so much for your reply. But when I install the "RWinEdt" package, the R unable to install it. I see the below warning: "Error: package or namespace load failed for ‘RWinEdt’: package ‘RWinEdt’ was installed by an R version with different internals; it needs to be reinstalled for use wit

Re: [R] Fwd: Question

2018-07-08 Thread Jeff Newmiller
Read the vignette at [1], which mentions the Read me.txt file [2]. I found both links using Google... you could too. [1] https://cran.r-project.org/web/packages/RWinEdt/index.html. [2] https://github.com/cran/RWinEdt/blob/master/inst/ReadMe.txt On July 8, 2018 7:08:53 AM PDT, Farshad Fathian w

[R] Fwd: Question

2018-07-08 Thread Farshad Fathian
Dear all, Hello, I am going to install the “RWinEdt” package on R software. I had installed it on R before, but when I downloaded the newest versions of R software (R-3.4.3 and R-3.5.1 versions), this package is not installed on it. Please help and guide me to know how I can install and use th

Re: [R] Fwd: question on constrOptim

2016-03-24 Thread Jeff Newmiller
You are unlikely to get help on this without a reproducible example. One obvious possibility is that those values are already optimal. Another is that you are not invoking the optimization properly. -- Sent from my phone. Please excuse my brevity. On March 24, 2016 5:13:35 AM PDT, Anusha Kotha

Re: [R] Fwd: question on constrOptim

2016-03-24 Thread Duncan Murdoch
On 24/03/2016 8:13 AM, Anusha Kothapalli wrote: -- Forwarded message -- From: *Anusha Kothapalli* Date: Wednesday, March 23, 2016 Subject: question on constrOptim To: r-c...@r-project.org To Whom It May Concern, We are using constrOptim to maximize a log likelihood function. T

[R] Fwd: question on constrOptim

2016-03-24 Thread Anusha Kothapalli
-- Forwarded message -- From: *Anusha Kothapalli* Date: Wednesday, March 23, 2016 Subject: question on constrOptim To: r-c...@r-project.org To Whom It May Concern, We are using constrOptim to maximize a log likelihood function. The constrOptim call returns values, however, they

Re: [R] Fwd: Question about paired plotting

2015-05-04 Thread Duncan Mackay
rd") and paste it into your email Regards Duncan Duncan Mackay Department of Agronomy and Soil Science University of New England Armidale NSW 2351 Email: home: mac...@northnet.com.au -Original Message- From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of Luis Fernand

Re: [R] Fwd: Question about paired plotting

2015-05-04 Thread Luis Fernando García
studio-pubs-static.s3.amazonaws.com/1406_947a49f2d7914dad8b0fd050a9df9858.html > > > > > John Kane > Kingston ON Canada > > > > -Original Message- > > From: luysgar...@gmail.com > > Sent: Mon, 4 May 2015 04:52:51 -0300 > > To: r-help@r-projec

Re: [R] Fwd: Question about paired plotting

2015-05-04 Thread John Kane
pubs-static.s3.amazonaws.com/1406_947a49f2d7914dad8b0fd050a9df9858.html John Kane Kingston ON Canada > -Original Message- > From: luysgar...@gmail.com > Sent: Mon, 4 May 2015 04:52:51 -0300 > To: r-help@r-project.org > Subject: [R] Fwd: Question about paired plotting >

Re: [R] Fwd: Question about paired plotting

2015-05-04 Thread Jim Lemon
Hi Luis, Two plotting functions from the plotrix package might be of interest. One is "ladderplot" that is very similar to the upper plots in the panels, and the second is "ehplot" that is similar to the lower panels. Jim On Mon, May 4, 2015 at 5:52 PM, Luis Fernando García wrote: > Hello R exp

[R] Fwd: Question about paired plotting

2015-05-04 Thread Luis Fernando García
Hello R experts, I just found a new paper which shows the proper way (according to the authors) to show data, specially paired. I am very interested in presenting this kind of data, specially the scatter plott. I have found a way to present it using this link: http://journals.plos.org/plosbiolog

[R] Fwd: question about aggregate

2011-10-22 Thread Adel ESSAFI
Hello, is there any help please. Regards 2011/10/21 Adel ESSAFI > Hello > I am discovering R and I find it is really very powerful. > > However, I find some newbie difficulties. > > Here, I have a data frame with manu values that I want to calculate the > frequency (the nomber of line) of the

[R] Fwd: Question about curve function

2011-06-05 Thread Abhilash Balakrishnan
I accidentally did not respond to the list. -- Forwarded message -- From: Abhilash Balakrishnan Date: Sun, Jun 5, 2011 at 8:44 PM Subject: Re: [R] Question about curve function To: Matt Shotwell Dear Mr. Shotwell, Thank you for the explanation. You seem to be right. In parti

[R] Fwd: question about result of loglinear analysis

2011-01-18 Thread Lao Meng
-- Forwarded message -- From: Lao Meng Date: 2011/1/19 Subject: Re: [R] question about result of loglinear analysis To: David Winsemius My command and result are : > result_sat<-summary(glm_sat) > result_coe<-result_sat$coefficients > result_coe Estimate St

Re: [R] [Fwd: question on plot in R with mac]

2010-02-04 Thread Peter Ehlers
khaz...@ceremade.dauphine.fr wrote: Hello all I want to simulate a sample from Dirichlet distribution with parameter alpha(.), for example: X=(0,1) alpha(.)=2*beta(1,1). Can you help me please? How is this a question on "plot in R with mac"? Anyway, maybe rdirichlet in the gtools package

[R] [Fwd: question on plot in R with mac]

2010-02-04 Thread khazaei
Hello all I want to simulate a sample from Dirichlet distribution with parameter alpha(.), for example: X=(0,1) alpha(.)=2*beta(1,1). Can you help me please? thank you khazaei __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listin

[R] Fwd: question about using _apply and/or aggregate functions

2009-06-22 Thread Clifford Long
Resending, as am not sure about the original "To:" address. Sorry for any redundancy. - Cliff -- Forwarded message -- From: Clifford Long Date: Mon, Jun 22, 2009 at 11:04 AM Subject: question about using _apply and/or aggregate functions To: r-h...@lists.r-project.org Hi R-lis

[R] Fwd: question about predict.gam

2007-10-05 Thread Michela Leone
-- Forwarded message -- From: Michela Leone <[EMAIL PROTECTED]> Date: 5-ott-2007 17.25 Subject: question about predict.gam To: R-help@r-project.org I'm fitting a Poisson gam model, say model<-gam(a65tm~as.factor(day.week )+as.factor(week)+offset(log(pop65))+s(time,k=10,bs="cr",fx=