search for: notime

Displaying 5 results from an estimated 5 matches for "notime".

Did you mean: notice
2006 Feb 27
5
repeated measures ANOVA
Dear list members: I have the following data: group <- rep(rep(1:2, c(5,5)), 3) time <- rep(1:3, rep(10,3)) subject <- rep(1:10, 3) p.pa <- c(92, 44, 49, 52, 41, 34, 32, 65, 47, 58, 94, 82, 48, 60, 47, 46, 41, 73, 60, 69, 95, 53, 44, 66, 62, 46, 53, 73, 84, 79) P.PA <- data.frame(subject, group, time, p.pa) The ten subjects were randomly assigned to one of two groups and measured
2016 Aug 27
7
[Bug 97505] New: X11 does not detect nouveau when using the linux kernel EFI Loader (GRUB loader works fine)
...when using GRUB as the boot loader. The kernel is based on 4.4.15 (specifically, Ubuntu's 4.4.0-34 kernel. Looking at dmesg shows some interesting differences regarding fb, which is why I suspect the device isn't getting automatically detected: $ egrep '^(nouveau|.*fb).*:' dmesg.notime efifb: dmi detected MacBookPro3,1 - framebuffer at 0xc0030000 (1440x900, stride 8192) efifb: probing for efifb efifb: framebuffer at 0xc0030000, mapped to 0xffffc90000800000, using 7232k, total 7232k efifb: mode is 1440x900x32, linelength=8192, pages=1 efifb: scrolling: redraw efifb: Truecolor: si...
2013 Aug 16
3
[PATCH v2] sysprep: added --mount-options option to mount selected
Nikita, Please take a look at the attached patch. I have rewritten it a little, and only lightly tested it. Rich.
2003 Nov 11
4
HMisc describe -- error with dates
Hello, I am trying to use HMisc describe on a data frame. I have specified certain variables as dates using, for example: df1$aidsdate <- dates(aidsdate,format="day.mon.year", origin=c(month = 1, day = 1, year = 1960)) When I use describe on the dataframe I get this error: Error in Ops.dates(weights, x) : * not defined for chron objects Has anyone had this problem? I had
2015 Jun 14
2
[PATCH] pod: Use F<> for filenames instead of C<>.
...ormat (no auto-detection) for F<disk.img> and reverts to +auto-detection for F<another.img>. If you have untrusted raw-format guest disk images, you should use this option to specify the disk format. This avoids a possible @@ -209,7 +209,7 @@ will mount the root directory with C<notime>. This example: --mount-options "/:noatime;/var:rw,nodiratime" -will do the same, plus mount C</var> with C<rw,nodiratime>. +will do the same, plus mount F</var> with C<rw,nodiratime>. =item B<-q> @@ -536,13 +536,13 @@ This can point to the dir...