Displaying 6 results from an estimated 6 matches for "201011".
Did you mean:
2010.1
2012 Jun 01
2
Day or Month difference between dates???
HI, R-Users:
I got a questions. have been struggling so long time....
I have this data:
> m1$Year_Month
201009 201010 201011 201101 201102
> min(m1$Year_Month)
201009
I want to calculate the following two answers, how do I program it?
> difference in Month?????
[1] 0 1 2 4 5
>difference in Days?????
0 31 61 ....
Thank you in advance!!!
Tammy
[[alternative HTML version deleted]]
2011 Aug 28
1
Hanging boot of solaris 11 install image as HVM
...qemu-dm''
name = ''solaris11hvm.born2b3.net''
acpi = 1
apic = 1
vif = [''bridge=xenbr0,model=e1000,mac=00:16:3E:27:20:b0'' ]
disk = [
''phy:/dev/vg_xen/solaris11,ioemu:hda,w'',''file:/ftp/sol-11-exp-201011-text-x86.iso,ioemu:hdc:cdrom,r'']
vcpus = ''4''
memory = ''4096''
boot = ''d''
vfb = [ ''vnc=1,vncunused=1,vncdisplay=3'']
serial = ''pty''
usb = 1
usbdevice = ''tablet...
2012 Nov 09
2
Creating yyyymm regexp strings on the fly for aggregation.
...me to be able to create matching regexps for monthly, quarterly, semi-annually and annual regexps.
One more example. Suppose I wanted to look at data semi-annually for 2010 through 2011. The regexps would be:
"201001|201002|201003|201004|201005|201006"
"201007|201008|201009|201010|201011|201012"
"201101|201102|201103|201104|201105|201106"
"201107|201108|201109|201110|201111|201112"
I hope I have explained my problem clearly.
Thanks much for your time,
KW
--
[[alternative HTML version deleted]]
2011 Oct 12
14
pv-grub Solaris support
...39;s grub modifications, which add ZFS
support and Solaris-specific builtins (findroot, bootfs, kernel$, and
module$). I took the relevant code from the "Oracle Solaris 11 Express
2010.11 GPL Source, Part 2" package, downloaded from:
http://dlc.sun.com/opensourcecode/solaris/sol-11-exp-201011-GPLSource_2.zip
The kernel$ and module$ builtins were modified to boot Xen PV Solaris
kernels.
The patch is against current xen-unstable. I built and tested pv-grub under
Xen version 4.0.1 (Debian 4.0.1-2) amd64, with a Linux 2.6.32-5-xen-amd64
(Debian Squeeze) dom0. The location of menu.lst in t...
2012 Jul 03
0
missing price datas before launched
HI,
I have the price and volume data from own product and competitor's product:
Year_Month Volume own product's price Volume competitor's price
1 201011 17583 469.03 NA NA
2 201012 33899 489.25 NA NA
3 201101 31306 488.42 NA NA
4 201102 21272...
2011 Nov 29
2
Help with recast() syntax
Dear Help-Rs,
I have data similar to the following:
DF <- structure(list(X = 1:22, RESULT = structure(c(2L, 2L, 2L, 2L,
2L, 2L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L,
1L, 1L), .Label = c("NEG", "POS"), class = "factor"), YR_MO = c(201011L,
201012L, 201101L, 201102L, 201103L, 201104L, 201105L, 201106L,
201107L, 201108L, 201109L, 201011L, 201012L, 201101L, 201102L,
201103L, 201104L, 201105L, 201106L, 201107L, 201108L, 201109L
), TOT_TESTS = c(66L, 98L, 109L, 122L, 113L, 111L, 113L, 146L,
124L, 130L, 120L, 349L, 393L, 376L, 371L,...