[R] r-help@r-project.org

2014-10-14 Thread Rolf Turner
r system. cheers, Rolf -- Rolf Turner Technical Editor ANZJS ______ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, sel

Re: [R] Help R

2013-08-29 Thread Jose Iparraguirre
As said by arun, the code is not clear. Ma Teresa, what is it that you actually want to do? Regards, José -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of arun Sent: 29 August 2013 15:12 To: R help Subject: Re: [R] Help R HI

Re: [R] Help R

2013-08-29 Thread arun
   61   404.0      42      19   243.8 10 14698  698.16667   505.0   482.0   553.0     664   847.0     800     679   646.0 WHat I really want to do is:  for( i in 1: nrow(D))  {    for( j in 5:ncol(D))    {     D[((D[i,j]/D[i,2])>1.5)]15999)]<-100    }    } __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

Re: [R] Help R

2013-08-29 Thread Zsurzsa Laszlo
;for( j in 5:ncol(D)) >{ > D[((D[i,j]/D[i,2])>1.5)]15999)]<-100 >} > > } > > > > > > > Error en `[<-.data.frame`(`*tmp*`, (D[i, j]> 15999), value = 1e+06) : > missing values are not allowed in subscripted assignments of data

[R] Help R

2013-08-29 Thread Mª Teresa Martinez Soriano
ssignments of data frames [[alternative HTML version deleted]] ______ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posti

Re: [R] Help R

2013-07-29 Thread Jose Iparraguirre
al Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Mª Teresa Martinez Soriano Sent: 26 July 2013 09:36 To: r-help@r-project.org Subject: [R] Help R Hi to everyone, first of all thanks for this service, it is being very useful for me, thanks in advance.

[R] Help R

2013-07-26 Thread Mª Teresa Martinez Soriano
riable = vars, ord_var = sort, domain_var = domain, Some NAs remained, maybe due to a too restrictive domain building!? In hotdeck(b, variable = c("CRV.IE.2005", "CRV.IE.2006", "CRV.IE.2007", Some NAs remained, maybe due to a too restrictive domain building!

Re: [R] HELP R

2013-07-22 Thread John Kane
ake-a-great-r-reproducible-example John Kane Kingston ON Canada > -Original Message- > From: teresama...@hotmail.com > Sent: Mon, 22 Jul 2013 09:11:32 +0000 > To: r-help@r-project.org > Subject: Re: [R] HELP R > > > > > > > > > Hi, I did

Re: [R] HELP R

2013-07-22 Thread PIKAL Petr
Behalf Of Ma Teresa Martinez Soriano > Sent: Monday, July 22, 2013 11:12 AM > To: r-help@r-project.org > Subject: Re: [R] HELP R > > > > > > > > > Hi, I did what you have told me but I can not do it well, > NUMERO Provincia CENAES IE.2005 IE.2006 IE.20

Re: [R] HELP R

2013-07-22 Thread Mª Teresa Martinez Soriano
[[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

[R] HELP R

2013-07-22 Thread Mª Teresa Martinez Soriano
úmero de items para para sustituir no es un múltiplo de la longitud del reemplazo= number of items to replace is not a multiple of replacement length)Thanks in advance [[alternative HTML version deleted]] _______

[R] HELP R

2013-07-22 Thread Mª Teresa Martinez Soriano
ative HTML version deleted]] ______ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

Re: [R] help: R GUI front-end has stopped working

2013-05-13 Thread Duncan Murdoch
1,2), upper = rep(0.999,2),control=list(rel.tol=1e-6)) prob[i]=opt$par[1] ro[i]=opt$par[2] } Thanks, Irene Castro Conde. [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://s

Re: [R] help: R GUI front-end has stopped working

2013-05-13 Thread PIKAL Petr
evaluating the way your code is working. Maybe others can give you better insight so I cc to list. Regards Petr From: irene castro conde [mailto:erea...@hotmail.com] Sent: Monday, May 13, 2013 10:49 AM To: PIKAL Petr Subject: RE: [R] help: R GUI front-end has stopped working Hi, Thanks for

Re: [R] help: R GUI front-end has stopped working

2013-05-13 Thread PIKAL Petr
.999 and 2 values 0.008 I did not check values of other objects. Regards Petr > -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-bounces@r- > project.org] On Behalf Of irene castro conde > Sent: Monday, May 13, 2013 9:59 AM > To: R-help@r-project.or

[R] help: R GUI front-end has stopped working

2013-05-13 Thread irene castro conde
[[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

[R] This day in history: R-help, R-devel and R-announce (1997-04-01)

2013-04-01 Thread Henrik Bengtsson
. [1] https://stat.ethz.ch/pipermail/r-help/1997-April/001490.html <>______ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide comment

Re: [R] Help R CMD check

2012-12-03 Thread Duncan Murdoch
#x27; Errore: 1:8: unexpected symbol 1: export R ^ Esecuzione interrotta You probably have more information in the check log file, but that looks like a syntax error in the NAMESPACE file. Duncan Murdoch ______ R-help@r-project.org mailing lis

[R] Help R CMD check

2012-12-03 Thread Monica Rinaldi
xport R ^ Esecuzione interrotta Thanks [[alternative HTML version deleted]] ______ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html

Re: [R] Help R

2012-11-27 Thread Jim Lemon
Thank you Ana C. Rocha Rua Hi Ana, I'm afraid that I cannot make much sense at all out of this. The best thing I can suggest is that you contact the Brazil R Users group. http://leg.est.ufpr.br/doku.php/software:rbr Jim ______ R-help@r-project.o

Re: [R] Help R

2012-11-26 Thread R. Michael Weylandt
nd > Selecionar tudo > Thank you > Ana C. Rocha Rua > I think this might be offered as a very good example of why one shouldn't send HTMangLed mail in lieu of plain text. Michael ______ R-help@r-project.org mailing list https://stat.ethz.ch/m

[R] Help R

2012-11-26 Thread alanarocha
a Rua ______ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

[R] help r error "the integral is probably divergent"

2012-05-22 Thread jlmdanderson
r-error-the-integral-is-probably-divergent-tp4631002.html Sent from the R help mailing list archive at Nabble.com. __________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.or

Re: [R] r-help@r-project.org

2010-10-05 Thread Uwe Ligges
zip files didn't work. Can any one give me some ideas? * *Wayne* [[alternative HTML version deleted]] ______ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting

Re: [R] r-help@r-project.org

2010-10-05 Thread Erik Iverson
leted]] ______ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. ______ R-h

[R] r-help@r-project.org

2010-10-05 Thread wenyue sun
Can any one give me some ideas? * *Wayne* [[alternative HTML version deleted]] ______ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and pr

Re: [R] Help R

2010-06-17 Thread jim holtman
help >     _____ > >   Ãrea de Clientes Optimus Clix â Toda a gestão dos seus serviços online! >   http://cliente.clix.pt/. > __ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLE

Re: [R] Help R

2010-06-17 Thread Henrique Dallazuanna
_ > > Ãrea de Clientes Optimus Clix â Toda a gestão dos seus serviços online! > http://cliente.clix.pt/. > __ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help >

[R] Help R

2010-06-17 Thread ricardosousa2000
Clix â Toda a gestão dos seus serviços online! http://cliente.clix.pt/. ______ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide comm

Re: [R] help R non-parametric IRT simulation

2010-03-11 Thread Doran, Harold
MLEs don't classify as a nonparametric method per se. From: Helen Lisman [mailto:hlnlis...@gmail.com] Sent: Wednesday, March 10, 2010 4:29 PM To: Doran, Harold Subject: Re: [R] help R non-parametric IRT simulation What about ability parameter simulation in non-parametric method? is irt.abili

Re: [R] help R non-parametric IRT simulation

2010-03-10 Thread Doran, Harold
. So, it may be useful for you in some regard. -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Helen Lisman Sent: Wednesday, March 10, 2010 3:03 PM To: r-help@r-project.org Subject: Re: [R] help R non-parametric IRT simulation Hello

Re: [R] help R non-parametric IRT simulation

2010-03-10 Thread Helen Lisman
Hello R, I am looking for non-parametric simulation in IRT. Is there any IRT package that does non-parametric simulation? helen L [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo

Re: [R] help R IRT simulation

2010-03-03 Thread Doran, Harold
not prefer this approach. -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Stuart Luppescu Sent: Wednesday, March 03, 2010 12:05 PM To: Helen Lisman Cc: r-help@r-project.org Subject: Re: [R] help R IRT simulation On Wed, 2010-03-03

Re: [R] help R IRT simulation

2010-03-03 Thread Dimitris Rizopoulos
the input data. Let me know if you find something. -- Dimitris Rizopoulos Assistant Professor Department of Biostatistics Erasmus University Medical Center Address: PO Box 2040, 3000 CA Rotterdam, the Netherlands Tel: +31/(0)10/7043478 Fax: +31/(0)10/7043014 ____

Re: [R] help R IRT simulation

2010-03-03 Thread Stuart Luppescu
and rnorm() doesn't include arguments for skewness and kurtosis. kurtosis() functions exist in e1071 and fUtilities, but they only return the kurtosis of the input data. Let me know if you find something. -- Stuart Luppescu University of Chicago ______

[R] help R IRT simulation

2010-03-03 Thread Helen Lisman
can control mean and st.d but not skewness and kurtosis. Thank you, helen L [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R

Re: [R] Help-R-graphic

2009-09-09 Thread Arif Chandra
Thank you for answering my question _ See all the ways you can stay connected to friends and family [[alternative HTML version deleted]] ______ R-help@r-proj

Re: [R] Help : R-packages : Problems loading package fSeries

2008-06-02 Thread Yohan Chalabi
regards, Yohan -- PhD student Swiss Federal Institute of Technology Zurich www.ethz.ch www.rmetrics.org NOTE: Rmetrics Workshop: http://www.rmetrics.org/meielisalp.htm June 29th - July 3rd Meielisalp, Lake Thune, Switzerland __ R-help@r-project.org mailing l

[R] Help : R-packages : Problems loading package fSeries

2008-06-02 Thread Celine LE-GOAZIGO
email : [EMAIL PROTECTED] [[alternative HTML version deleted]] ______ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, m