Displaying 7 results from an estimated 7 matches for "tiso".
Did you mean:
timo
2011 Nov 14
1
Subset of a subset?
...cific case studies to analyze individually for those
times. For example, I want to look at 2009/06/01-2009/06/10. Is the easiest
way to created a subset of ss? I haven't been able to figure out the easiest
way since I created by subsets based on the hour.
Thanks for any help!!
da=paste(Date)
tiso= strptime(da,format="%d/%m/%Y %H:%M")
tiso$h
df1= data.frame(tiso, mv)
## creating a subset of 9am, 12pm and 3pm.
ss= subset(mv, tiso$h==9| tiso$h ==12| tiso$h==15)
ss9= subset(mv, tiso$h==9)
ss12= subset(mv, tiso$h==12)
ss15= subset (mv, tiso$h==15)
##create a subset of each event
ss...
2005 Feb 27
1
subsetting data set dimenion problem
...dundant columns 1
through 6 and column 11 (which I won't need, since I know they are going
to have the same value), I don't get the error:
> hills2000 <- races2000[races2000$type == 'hill', -c(1:6,11)]
> hills2000
dist climb time timef
Tiso Carnethy 6.00 2500 0.7822222 0.9191667
[...]
Cornalees 5.50 800 0.6183333 NA
[...]
What is causing the error with my original subsetting? I speculated it
was related to the NA values, but there is an NA in the resulting
hills2000, corresponding to the Cornalees...
2013 Nov 08
1
Rsync hanging, even with timeout and contimeout specified
...IFREG|0644, st_size=56284, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x7f4310e06000
read(4, "# GNU libc iconv configuration.\n"..., 4096) = 4096
read(4, "1002//\tJUS_I.B1.002//\nmodule\tJUS"..., 4096) = 4096
read(4, "ISO-IR-110//\t\tISO-8859-4//\nalias"..., 4096) = 4096
read(4, "\t\tISO-8859-14//\nalias\tISO_8859-1"..., 4096) = 4096
read(4, "IC-ES//\nalias\tEBCDICES//\t\tEBCDIC"..., 4096) = 4096
read(4, "DIC-CP-ES//\t\tIBM284//\nalias\tCSIB"..., 4096) = 4096
read(4, "//\nalias\tCSIBM864//\t\...
2005 Feb 28
0
Re: R-help Digest, Vol 24, Issue 28
...6 and column 11 (which I won't need, since I know they are
> going to have the same value), I don't get the error:
>
> > hills2000 <- races2000[races2000$type == 'hill', -c(1:6,11)]
> > hills2000
> dist climb time timef
> Tiso Carnethy 6.00 2500 0.7822222 0.9191667
> [...]
> Cornalees 5.50 800 0.6183333 NA
> [...]
>
> What is causing the error with my original subsetting? I speculated it
> was related to the NA values, but there is an NA in the resulting
> hills200...
2015 Feb 11
2
Problems in SAMBA 3.3 to 4.0 migration
Hi, Rowland, and thanks for the reply.
The PDC OS is Slackware 13. The BDC OS is Slackware 14.
The choice to use Samba 4.0 was merely due to its inclusion on the Slackware
14 distro. I'll worry about upgrading that once I have the migration
complete.
I will post the two machine's respective smb.conf's later today.
--
View this message in context:
2015 Feb 12
0
Problems in SAMBA 3.3 to 4.0 migration
..._size=56028, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0xb7a77000
read(3, "# GNU libc iconv configuration.\n#"..., 4096) = 4096
read(3, "B1.002//\nalias\tJS//\t\t\tJUS_I.B1.00"..., 4096) = 4096
read(3, "59-3\t1\nmodule\tINTERNAL\t\tISO-8859-"..., 4096) = 4096
read(3, "859-14//\nalias\tISO-IR-199//\t\tISO-"..., 4096) = 4096
read(3, "CDIC-DK-NO-A//\tEBCDIC-DK-NO-A\t1\n\n"..., 4096) = 4096
read(3, "\t\tIBM281//\t\tIBM281\t\t1\n\n#\tfrom\t\t\tt"..., 4096) = 4096
read(3, "\tIBM863\t\t1\n\n#\tfro...
2015 Feb 12
2
Problems in SAMBA 3.3 to 4.0 migration
...t; mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
> 0xb7a77000
> read(3, "# GNU libc iconv configuration.\n#"..., 4096) = 4096
> read(3, "B1.002//\nalias\tJS//\t\t\tJUS_I.B1.00"..., 4096) = 4096
> read(3, "59-3\t1\nmodule\tINTERNAL\t\tISO-8859-"..., 4096) = 4096
> read(3, "859-14//\nalias\tISO-IR-199//\t\tISO-"..., 4096) = 4096
> read(3, "CDIC-DK-NO-A//\tEBCDIC-DK-NO-A\t1\n\n"..., 4096) = 4096
> read(3, "\t\tIBM281//\t\tIBM281\t\t1\n\n#\tfrom\t\t\tt"..., 4096) = 4096
> read(3, "\tI...