search for: perforance

Displaying 20 results from an estimated 22 matches for "perforance".

Did you mean: performance
2008 Jan 08
1
Problem in anova with coxph object
Dear R users, I noticed a problem in the anova command when applied on a single coxph object if there are missing observations in the data: This example code was run on R-2.6.1: > library(survival) > data(colon) > colondeath = colon[colon$etype==2, ] > m = coxph(Surv(time, status) ~ rx + sex + age + perfor, data=colondeath) > m Call: coxph(formula = Surv(time, status) ~ rx +
2012 Jun 05
1
load coda in BRugs to perfor diagnostics
Dear all, I just wrote a script to have each of my three mcmc chins running on a different computer core to improve computation speed. To do it I use the function sfLapply from the package snowfall. Before using parallell computation, I did my diagnostic analyses just after the model updating, but now I have to save the coda before. Using the CODA package, it is possible to load the outputs in a
2007 Oct 17
3
type conversion
Hello, I am trying to do arithmetic on numbers extracted from a PostgreSQL database, wherein the numbers are stored as type "money". The transcript below illustrates the problem. > Membersind06 <- sqlQuery(channel,"select * from income where rowname like '%Membersind%'") > names(Membersind06) [1] "rowname" "item"
2012 Nov 16
0
[LLVMdev] Using custom LLVM Passes with clang
Hello, I have written a custom LLVM Loop Pass that perforates a loop by changing the increment value for the induction variable. I am able to run this pass using the opt command and loading the shared object library from Debug+Asserts as detailed in http://llvm.org/docs/WritingAnLLVMPass.html I was wondering if this pass can be used in clang somehow. I have read about "-mllvm"
2006 Feb 08
2
logical condition in vector operation
HI All, I have a data frame such as: > test x y p d [1,] 1 0 10 21 0 [2,] 2 3 11 12 0 [3,] 3 4 12 23 0 [4,] 3 5 13 24 0 and I want to perfor some operations on the first two coulums, conditional on the uneqaulity values on the 3rd and 4th columns. For instance: j = 3 test[test[,1] == j, 5] = test[test[,1] == j,2] + test[test[,2] == j,1] gives me the result: test: x y p d
2006 May 18
4
Nested design
Dear list members, I'd like to perform a glm analysis with a hierarchically nested design. In particular, I have one fixed factor ("Land Use Classes") with three levels and a random factor ("quadrat") nested within Land Use Classes with different levels per classes (class artificial = 1 quadrat; class crops = 67 quadrats; and class seminatural = 30 quadrats). I have four
2006 Jun 04
1
How to use lmer function and multicomp package?
Dear list members, First of all thank you for your helpful advices. After your answeres to my firt mail I studied a lot (R-News n?5) and I tried to perform my analysis: First, to fit a GLM with a nested design I decided to use the function "lmer" in package "lme4" as suggested by Spencer Graves and Filippo Piro. I remember to you that my data were: land use classes, 3 levels
2015 Sep 24
2
OT: adding a wifi adapter to openvswitch
On Thu, Sep 24, 2015 at 2:08 PM, Dmitry E. Mikhailov <d.mikhailov at infocommunications.ru> wrote: > On 09/24/2015 04:47 PM, Alvin Starr wrote: >> >> Actually I do a similar thing. > > Do you? > >> I use a VM as my home/office firewall. > > If your laptop/server/smth is permanently wired to the internet, there's no > problem to bridge this interface
2015 Sep 24
3
OT: adding a wifi adapter to openvswitch
Actually I do a similar thing. I use a VM as my home/office firewall. It works quite well and I would argue it is as secure as your standard firewall based on something like openWRT running on dedicated hardware. I also run a wireless AP in bridged mode to allow local network access on an appliance. There should be no reason that you could not put both on the same physical hardware. As for
2015 Sep 24
0
OT: adding a wifi adapter to openvswitch
On 09/24/2015 04:47 PM, Alvin Starr wrote: > Actually I do a similar thing. Do you? > I use a VM as my home/office firewall. If your laptop/server/smth is permanently wired to the internet, there's no problem to bridge this interface to the VM. But the topic starter wants to connect to the cable or wifi and still have a firewall VM. WiFi client connection with WPA(2) PSK encryption
2006 May 20
0
GLM with nested design
Dear list members, I'd like to perform a glm analysis with a hierarchically nested design. In particular, I have one fixed factor ("Land Use Classes") with three levels and a random factor ("quadrat") nested within Land Use Classes with different levels per classes (class artificial = 1 quadrat; class crops = 67 quadrats; and class seminatural = 30 quadrats). I have four
2006 Nov 01
1
Real and Virtual Users + Domains
I have seen a few suggestions on how to address the issue of a system employing both real and virtual users and domains. Is there any definitive solution as to how this should be accomplished? The system I am construction will have several hundred users, both real and virtual, and probably seven domains. I plan on using MySQL to handle the user names and passwords. -- Gerard "Seen it
2000 Aug 25
0
logon script - no 'logoff' equivalent ??
is there no equivalent to the 'logon script' option in smb.conf, for when users log out / log off ?? Jayne. -- +----+----+----+----+----+----+----+----+----+----+----+----+----+ Jayne Gilmour, BSc. MSc. Unix & Network Administrator Department of Computer Science, University of Exeter "Why is line printer paper strongest at the perforations?"
2009 Sep 07
1
Printing problem
Hi all. I have a very old address book application (Win95 vintage?). My wife has been using it for a long time to manage her contacts list. She likes it because it is designed to print pages formatted for her filofax-type organizer -- she has some pre-perforated stationary which gives four organizer pages per A4 sheet, and the application is designed to print directly onto this paper. We've
2007 Mar 18
2
Frequent metadata corruption with ext3 + hard power-off
Hello. I'm having serious issues with ext3; any insight would be greatly appreciated: _____ Overview: I believe ext3 is supposed to be recoverable in the case of a power failure by replaying the log. However, on two separate computers (running different operatings systems too), this has been everything but the case. _____ Specifics: Sometimes, my kernel will hard-freeze and I'll
2006 May 25
0
Nested design and GLM: ....continue
Dear list members, First of all thank you for your helpful advices. After your answeres to my firt mail I studied a lot (R-News n?5) and I tried to perform my analysis: First, to fit a GLM with a nested design I decided to use the function "lmer" in package "lme4" as suggested by Spencer Graves and Filippo Piro. I remember you that my data were: land use classes, 3 levels
2015 Sep 24
0
OT: adding a wifi adapter to openvswitch
I know people used Parprouted to help with bridging wired with wireless. Have a look at it. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro ----- Original Message ----- > From: "C. L. Martinez" <carlopmart at gmail.com> > To: "Discussion about the virtualization on CentOS" <centos-virt at centos.org> > Sent: Thursday, 24 September,
2010 Apr 09
2
dynamically linking to ajax.googleapis jquery
Hi I am using jquery and jqueryui in my application And in layout I use <%= javascript_include_tag "http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"%> <%= javascript_include_tag "http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js" %> <%= stylesheet_link_tag
2006 Apr 08
6
Mass mailing best practices
I''m building a feature for my app which allows the admin to compose an email and send it to a list of registered users (~1000). What is the best method for doing this? Should I create one email and BCC all the recipients? Is there a limit to how many recipients can be included in one email? or Should I send the same email to individual users? In the past I''ve had problems
2011 Jun 14
6
OT: high static in server room
Hi guys, Sorry for the OT. For the last couple of weeks I notice that the static in my server room is worrisomely noticeable. I cannot see what may be causing it.... Care to share some of your experience what may be the cause and the remedy? Thank you.