Displaying 9 results from an estimated 9 matches for "data03".
Did you mean:
data0
2009 Jan 14
2
List of Lists
Dear All;
Is it possible to create a list of lists (I am sure it is) along these
lines;
I have a dataframe data02 that holds a lot of information, and the first
column is ³date²
I have a list of dates in;
data03<-c(date1,.....,daten)
And would like to create a list;
data04 <- subset(data02, date == data03[1,])
Ie. data04 holds the data from data02 that matches a date in data03
How do I create a list data04 that instead rolls through all the elements of
data03 and each element of data04 is a list...
2009 May 18
4
MAC OSX vs Win XP: Different stats test results!
...ilcox, 2005) on both systems, but got different results (please see
below for the system-specific outputs)! The functions I used are attached as
well. Any advice would be much appreciated! Thanks in advance for getting
back to me!
Best wishes,
Mareen
------------------------------------
Mac:
> data03<-selby2(data02, c(1,2), 3)
> mulrank(3,6,data03$x)
$test.stat
[1] 0.9331133
$nu1
[1] 11.46300
$p.value
[,1]
[1,] 0.509296
$N
[1] 233
$q.hat
[,1] [,2] [,3] [,4] [,5] [,6]
[1,] 0.4940071 0.5256726 0.5176384 0.5476290 0.4690935 0.5265100
[2,] 0.517...
2004 Aug 11
0
always NaN after some running in R, but all fine in S-plus
...yone had similar experience? I searched R and S-plus archive for
nothing. I attach more details below and really appreciate any help from
you!
R:1.9.0 S-plus:6.2 OS: Windows 2000
Best Regards,
Yingfu
The output in R are:
> symbol.C("like")
[1] "like"
> likelihood(data=data03) # The likelihood function calling .C("like",...)
[1] 5850.12
> myoptim(data=data03) # Optimization using optim with fn=likelihood
Initial parameters are
1 10 0.2 0.2 0.2 0.1 0.1 0.1 0.1 0.2 0.3 0.5
1 10 0.2 0.2 0.2[1] 5850.154 #I print first 5 parameters and the value
1.001 10...
2011 Jul 15
1
Strange Behavior using FUSE client
...ricks: 3 x 2 = 6
Transport-type: tcp
Bricks:
Brick1: cortex-dr-001.dfci.harvard.edu:/mnt/data01
Brick1: cortex-dr-002.dfci.harvard.edu:/mnt/data01
Brick1: cortex-dr-001.dfci.harvard.edu:/mnt/data02
Brick1: cortex-dr-002.dfci.harvard.edu:/mnt/data02
Brick1: cortex-dr-001.dfci.harvard.edu:/mnt/data03
Brick1: cortex-dr-002.dfci.harvard.edu:/mnt/data03
A df -h on the cortex-dr-001:
Filesystem Size Used Avail Use% Mounted on
/dev/md2 66G 4.6G 58G 8% /
/dev/md0 71G 186M 68G 1% /opt
tmpfs 5.9G 0 5.9G 0% /dev/shm
/d...
2010 Apr 30
1
gluster-volgen - syntax for mirroring/distributing across 6 nodes
...e this
in shorthand, because the last time I generated a config across 3 of
these hosts, the command looked like this:
glusterfs-volgen --name store123 clustr-01:/mnt/data01
clustr-02:/mnt/data01 clustr-03:/mnt/data01 clustr-01:/mnt/data02
clustr-02:/mnt/data02 clustr-03:/mnt/data02 clustr-01:/mnt/data03
clustr-02:/mnt/data03 clustr-03:/mnt/data03 clustr-01:/mnt/data04
clustr-02:/mnt/data04 clustr-03:/mnt/data04 clustr-01:/mnt/data05
clustr-02:/mnt/data05 clustr-03:/mnt/data05 clustr-01:/mnt/data06
clustr-02:/mnt/data06 clustr-03:/mnt/data06 clustr-01:/mnt/data07
clustr-02:/mnt/data07 clustr-03:/mn...
2006 Aug 04
3
OCFS2 and ASM Question
...amp; gals here is the scenario:
1.) Host RHEL 4 U3 2.6.9-34.0.2.EL
2.) OCFS2 latest version
3.) Successfully formatted & mounted OCFS2 filesystems on 2 nodes
/dev/sdb1 /u02/oradata/usdev/voting
/dev/sdc1 /u02/oradata/usdev/data01
/dev/sdd1 /u02/oradata/usdev/data02
/dev/sde1 /u02/oradata/usdev/data03
4.) Downloaded & installed ASMLib 2.0 on both nodes
5.) Ran /etc/init.d/oracleasm configure
6.) Ran /etc/init.d/oracleasm createdisk vol1 /dev/sdc1
Error: asmtool: unable to clear device /dev/sdc1
7.) Shutdown node 2
8.) Ran /etc/init.d/oracleasm createdisk vol1 /dev/sdc1
Error: asmtool: unab...
2012 Feb 26
2
Help needed! Error in setwd(newdir) : cannot change working directory
...script that works from inside a directory with my data (/home/sean/Rtest/Data01). Now I want to modify the script to make it run from the upper directory (/home/sean/Rtest) because I have many data directories under /Rtest, such as /home/sean/Rtest/Data01, /home/sean/Rtest/Data02, /home/sean/Rtest/Data03,.....
I want to modify my script so that it will run from /Rtest, and with the data directory name as arg passed to my R script. Here is my mytest02.R script:
>># retrieve args>>args <- commandArgs(TRUE);>># store the current directory>>initial.dir <- getwd();>>n...
2010 May 04
1
Posix warning : Access to ... is crossing device
...l') for the first time, I get all of these messages in my logs on
each server:
[2010-05-04 10:50:30] W [posix.c:246:posix_lstat_with_gen] posix1:
Access to /mnt/data01//.. (on dev 16771) is crossing device (2257)
[2010-05-04 10:50:30] W [posix.c:246:posix_lstat_with_gen] posix3:
Access to /mnt/data03//.. (on dev 16771) is crossing device (2241)
[2010-05-04 10:50:30] W [posix.c:246:posix_lstat_with_gen] posix5:
Access to /mnt/data05//.. (on dev 16771) is crossing device (2225)
[2010-05-04 10:50:30] W [posix.c:246:posix_lstat_with_gen] posix5:
Access to /mnt/data05//.. (on dev 16771) is crossing...
2005 Sep 14
4
Converting coordinates to actual distances
Hello,
I've been searching for a method of converting Lat/Lon decimal
coordinates into actual distances between points, and taking into
account the curvature of the earth. Is there such a package in R? I've
looked at the GeoR package, but this does not seem to contain what I am
looking for. Ideally the output would be a triangular matrix of
distances.
Thanks in advance,
Paul Brewin