similar to: Advice requested: Best method of coding "time since" repeating event

Displaying 20 results from an estimated 5000 matches similar to: "Advice requested: Best method of coding "time since" repeating event"

2009 Jan 22
1
Extra rows of 'NAs' in imported dataset
Hello all: I'm hoping you can help me determine the source of this problem. I've just used read.csv to bring a small (581 rows, 9 vars) dataset into R (2.7.0., Mac OS 10.5.5). The dataset was created in Excel 2008 from a datadump from an Oracle database. I've done this many times before and had no problems. The dataset ("a") appears to have extra rows filled with NAs. For
2007 Nov 30
2
lmer and method call
Hello all, I'm attempting to fit a generalized linear mixed-effects model using lmer (R v 2.6.0, lmer 0.99875-9, Mac OS X 10.4.10) using the call: vidusLMER1 <- lmer(jail ~ visit + gender + house + cokefreq + cracfreq + herofreq + borcur + comc + (1 | code), data = vidusGD, family = binomial, correlation = corCompSymm(form = 1 | ID), method = "ML") Although the model fits, the
2007 Jul 18
5
In Vancouver is it a local to call from 778 to 604, and vice versa?
I've got a 778 DID for vancouver, but don't know if it will be a local call if dialed 604 and vice versa. What are the different area codes in Vancouver and why its easier to get 778 DID than 604? -- Zeeshan A Zakaria -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Mar 23
2
[OT] Canada on Rails by ferry?
Hey y''all, Are any folks planning on taking the ferry from Seattle to Vancouver (via Victoria)? I''ve never done it before so I have no idea how much of an adventure it is. Flights are a $100+ less to Seattle than Vancouver so the price works out the same or a bit less. My plan is to fly to Seattle (from Savannah, GA) on Tuesday to catch the early ferry on Wednesday
2009 Jun 02
5
how to add value on the bar ploted by barplot()
how to add value on the bar ploted by barplot()? and the axis label is too big, anyone know how to change their font , thanks -- Xiaogang Yang Sensorweb Research Laboratory http://sensorweb.vancouver.wsu.edu/ Washington State University Vancouver [[alternative HTML version deleted]]
2009 Sep 07
3
lean text label below barplot table
Hi, everyone: I am plotting an graph with bar plot, but the label after every bar is too long, I wanna if I can draw the label lean to an angle thanks -- Xiaogang Yang Sensorweb Research Laboratory http://sensorweb.vancouver.wsu.edu/ Washington State University Vancouver [[alternative HTML version deleted]]
2011 Apr 22
3
[LLVMdev] copy instructions
This is a simple SSA code generation 101 question. If I follow the IR code generation techniques in the Dragon book the statement x = y + z would translate into something like this in SSA/LLVM %0 = add %y, %z %x = %0 Obviously "copy instructions" like %foo = %bar are senseless in SSA since %foo and %bar are immutably fixed to the same value and there is no need for two aliases
2011 Apr 21
1
KVM Forum 2011: Call For Participation
================================================================= KVM Forum 2011: Call For Participation August 15-16, 2011 - Hyatt Regency Vancouver - Vancouver, Canada ================================================================= KVM is an industry leading open source hypervisor that provides an ideal platform for datacenter virtualization, virtual desktop infrastructure, and cloud
2011 Apr 21
1
KVM Forum 2011: Call For Participation
================================================================= KVM Forum 2011: Call For Participation August 15-16, 2011 - Hyatt Regency Vancouver - Vancouver, Canada ================================================================= KVM is an industry leading open source hypervisor that provides an ideal platform for datacenter virtualization, virtual desktop infrastructure, and cloud
2011 Apr 23
0
[LLVMdev] copy instructions
The mem2reg pass will rewrite allocas and loads and stores to SSA virtual registers. Essentially it's a transformation from non-SSA to SSA form. That said, I don't know if you want your students to implement their own SSA transformation. Reid On Sat, Apr 23, 2011 at 1:57 PM, Cochran, Wayne Owen <wcochran at vancouver.wsu.edu> wrote: > It is my understanding, the alloca memory
2008 Oct 23
3
high cpu load
I think I have narrowed down the problem why smbd processes are soaking up so much CPU on our file server. Here are some selected samples from strace output as I attached to the offending smbd process: Culprit #1 I took three sample snapshots, each lasted for several seconds, and I took them minutes apart from each other. I noticed many lines involved stat'ing the a single file in the
2009 May 12
1
How to generate pdf in more than 1 papes
I have a problem, everytime I plot in pdf, I could only draw in one page, does anyone know how to generate more than one page for example, I have 10 pics to plot in pdf, each page only could be plotted 5 pics, so how can I generate just one pdf of 2 pages, instead of two pdf Thank you -- Xiaogang Yang Sensorweb Research Laboratory http://sensorweb.vancouver.wsu.edu/ Washington State
2011 Mar 23
1
Forwarding XXXX to XXXX prevented.
I have a Linksys 2102 ATA here that does call forwarding internally with the *72 code, however our Asterisk 1.6.2.17 server doesn't forward the call properly. This is what shows up in the console when an incoming call is made while the ATA is call-forwarded: -- Called Username -- Got SIP response 302 "Moved Temporarily" back from XX.XXX.XX.XXX -- Now forwarding DAHDI/1-1
2009 May 21
1
axis in the barplot
I use barplot to plot graph, and there is axis of y, but no x, just label, so where to add x-axis in barplot. -- Xiaogang Yang Sensorweb Research Laboratory http://sensorweb.vancouver.wsu.edu/ Washington State University Vancouver [[alternative HTML version deleted]]
2011 Apr 23
2
[LLVMdev] copy instructions
It is my understanding, the alloca memory routines are used for forcing variables to be allocated on the stack frame -- which you would want for source level debugging. When SSA registers are used, LLVM will decide what goes into registers and what will spill over to the stack frame. I want the latter. --w Wayne O. Cochran Assistant Professor Computer Science wcochran at vancouver.wsu.edu
2006 Jan 18
4
Canada on Rails - Schedule Released
We are extremely pleased to announce that we have finalized the schedule (http://canadaonrails.com/yvr06-schedule.html) for the upcoming Ruby on Rails conference in Vancouver, BC on April 13th - 14th, 2006. There are 15 speakers packed into two full days of presentations ranging from 30 minutes to 90 minute keynotes. Presentation topics include: * Where will Rails be riding next? * Enterprise
2004 Jun 25
3
Termination Provider
I've been looking for a good iax or sip <==> ptsn provider. Someone with very low cost usa calling and can offer incoming ptsn connections in most markets. The only decent providers I could find were iconnecthere and nufone. Has anyone found someone that really stood out? Matt Hohman New Heights Church http://www.newheights.org 7913 NE 58th Ave. Vancouver, WA 98665 Office:
2008 Oct 22
2
smbd high cpu load
We have a Linux file server for a set of computer science and engineering labs where each lab contains machines running Mac OS X, Ubuntu Linux, or some incarnation of Windows. At times the these machines become almost unusable and I think I have narrowed the problem to smbd processes soaking up all the CPU on the server. Running 'top' on the server reveals a dozen or so entries like
2006 Apr 14
3
Canada on Rails, Day One
For those of you unable to be here in Vancouver I have writen a summary (with photos) for Day One of the conference. Enjoy! http://noodlejunkie.com If there is any errors please let me know. -- Posted via http://www.ruby-forum.com/.
2004 Apr 02
1
IAX/SIP in 604?
Hello, I hate to ask here, but.. Does anyone know of an IAX/SIP DID provider in Vancouver, British Columbia? I'm looking for a voicepulse isk service, one DID with standard calling features and some sort of long distance package. I've looked around on voip-info.org's list of VoIP providers but so far I haven't found one that offers a 604/778 number. Thanks Matthew