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
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,
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,
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
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
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
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
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.
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
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
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
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
On Mon, Nov 26, 2012 at 10:38 AM, wrote:
> Goodmorning,
> I'moneafazrtrbhoquhasa variablefactorcomtwoNivesCandH.Queoaatravésdlinear
> regressionrelationshipetrehaSaerifthe
> variablespthiedoseogmerparawanttheHtothatanddouCrespctinteRaficthat showsthe
> two curvesHandCLIRand
> Selecionar tudo
> Th
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
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
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
. 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
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
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
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
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
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
"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
23 matches
Mail list logo