similar to: 1.7.1 console unresponsive following "paste into"

Displaying 20 results from an estimated 700 matches similar to: "1.7.1 console unresponsive following "paste into""

2003 Aug 13
1
means comparison with seasonal time series?
Dear R list, I have a sequence of weekly observations of number of adults and larvae in various size classes from a butterfly population living in a subtropical area with pronounced wet and dry seasons. Wet and dry seasons are each defined 26 weeks long with fixed start and end dates. The data span 103 weeks (two seasons each of wet and dry) with some missing weeks. What I would like to do is
2003 Aug 23
1
filling a matrix who's entries are a function of the indices?
Dear R list, What's the best way in R to fill a matrix who's entries depend on some function of the indices? I'm currently doing: Q <- matrix(0, k, k) for (A in 1:k) { for (B in 1:k) { Q[A,B] <- my.function(A,B) } } but I wonder if there is a more terse way. Regards, Douglas Scofield Department of Biology d.scofield at
2011 Feb 15
6
HVM domU doesnt start
Hello! I''ve a ubuntu server running over a HVM DomU. After a hang, the domU doesn''t start again. The domU was not able to mount the virtual machine disk so I started with a live cd and I tried to mount the disk root part / with no success so I ran fsck.ext3 and it gave me input/output error in the domU and in dom0 the kernel says: Feb 14 18:22:28 scofield last message
2005 Oct 03
2
"symbol print-name too long"
All, I've coded a function and it works manually if I copy it line by line into R. However, when I try to "load" (copy and paste) the entire function into R, I get the following error after the listed line of code: + N.j.list = lapply(rej.hyp, length) Error: symbol print-name too long Does anyone you know what this error means? Strangely, when I copy the same line verbatim
2004 Aug 30
3
D'agostino test
Hi, Does anyone know if the D'agostino test is available with R ? Alex
2006 Sep 06
1
Covariance/Correlation matrix for repeated measures data frame
All, I have a repeated measures data frame and was wondering if the covariance matrix can be calculated via some created indexing or built-in R function. Specifically, say there are 3 variables, where potassium concentration is measured 6 times on each patient. Patient number (discrete) Time (1 to 6, discrete) Potassium (continuous variable) I want the covariance/correlation matrix for the
2008 Jun 04
2
Multiple ups/Belkin 1500VA no serial number
I'm setting up a cluster with multiple ups's using nut 2.2. The ups's are Belkin 1500 (ID 050d:0751) which don't appear to report a serial number. Is there any other way I can setup ups.conf with multiple of these ups over usb on Linux? If I just setup the vendor and product id's, every definition in ups.conf appears to match the first one, and therefore all of them but
2013 Sep 11
2
[LLVMdev] Dynamic Analysis
Dear John, Now, I want to do dynamic analysis by dynamic slicing based on LLVM. I just see that you have implemented dynamic slicing for LLVM. I also check the Giri project, and I don't find the code. I hope I can learn something from your code. I am very appreciated if you can tell me how to get the code or send me one copy. Thank you very much! Pengfei -- View this message in context:
2013 Sep 19
0
[LLVMdev] Dynamic Analysis
Hi Pengfei, Glad you tried the program and it works fine to you for the first place. Dr. Swarup and John from UIUC wrote most of the code, and released the original code to public. Dynamic slicing tool is really very useful. Giri is now far from perfect. For example, there are know bugs for multi-thread programs and I'm fixing it these weeks. I will take charge of this project for a while
2006 Oct 14
4
Quicktime component icon
Hola; This is kind of a silly question to be asking a dev list, I know, but my googling found nothing. I was wondering where the base template for the quicktime component icon could be found (the sideways lego-brick thing)? I'd like to iconify a component of my own, and am having a devil of a time tracking that down. Any help would be appreciated... thanks. -- Chris R. ====== Not to be
2009 Jun 26
1
parallel R?
Hi all, Lots of big IT companies are renting out their computing facilities. Amazon has one such service. In my understanding, this will dramatically improve the speed of my R program -- currently the cross validation and model selection part is the bottle neck. It take a few days to just finish optimal parameter tuning via CV. Could anybody shed some lights on this? Is it completely transparent
2001 Sep 15
0
Iconified window is still open
I tested Converter application and noticed the issue when I minimize the main window. The window icon appears on the desktop but the application window does not disappear. This happens under kde 2.1.1 and under fvwm 2.4.0. With "managed" option the window minimizes normally under kde. Managed under fvwm it does not have "iconify" window button, system menu items
2006 Apr 17
0
difference of means as response?
Dear R users, I am looking for some advice on the proper construction of a mixed model in R, using the difference in means as the response and treating within-means residuals as a random effect. I have a dataframe (my own, a snippet of which is given below) that is composed of observations of pollen viability in flowers along tree branches. Flowers (1 to 3 per position) were collected from
2008 Jun 10
0
Nut-upsuser Digest, Vol 36, Issue 8
On Tuesday 10 June 2008 08:00:39 am nut-upsuser-request at lists.alioth.debian.org wrote: > Message: 2 > Date: Tue, 10 Jun 2008 10:58:11 +0200 (CEST) > From: "Arjen de Korte" <nut+users at de-korte.org> > Subject: Re: [Nut-upsuser] Nut-upsuser Digest, Vol 36, Issue 5 > To: "Alex Peyser" <a.peyser at umiami.edu> > Cc: nut-upsuser at
2008 Jun 10
1
Nut-upsuser Digest, Vol 36, Issue 5
It is possible at least on linux to get the port associated with a device from userspace - I'd assume that on each platform it's possible, just that libusb is incomplete (on top of being undocumented). Here's a patch for matching portnum on linux, with a few pieces pulled from libusb. It lacks autoconf macros to isolate it -- but it does appear to work. Regards, Alex Peyser On
2006 Sep 07
5
augPred plot in nlme library
All, I'm trying to create an augPred plot in the nlme library, similar to the plot on p.43 of Pinheiro & Bates (Mixed Effects Models in S and S-Plus) for their Pixel data. My data structure is the same as the example but I still get the error msg below. > comp.adj.UKV <- groupedData(adj.UKV ~ Time | Patient_no/Lisinopril, data = comp.adj.UKV.frm, order.groups = F) >
2002 Aug 16
2
Lotus Notes
Hello Sorry for my last question, - I get XFree86-libs and message error is not display but ... When I install lotus notes : $ wine CW867PL.exe first - instaler unpacking files to C:\TEMP - this looks good, but later installer stop on black screen with logo R5 in left corner. This operation stay still (last time 30 minutes - I killed wine proces). Can you help me.
2004 Apr 06
1
Minimize a plot window
Is it possible to start a X11() device in a minimized state? I have many windows, each with useful data, which clutter the screen. Having each window minimize upon creation would help. Mark -- Mark O. Kimball Gasparinilab, University of Buffalo | Low temp physics mok2 at physics.buffalo.edu | URL: enthalpy.physics.buffalo.edu lab phone: 716-645-2017x122 Fax: 716-645-2507
2001 Feb 01
0
screen doesn't handle redrawing properly (PR#837)
Hi. As far as I understand it, there is a list of graphic primitives stored for a device. So for example, when I iconify/deiconify an X11 window, the plot will be redrawn. Now screen (split.screen and friends) appear not to handle this list properly, the list is reset or not reset at odd times. The commands below will show clearly what I mean. There are two effects: - After splitting the
2007 Nov 13
2
group mean, minus each row's value
I used the following to assign each row the group average, where w is the new group average variable, x is the variabale to be averaged, and g is the nominal group indicator: w <- ave(x,g) Now I want to calculate the group average, but WITHOUT each row's value of x. Is there an easy way to do this? I'm sure I'm missing something obvious here, but for the life of me I can't