search for: lab

Displaying 20 results from an estimated 9202 matches for "lab".

Did you mean: slab
2006 Nov 07
1
Better way to create tables of mean & standard deviations
Hi I'm trying to create tables of means, standard deviations and numbers of observations (i) for each laboratory (ii) for each batch number (iii) for each batch at each laboratory for the attached data. I created these functions: summary.aggregate <- function(y, label, ...) { temp.mean <- aggregate(y, FUN=mean, ...) temp.sd <- aggregate(y, FUN=sd, ...) temp.length <- aggregate(y, FU...
2012 May 23
16
could not retrieve information from environment
...t;puppet" hostname in DNS (running a very old version of puppet - can''t upgrade yet for various reasons), so on the client side I am specifying the myserver01.example.com as part of the install. I am getting the following errors on my windows client: err: /File[C:/ProgramData/PuppetLabs/puppet/var/lib]: Could not evaluate: Could not retrieve information from environment production source(s) puppet://myserver01.example.com/plugins err: /Stage[main]//File[C:/myfiles/engine/engine.exe]: Failed to generate additional resources using ''eval_generate: Server hostname '...
2008 Nov 21
1
cex.lab etc. ignored in plot.ts for multiple plots (PR#13315)
Full_Name: Yan Wong Version: 2.8.0 OS: Mac OS X 10.4 Submission from: (NULL) (78.149.183.231) When plotting multiple time series in a single plot, via plot.ts(plot.type="multiple"), the cex.lab, col.lab, and font.lab arguments are ignored > plot(ts(data.frame(a=1:10, b=1:10)), plot.type="single", cex.lab=0.5, col.lab="red") #tiny red axis labels > plot(ts(data.frame(a=1:10, b=1:10)), plot.type="multiple", cex.lab=0.5, col.lab="red") #should...
2020 Aug 20
18
[Bug 1451] New: nft add element fails when preceded by nft get element or nft delete element commands
...n run the nft add command. In this scenario, I get the following error off the nft add command which IS NOT expected: Error: Could not process rule: File exists. Here's an eval debug output of one such sequence IN REVERSE ORDER starting at te bottom (comes from journalctl -r): Aug 20 03:28:48 lab-migw bash[2759658]: ATTEMPTED ADD OPERATION BELOW - add 54.175.52.184 to report_cb_4 Aug 20 03:28:48 lab-migw bash[2760837]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 20 03:28:48 lab-migw bash[2760837]: add element inet filter report_cb_4 { 54.175.52.184 } Aug 20 03:28:48 lab-migw...
2012 May 23
4
Bug#674161: xcp-xapi: 'the device disappeared from xenstore' message during vbd-plug (vm-start)
...;diskless' VM, wich just boot and stops inside in initramfs). Operation log: (preparation - not related to bug) # mkdir /boot/guest # cp /boot/vmlinuz-3.2.0-2-amd64 /boot/initrd.img-3.2.0-2-amd64 /boot/guest/ #(prepare external kernels) # xe vm-install template=Other\ install\ media new-name-label=raw 8a6f56a7-3511-650e-d14b-4dd2a3d9c75d # export vm=8a6f56a7-3511-650e-d14b-4dd2a3d9c75d # xe vm-param-set uuid=$vm HVM-boot-policy= #(disable HVM mode == switch to PV) # xe vm-param-set uuid=$vm PV-bootloader= #(disable eliloader/pygrub - use external kernel) # xe vm-param-set uuid=$vm PV-ker...
2013 Jun 19
1
"The account is not authorized to login from this station"
Good Day, I am testing, in a lab environment, samba shares with ad authentication for access. My setup is as follows : * Windows 2008 RC2 * RHEL 5.9 * Windows 7 * Windows XP SP3 * Samba 3.0.33-3.39.el5_8 All machines, including the RHEL Server having been added to the Domain running on the Windows 2008 RC2 Server. As per the s...
2019 Mar 22
4
Non-determinism in libFuzzer tests on AArch64
...s as unsupported on AArch64? Thanks, Diana [1] https://lists.llvm.org/pipermail/llvm-dev/2018-June/124334.html [2] http://lists.llvm.org/pipermail/llvm-dev/2019-January/128861.html [3] https://lists.llvm.org/pipermail/llvm-dev/2018-November/127701.html [4] clang-cmake-aarch64-lld failures: http://lab.llvm.org:8011/builders/clang-cmake-aarch64-lld/builds/6264 http://lab.llvm.org:8011/builders/clang-cmake-aarch64-lld/builds/6262 http://lab.llvm.org:8011/builders/clang-cmake-aarch64-lld/builds/6260 http://lab.llvm.org:8011/builders/clang-cmake-aarch64-lld/builds/6255 http://lab.llvm.org:8011/build...
2012 May 23
2
Bug#674088: xcp-xapi: vbd-plug to dom0 does not creates /dev/xvd* devices in dom0
...64f-82eca3299b50/vdi [12866] 2012-05-23 04:23:29.253281 lock: closed /var/lock/sm/42cbc4a3-dae2-e756-d122-01b87ed871c2/sr [12866] 2012-05-23 04:23:29.253809 lock: closed /var/lock/sm/42cbc4a3-dae2-e756-d122-01b87ed871c2/sr xcp-xapi.log (ex. xensource.log): [20120523T00:23:28.848Z| info|lab-xh3|1045 UNIX /var/lib/xcp/xapi||cli] xe vbd-plug uuid=b2e8f7b3-34c4-fe9a-486e-6551b8ba4165 username=root password=null [20120523T00:23:28.849Z| info|lab-xh3|1045 UNIX /var/lib/xcp/xapi|session.login_with_password D:5d579e77454e|xapi] Session.create trackid=f0c22aa371e94e4f976de937c65c5b83 pool=fal...
2017 Jun 27
4
ggplot2 geom_bar arrangement
Hi, I was trying to draw a geom_bar plot. However, by default, the bars are arranged according to the label, which I don't want. I want the bars to appear exactly as they appear in the data frame. For example in the code: Lab=c(letters[4:6],letters[1:3]) valuex = c(3.1,2.3,0.4,-0.4,-1.2,-4.4) df <- data.frame(Lab,valuex) px <- ggplot(df,aes(Lab,valuex,label=Lab)) + geom_text(aes(y=0)) +...
2012 Dec 11
3
[LLVMdev] [llvm-lab-wg] FNT testers reporting success even though they failed
...ct the working instance, but the reality could be different... I planned to rollback to the last known-to-be-good revision and restart the master in the evening, but could do this sooner if you feel like this is urgent. Please let me know. Thanks Galina -----Original Message----- From: llvm-lab-wg-bounces at lists.minormatter.com [mailto:llvm-lab-wg-bounces at lists.minormatter.com] On Behalf Of David Blaikie Sent: Tuesday, December 11, 2012 9:12 AM To: Duncan Sands Cc: llvm-lab-wg at lists.minormatter.com; Galina Kistanova; llvmdev at cs.uiuc.edu Subject: Re: [llvm-lab-wg] FNT testers re...
2012 Mar 19
2
by output into data frame
I could do this in various hacky ways, but what's the right way? I have a nice application of the by function, which does what I want. The output looks like this: > auc_stress lab.samples.stress$subid: 2 cortisol amylase 1 919.05 6834.8 --------------------------------------------------------------------------------------------------------------------------- lab.samples.stress$subid: 3 cortisol amylase 11 728.25 24422.05 etc. What I want is a data frame roughly...
2012 Dec 11
0
[LLVMdev] [llvm-lab-wg] FNT testers reporting success even though they failed
...is urgent. Given the state of things I don't think anyone will mind if you do it sooner. Whenever's your soonest convenience sounds fine by me. - David > > Please let me know. > > Thanks > > Galina > > > > > > -----Original Message----- > From: llvm-lab-wg-bounces at lists.minormatter.com [mailto:llvm-lab-wg-bounces at lists.minormatter.com] On Behalf Of David Blaikie > Sent: Tuesday, December 11, 2012 9:12 AM > To: Duncan Sands > Cc: llvm-lab-wg at lists.minormatter.com; Galina Kistanova; llvmdev at cs.uiuc.edu > Subject: Re: [llvm-la...
2002 Nov 08
0
Polar plot, circular plot (angular data): II
...asis() pp$newplot() pp$plot.polygon(col="darkgreen", border="darkgreen") pp$r <- rnorm(50,15) pp$plot.polygon(col="white", border="white") pp$r <- rnorm(50,0) * 4 + 28 pp$plot.lines(lwd = 2, type="o", col="red") pp$plot.grid.labels() title(main="Overlay red points on white polygon on blue polygon") ############################# ### Fields of object "pp" ### ############################# pp$r <- NULL # (vector of) radial data. pp$theta<- NULL # (vector of) angular data (in radians). ## fu...
2012 Dec 11
2
[LLVMdev] [llvm-lab-wg] FNT testers reporting success even though they failed
The problem remains after the buildmaster restart. Thanks Galina -----Original Message----- From: David Blaikie [mailto:dblaikie at gmail.com] Sent: Tuesday, December 11, 2012 11:42 AM To: Galina Kistanova Cc: Duncan Sands; llvm-lab-wg at lists.minormatter.com; Galina Kistanova; llvmdev at cs.uiuc.edu Subject: Re: [llvm-lab-wg] FNT testers reporting success even though they failed On Tue, Dec 11, 2012 at 11:40 AM, Galina Kistanova <gkistanova at accesssoftek.com> wrote: > Hello everyone, > > It might make sense...
2002 Oct 17
0
Polar plot, circular plot (angular data)
...d be nice to have a polar plot function as a more permanent part of R! Thanks to Ross Ihaka at R-help (Mon May 28 2001) for some of the polar.plot code used. Best wishes, Karsten ######### "polar.plot" <- function (r, theta, theta.zero = 0, theta.clw = FALSE, method = 1, rlabel.axis = 0, dir = 8, rlimits = NULL, grid.circle.pos = NULL, grid.lwd = 1, grid.col = "black", points.pch = 20, points.cex = 1, lp.col = "black", lines.lwd = 1, lines.lty = 1, polygon.col = NA, polygon.bottom = TRUE, overlay = NULL, pi2.lab = TRUE, text.lab = NULL...
2002 Aug 12
1
question about cloud() in lattice package
.... I was just wondering whether there is any way of representing such information with the cloud() function. Is there a way I can draw lines along each axis on the plot. Any help would be greatly appreciated. Many Thanks Rishabh THE SCRIPT: s3d <- scatterplot3d(x, y, z, type="n", xlab="x", ylab="y", zlab="z") for (g in unique(G)) { bxp.stx <- boxplot.stats(x[G==levels(G)[g]]) bxp.sty <- boxplot.stats(y[G==levels(G)[g]]) bxp.stz <- boxplot.stats(z[G==levels(G)[g]]) lines(s3d$xyz.convert(bxp.stx$stats[c(3, 3)], bxp.sty$stats[...
2010 Aug 18
1
what does it mean when my main effect 'disappears' when using lme4?
Hello, Setup: I have data with ~10K observations. Observations come from 16 different laboratories (labs). I am interested in how a continuous factor, X, affects my dependent variable, Y, but there are big differences in the variance and mean across labs. I run this model, which controls for mean but not variance differences between the labs: lm(Y ~ X + as.factor(labs)). The effect of...
2020 Oct 13
2
Zone update denied
...7386: update 'internal.kcs/IN' denied Oct 13 13:17:35 dc01 named[28462]: samba_dlz: cancelling transaction on zone internal.kcs Oct 13 13:17:35 dc01 named[28462]: samba_dlz: starting transaction on zone internal.kcs Oct 13 13:17:35 dc01 named[28462]: samba_dlz: allowing update of signer=KCS-LAB-06\$\@INTERNAL.KCS name=KCS-LAB-06.internal.kcs tcpaddr=192.168.7.144 type=AAAA key=1544-ms-7.56-810a45ed.a3c0e1ca> Oct 13 13:17:35 dc01 named[28462]: samba_dlz: allowing update of signer=KCS-LAB-06\$\@INTERNAL.KCS name=KCS-LAB-06.internal.kcs tcpaddr=192.168.7.144 type=A key=1544-ms-7.56-810a45...
2012 Dec 17
1
[LLVMdev] [llvm-lab-wg] FNT testers reporting success even though they failed
...Duncan. > >> >> Thanks >> >> Galina >> >> >> >> -----Original Message----- >> From: David Blaikie [mailto:dblaikie at gmail.com] >> Sent: Tuesday, December 11, 2012 11:42 AM >> To: Galina Kistanova >> Cc: Duncan Sands; llvm-lab-wg at lists.minormatter.com; Galina Kistanova; >> llvmdev at cs.uiuc.edu >> Subject: Re: [llvm-lab-wg] FNT testers reporting success even though they failed >> >> On Tue, Dec 11, 2012 at 11:40 AM, Galina Kistanova >> <gkistanova at accesssoftek.com> wrote: >&g...
2012 Dec 12
0
[LLVMdev] [llvm-lab-wg] FNT testers reporting success even though they failed
...ger empty. Does anyone know what fixed them? Ciao, Duncan. > > Thanks > > Galina > > > > -----Original Message----- > From: David Blaikie [mailto:dblaikie at gmail.com] > Sent: Tuesday, December 11, 2012 11:42 AM > To: Galina Kistanova > Cc: Duncan Sands; llvm-lab-wg at lists.minormatter.com; Galina Kistanova; llvmdev at cs.uiuc.edu > Subject: Re: [llvm-lab-wg] FNT testers reporting success even though they failed > > On Tue, Dec 11, 2012 at 11:40 AM, Galina Kistanova > <gkistanova at accesssoftek.com> wrote: >> Hello everyone, >&g...