Displaying 20 results from an estimated 830 matches for "298".
Did you mean:
  28
  
2004 Jul 27
1
list problem
...002 FALSE 57.10
 2003 FALSE 56.16
 2000  TRUE  1.00
 2002  TRUE  1.00
 2003  TRUE  2.01
But when I try indexing  frame["Tus"==TRUE,],,,,I just don't get it
Thank you
Luis Ridao Cruz
Fiskiranns??knarstovan
N??at??n 1
P.O. Box 3051
FR-110 T??rshavn
Faroe Islands
Phone:             +298 353900
Phone(direct): +298 353912
Mobile:             +298 580800
Fax:                 +298 353901
E-mail:              luisr at frs.fo 
Web:                www.frs.fo 
______________________________________________
R-help at stat.math.ethz.ch mailing list
https://www.stat.math.ethz.ch/mailman/lis...
2004 Jul 20
9
Sort a data frame
...8020069    60     1      NA      NA
8 1996  96030009    57     NA   1         NA
How to sort it according to "year" column
Sort does seem to work only on vectors
Thank you
Luis Ridao Cruz
Fiskiranns??knarstovan
N??at??n 1
P.O. Box 3051
FR-110 T??rshavn
Faroe Islands
Phone:             +298 353900
Phone(direct): +298 353912
Mobile:             +298 580800
Fax:                 +298 353901
E-mail:              luisr at frs.fo
Web:                www.frs.fo
2004 Aug 06
2
list of frames without first element
...a frames.
I want to compute the "rowSums" of the columns of these data frames but  first one.
Something like this 
                    lapply(my.list,rowSums)
Thank you
Luis Ridao Cruz
Fiskiranns??knarstovan
N??at??n 1
P.O. Box 3051
FR-110 T??rshavn
Faroe Islands
Phone:             +298 353900
Phone(direct): +298 353912
Mobile:             +298 580800
Fax:                 +298 353901
E-mail:              luisr at frs.fo
Web:                www.frs.fo
2004 Jun 17
3
How to order a vector
Hi all
I have a vector like this 
2003 2002 2001 2000 1999 1998 1997 1996 
 106   105  106   106    105   106   101   107
How can I get it sorted right(1996....2003)?
Thank you
Luis Ridao Cruz
Fiskiranns??knarstovan
N??at??n 1
P.O. Box 3051
FR-110 T??rshavn
Faroe Islands
Phone:             +298 353900
Phone(direct): +298 353912
Mobile:             +298 580800
Fax:                 +298 353901
E-mail:              luisr at frs.fo
Web:                www.frs.fo
2014 Jan 31
2
manipulación de caracteres
...;,"121212"
 y no :
paste(unlist(strsplit(char,",")),collapse=",")
[1] "98989,121212"
Luis
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
Luis Ridao Cruz
Faroe Marine Research Institute
Nóatún 1, P.O. Box 3051
FO-110 Tórshavn
Faroe Islands
Tel   : (+298) 353900
Fax: : (+298) 353901
e-mail: luisr@hav.fo
           luridao@gmail.com
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
2014-01-31 Luis Iván Ortiz Valencia <liov2067@gmail.com>:
> > paste(unlist(strsplit(char,",")),collapse=",")
> [1] "98989,12...
2002 Jun 26
4
[Bug 298] sshd fails to set user context, preventing all logins, also setgroups is failing
http://bugzilla.mindrot.org/show_bug.cgi?id=298
------- Additional Comments From sshbugs at wayne47.com  2002-06-26 11:05 -------
Problem appears to be that setusercontext is being called after a chroot.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2003 Dec 31
2
error in rsync protocol data stream (code 12) at io.c(298)
I'm running into a problem rsynchronizing over an rsh connection on the same
subnet.  I get variations of the "unexpected tag" error, consistently failing
within io.c at line 298:
unexpected tag 88
rsync error: error in rsync protocol data stream (code 12) at io.c(298)
Here's the rsync command I've been using:
rsync -lrpogtz --delete --rsh=rsh --rsync-path=/usr/local/bin/rsync /home dest:/
I've been all over the net looking for help and am about to give up....
2004 Apr 22
3
fill up a matrix
...A  NA  NA NA  NA NA NA
2000  565   NA  NA  NA  NA NA  NA NA NA
2001  491   NA  NA  NA  NA NA  NA NA NA
2002 1169   NA  NA  NA  NA NA  NA NA NA
2003 2310   NA  NA  NA  NA NA  NA NA NA
Luis Ridao Cruz
Fiskiranns??knarstovan
N??at??n 1
P.O. Box 3051
FR-110 T??rshavn
Faroe Islands
Phone:             +298 353900
Phone(direct): +298 353912
Mobile:             +298 580800
Fax:                 +298 353901
E-mail:              luisr at frs.fo
Web:                www.frs.fo
2004 Apr 20
1
R1.9.0
...1
When Itry to execute .RData I'm asked to specify the program to open it.But whe I do it I get a message ".RData is not a valid Win32 program"
Can anyone help please?
Luis Ridao Cruz
Fiskiranns??knarstovan
N??at??n 1
P.O. Box 3051
FR-110 T??rshavn
Faroe Islands
Phone:             +298 353900
Phone(direct): +298 353912
Mobile:             +298 580800
Fax:                 +298 353901
E-mail:              luisr at frs.fo
Web:                www.frs.fo
2004 Jul 20
1
Problem with plot
...rying to plot  2 columns of a frame but whatever option I choose for argument "type" I always get bars with height equal to 1.
I quit and restart but problem remais
Help! 
Luis Ridao Cruz
Fiskiranns??knarstovan
N??at??n 1
P.O. Box 3051
FR-110 T??rshavn
Faroe Islands
Phone:             +298 353900
Phone(direct): +298 353912
Mobile:             +298 580800
Fax:                 +298 353901
E-mail:              luisr at frs.fo
Web:                www.frs.fo
2016 Dec 20
2
Very small numbers in hexadecimal notation parsed as zero
...representation can
can be produced by sprintf() using the %a flag. The return value is
incorrectly reported as 0 when coercing these numbers to double using
as.double()/as.numeric(), as illustrated in the three examples below:
as.double("0x1.00000000d0000p-987")    # should be 7.645296e-298
as.double("0x1.0000000000000p-1022")  # should be 2.225074e-308
as.double("0x1.f89fc1a6f6613p-974")      # should be 1.23456e-293
The culprit seems to be the src/main/util.c:R_strtod function and in
some cases, removing the zeroes directly before the 'p' leads to
correc...
2004 Aug 11
2
type III sum of squares
...at are the strengths and weakness of 'aov' in 'car' package?
My model looks something like this :
library(car)
aov(lm(fish.length~zone*area,data=my.data))
Thank you
Luis Ridao Cruz
Fiskiranns??knarstovan
N??at??n 1
P.O. Box 3051
FR-110 T??rshavn
Faroe Islands
Phone:             +298 353900
Phone(direct): +298 353912
Mobile:             +298 580800
Fax:                 +298 353901
E-mail:              luisr at frs.fo
Web:                www.frs.fo
2004 Aug 16
3
adding sem to a plot
R-help,
I have a barplot and I wish to add standard erros (or deviations) bars to it.
How?
Thank you
Luis Ridao Cruz
Fiskiranns??knarstovan
N??at??n 1
P.O. Box 3051
FR-110 T??rshavn
Faroe Islands
Phone:             +298 353900
Phone(direct): +298 353912
Mobile:             +298 580800
Fax:                 +298 353901
E-mail:              luisr at frs.fo
Web:                www.frs.fo
2004 Jul 26
5
aggregate function
...00
 1998 FALSE 57.00
 1999 FALSE 58.09
 2000 FALSE 56.97
 2001 FALSE 57.95
 2002 FALSE 57.10
 2003 FALSE 56.16
 2000  TRUE  1.00
 2002  TRUE  1.00
 2003  TRUE  2.01
Help
Thank you
Luis Ridao Cruz
Fiskiranns??knarstovan
N??at??n 1
P.O. Box 3051
FR-110 T??rshavn
Faroe Islands
Phone:             +298 353900
Phone(direct): +298 353912
Mobile:             +298 580800
Fax:                 +298 353901
E-mail:              luisr at frs.fo
Web:                www.frs.fo
2014 Jan 31
2
manipulación de caracteres
...cteres en dos y eso no es lo que quiero
además el resultado final de la cadena debe ser:
"98989","121212"
Luis
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
Luis Ridao Cruz
Faroe Marine Research Institute
Nóatún 1, P.O. Box 3051
FO-110 Tórshavn
Faroe Islands
Tel   : (+298) 353900
Fax: : (+298) 353901
e-mail: luisr@hav.fo
           luridao@gmail.com
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
2014-01-31 José María Mateos <jmmateos@mce.hggm.es>:
> El día 31 de enero de 2014, 12:15, Luis Ridao <luridao@gmail.com>
> escribió:
> > Com...
2007 Aug 07
2
R and excell differences in calculation F distributionfunction
...oint of view the differences in the second case
are substantial.
Can anyone give me a hint on this?
Thanks in advance
 
----------------------------------------------------------------
Luis Ridao Cruz
Faroese Fisheries Laboratory
N?at?n 1, P.O. Box 3051
FR-110 T?rshavn
Faroe Islands
Tel : (+298) 353900, Tel (direct) : (+298) 353912
Mob.:(+298) 580800, Fax: : (+298) 353901
E-mail: luisr at frs.fo
2004 Aug 17
2
levels of factor
...")  & df$"column2"==1)
But when I type levels(a$"column2") I still get the same levels as in df (my original data frame)
Why is that?
Is it right?
Luis
Luis Ridao Cruz
Fiskiranns??knarstovan
N??at??n 1
P.O. Box 3051
FR-110 T??rshavn
Faroe Islands
Phone:             +298 353900
Phone(direct): +298 353912
Mobile:             +298 580800
Fax:                 +298 353901
E-mail:              luisr at frs.fo
Web:                www.frs.fo
2004 Jul 23
2
retrieve rows from frame assuming criterion
...I31
"my.function"("frame") should be then equal to 
Year TURNR   STODNR M_PUNTAR
1994  9412 94020061     IX49
1994  9412 94020062     IX48
Thank you in advance
Luis Ridao Cruz
Fiskiranns??knarstovan
N??at??n 1
P.O. Box 3051
FR-110 T??rshavn
Faroe Islands
Phone:             +298 353900
Phone(direct): +298 353912
Mobile:             +298 580800
Fax:                 +298 353901
E-mail:              luisr at frs.fo
Web:                www.frs.fo
2004 Aug 13
2
lapply problem
...sd 
86.17949 20.43587 
$saithe
     mean        sd 
50.275847  5.453606 
$whiting
NULL
$"norway pout"
     mean        sd 
13.739623  1.393104 
$"great silver smelt"
     mean        sd 
25.600000  1.549193 
$"norway hadock"
     mean        sd 
24.685225  3.902989
If I use 
lapply(z2,function(x) ifelse(is.null(x),0,as.numeric(x))) 
I get 
> z2
$cod
[1] 62.5619
$haddock
[1] 36.6149
$ling
[1] 86.17949
$saithe
[1] 50.27585
$whiting
[1] 0
$"norway pout"
[1] 13.73962
$"great silver smelt"
[1] 25.6
$"norway hadock"
[1] 2...
2014 Feb 11
2
eliminar texto de un fichero
...a solución. el problema es que utilizo el sink()
para redireccionar no solo uno sino varios datos en forma matricial y de
lista
Luis
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
Luis Ridao Cruz
Faroe Marine Research Institute
Nóatún 1, P.O. Box 3051
FO-110 Tórshavn
Faroe Islands
Tel   : (+298) 353900
Fax: : (+298) 353901
e-mail: luisr@hav.fo
           luridao@gmail.com
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
2014-02-11 14:40 GMT+00:00 Carlos Ortega <cof@qualityexcellence.es>:
> Hola Luis,
>
> Entiendo que lo de TRUNCATED lo está generando "sink()&quo...