Hi Rui, thank-you very much!
That worked perfectly.
Irucka
<-Original Message->
>From: Rui Barradas [ruipbarra...@sapo.pt]
>Sent: 11/20/2012 5:42:36 AM
>To: iruc...@mail2world.com
>Cc: r-help@r-project.org
>Subject: Re: [R] help on matrix column removal based on a
ement length
Thanks again.
Irucka
<-Original Message->
From: Rui Barradas [ruipbarra...@sapo.pt]
Sent: 11/19/2012 10:35:00 AM
To: iruc...@mail2world.com
Cc: r-help@r-project.org
Subject: Re: [R] help on matrix column removal based on another matrix
results
Sorry, the comma is
@mail2world.com
>Cc: r-help@r-project.org
>Subject: Re: [R] help on matrix column removal based on another matrix
results
>
>Sorry, the comma is in the wrong place, it should be
>
>Vsim[] <- Vsim[ , NSErr > 0.6]
>
>Rui Barradas
>Em 19-11-2012 16:18, Rui Barradas escreveu:
Sorry, the comma is in the wrong place, it should be
Vsim[] <- Vsim[ , NSErr > 0.6]
Rui Barradas
Em 19-11-2012 16:18, Rui Barradas escreveu:
Hello,
Try
Vsim[] <- Vsim[NSErr > 0.6, ]
Hope this helps,
Rui Barradas
Em 19-11-2012 14:30, iembry escreveu:
Hi everyone, now I am trying to finish
Hello,
Try
Vsim[] <- Vsim[NSErr > 0.6, ]
Hope this helps,
Rui Barradas
Em 19-11-2012 14:30, iembry escreveu:
Hi everyone, now I am trying to finish writing the code (I had asked for
assistance on subtracting arrays)
This is what I what I am running in R:
source("/home/ie/Documents/TTU/GA_R
Hi everyone, now I am trying to finish writing the code (I had asked for
assistance on subtracting arrays)
This is what I what I am running in R:
> source("/home/ie/Documents/TTU/GA_Research/GLUE/R-Project/R_GLUE_Example/NSEr.R")
NSEr <- function (obs, sim)
{
{jjh <- (as.vector(obs) - sim)^2
Xjjhs
6 matches
Mail list logo