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
HI, Your code is not clear:  for( i in 1: nrow(D))  {    for( j in 5:ncol(D))    {     D[((D[i,j]/D[i,2])>1.5)]15999)]<-100   ##  "1.5)]15999)]"    }    ^^^    } D<- structure(list(X. = c(1108L, 1591L,

Re: [R] Help R

2013-08-29 Thread Zsurzsa Laszlo
Do you have NA/NAN in your data set? If yes our check with an IF or substitute them with a value that fits your need. I hope I understood correctly your problem. - - László-András Zsurzsa,

Re: [R] Help R

2013-07-29 Thread Jose Iparraguirre
Hola Maria Teresa, For multiple imputation, I would suggest the Amelia package by Gary King, James Honaker, and Matthew Blackwell, which uses the expectation-maximisation (EM) algorithm with bootstrap. Its excellent vignette has examples which should be more than enough for your needs. Do read

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 + > 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
Hi, I did what you have told me but I can not do it well, NUMERO Provincia CENAES IE.2005 IE.2006 IE.2007 IE.2008 29183 Alicante 771142.00046.00055.000 47.00030 479 Alicante 8299 1158.000 476.000 503.000 300.00031591 Alicante

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

2013-05-13 Thread Duncan Murdoch
On 13-05-13 3:58 AM, irene castro conde wrote: Hello, I'm using the function nlminb of the package stats inside a loop and when the number of trials grows, R crashes and says "R GUI front-end has stopped working". Could you help me with this problem? I have try in versions 2.15.1,2.15.2 and 3.

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
Hi Works for me without error. However are you sure your code does what you suppose it does? It does not return anything visible BB is list 3000x13 with all values same except last element in each node. AA is list 3000x13 with various values. ro is a vector with 2997 values 0.001 one value .999

Re: [R] Help R CMD check

2012-12-03 Thread Duncan Murdoch
On 03/12/2012 8:46 AM, Monica Rinaldi wrote: Hello, I'm trying to make one new package and when I'm run the following statement R CMD check new R return the next error: * checking whether package 'new' can be installed ... ERROR * install options are ' --no-html' Errore: 1:8: unexpected sy

Re: [R] Help R

2012-11-27 Thread Jim Lemon
On 11/26/2012 09:38 PM, alanaro...@sapo.pt wrote: Goodmorning, I'moneafazrtrbhoquhasa variablefactorcomtwoNivesCandH.Queoaatravésdlinear regressionrelationshipetrehaSaerifthe variablespthiedoseogmerparawanttheHtothatanddouCrespctinteRaficthat showsthe two curvesHandCLIRand Selecionar tudo Thank y

Re: [R] Help R

2012-11-26 Thread R. Michael Weylandt
On Mon, Nov 26, 2012 at 10:38 AM, wrote: > Goodmorning, > I'moneafazrtrbhoquhasa variablefactorcomtwoNivesCandH.Queoaatravésdlinear > regressionrelationshipetrehaSaerifthe > variablespthiedoseogmerparawanttheHtothatanddouCrespctinteRaficthat showsthe > two curvesHandCLIRand > Selecionar tudo > Th

Re: [R] Help R

2010-06-17 Thread jim holtman
try this: > x <- textConnection(" A,B,C,D,G + A,C,E,O + F,G") > # assume you read in your data by Lines since not the same number of fields > in each line > input <- readLines(x) > close(x) > # remove blanks that might be there > input <- gsub(' *', '', input) > # split by comma > in.s <- str

Re: [R] Help R

2010-06-17 Thread Henrique Dallazuanna
Try this: Lines <- "A,B,C,D,G A,C,E,O F,G" x <- read.table(textConnection(Lines), sep = ",", fill = TRUE, colClasses = rep('character', 3)) xtabs( ~ r + values, transform(stack(x), r = rownames(x))) On Thu, Jun 17, 2010 at 7:10 AM, wrote: > > Hello, > I'm new in using the R, but from

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/r

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
to simulate from IRT models have a look at function rmvlogis() from package ltm. I hope it helps. Best, Dimitris On 3/3/2010 6:05 PM, Stuart Luppescu wrote: On Wed, 2010-03-03 at 09:45 -0600, Helen Lisman wrote: hello R, This is about simulation in psychomtrics in IRT in R. I want to simul

Re: [R] help R IRT simulation

2010-03-03 Thread Stuart Luppescu
On Wed, 2010-03-03 at 09:45 -0600, Helen Lisman wrote: > hello R, > This is about simulation in psychomtrics in IRT in R. I want to simulate b > parameters(item difficulty) with moments of fixed values of mean, st.d, > skewness and kurtosis. Is there any specific IRT package in R with those > funct

Re: [R] Help-R-graphic

2009-09-09 Thread Arif Chandra
I am Arif. I have made program code for Vector Auto Regressive in terms of completing my undergraduate program using R. I have an important question related to my project. If I have: data(Canada) var.2c <- VAR(Canada, p = 2, type = "const") var.2c.stabil <- stability(var.2c

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

2008-06-02 Thread Yohan Chalabi
"CLG" == Celine LE-GOAZIGO <[EMAIL PROTECTED]> on Mon, 2 Jun 2008 13:19:35 +0200 CLG> Hi. CLG> CLG> I am trying to load the package fSeries, in order to load CLG> the package CLG> fGarch after. CLG> However, it says the following message. Dear Celine, Please make su