search for: rodes

Displaying 20 results from an estimated 33 matches for "rodes".

Did you mean: codes
2009 Aug 15
1
System is computationally singular and scale of covariates
Dear all, I'm running a self-written numerical optimization routine (hazard model) which includes computing the inverse of the outer product of the score. I have been getting the above error message ("System is computationally singular"), and after some tweaking, I realized that these variables have some high numbers and the problem could be circumvented by scaling them down (i.e.
2008 Apr 02
2
Stopping a function execution automatically after a given time
Dear all, I often need to execute functions repeatedly (thousands or more times). While doing so, I encounter two types of problems: 1.) In some models, the estimation process fails due to convergence problems 2.) Some models will run forever. My solution to #1 is to use tryCatch around the function call so that my script does not stop if one of the models will raise an error. This works fine.
2020 Jun 03
2
using Icecast source client as PulseAudio source
There are many Icecast source clients[1] available now. The Coolmic[2] app is particularly interesting because it can turn a Android phone (e.g. SmartLav+ lapel mic[3]) into a wearable mic for presenters. Not everybody is keen to run Icecast though, some people may want to mix-and-match the Icecast source clients like that with some other broadcasting platform, Jitsi Meet[4], Zoom or whatever.
2006 Oct 22
1
Multilevel model ("lme") question
Dear list, I'm trying to fit a multilevel (mixed-effects) model using the lme function (package nlme) in R 2.4.0. As a mixed-effects newbie I'm neither sure about the modeling nor the correct R syntax. My data is structured as follows: For each subject, a quantity Y is measured at a number (>= 2) of time points. Moreover, at time point 0 ("baseline"), a quantity X is
2017 Nov 01
0
Gluster Monthly Newsletter, October 2017
Hi, On Wed, Nov 1, 2017 at 5:32 PM, Amye Scavarda <amye at redhat.com> wrote: > Welcome to an exceptionally busy month for Gluster! > > Gluster Summit > Thanks to all who attended this year's Gluster Summit. As you can see, > conversations are continuing to happen, with notes from the Birds of a > Feather sessions starting to come into the mailing lists. If something
2004 Dec 17
2
Custom weight factors - pushing the relevancy ranking how we want it
Hi guys (and gals?), We're using Xapian/Omega for indexing and searching forums. As forums are, the content that is relevant to a search is not just determined by the frequency or location of the terms; the date the topic has been last modified is important as well. Another issue we find is that the amount of results is so overwhelming, the user is unable to find the correct topic for his
2005 Oct 24
7
More than 1 gcc version?
Hi CentOS4.2 - Is it possible to have an older version of gcc as well as the one that ships with this OS? I need to compile aspseek to run on this distro but it seems to only like older gcc's any ideas?
2024 Mar 21
1
Building Packages.
With all this discussion, I shudder to ask this. I may have missed the answers but the discussion seems to have been about identifying and solving the problem rapidly rather than what maybe is best going forward if all parties agree. What was the motivation for what RSTUDIO did for their version and the decision to replace what came with utils unless someone very explicitly over-rode them by
2017 Nov 01
2
Gluster Monthly Newsletter, October 2017
Welcome to an exceptionally busy month for Gluster! Gluster Summit Thanks to all who attended this year's Gluster Summit. As you can see, conversations are continuing to happen, with notes from the Birds of a Feather sessions starting to come into the mailing lists. If something sparked your interest, please post about it! We'll be posting recordings of the talks as we're able to, and
2009 Oct 02
1
Weibull survival regression model with different shape parameters
Dear R users, I'm trying to fit a parametric survival model using the survreg function with a Weibull distribution. I'm studying the time to death of individuals from different families and I would like to fit different shape parameters (ie 1/scale in R) for each of the families. I looked it up in the help pdf and on the internet, but I couldn't find anything. Would it be possible to
2011 Oct 07
0
change likelihood function in survreg
Dear R users, I'd like to fit different longevities for males and females (µm vs µf below) with a Weibull interval-censored survival model. Unfortunately more than 50% of the individuals in the experiment died before their sex could be assigned. Hence I was wondering about fitting the proportion of females in the model ( "prop" below) with a likelihood function such as:
2006 Mar 02
1
IAX Video and Meetme
Hi I'm browsing around the internet looking for signs that the IAX client library and app_meetme support video. I stumbled across this post by SteveK on the 27th of Feb 2006. "My company is looking to hire a full-time developer, who will be working about 25-50% of the time on iaxclient; in particular to finally integrate, build, polish and enhance video in iaxclient, add video
1998 Sep 08
0
Problem with "remote mountd" ?
...--------------------------------------------------- Christian Selden | Phone: (407) 242-5422 System Admin - EMS Products Group | Pager: (407) 680-3157 GE Harris Energy Control Systems | FAX: (407) 242-4453 Mail Stop 206 |-------------------------- 407 N. John Rodes Blvd. |People won't care what you Melbourne, FL 32934-8059 |know unless they know you email: cselden@ccd.harris.com |care. -------------------------------------------------------------
2024 Mar 21
1
Building Packages.
I posted a description of their changes this morning. Duncan Murdoch On 21/03/2024 11:37 a.m., avi.e.gross at gmail.com wrote: > With all this discussion, I shudder to ask this. I may have missed the > answers but the discussion seems to have been about identifying and solving > the problem rapidly rather than what maybe is best going forward if all > parties agree. > > What
1998 Feb 26
2
Message in log.smb ??
Hi! I use samba 1.9.18p3 on Solaris 2.5.1 and am I glad to have it! I have configured samba to create one log file per machine so log.smb used to be empty. A couple of days ago I noticed that log.smb had grown to about 70KB. It only says: "Can't create or use semaphore No space left on device". Now since "df -k" tells me that all of my file systems have enough space
2015 Mar 18
0
Problems with NUT 2.7.2 on CentOS 7 and using the Mini-Box OpenUPS
Charles, to your specific points : > The other HID drivers seem to trigger shutdown by writing to the various timers (e.g. UPS.PowerSummary.DelayBeforeReboot). Your firmware seems to have UPS.PowerSummary.PresentStatus.ShutdownRequested, which according to the HID PDC spec, is read/write. I wonder if the firmware responds to this? So are you suggesting if I modify openups-hid.c to include
2008 May 14
1
Time differences (as.difftime?) issue
Dear all, I have a vector generated using the function strptime: > my.dt [1] "2004-04-19 08:35:00 W. Europe Daylight Time" "2004-04-19 09:35:00 W. Europe Daylight Time" "2004-04-19 11:35:00 W. Europe Daylight Time" [4] "2004-04-19 13:35:00 W. Europe Daylight Time" "2004-04-20 07:50:00 W. Europe Daylight Time" > class(my.dt) [1]
2008 Oct 23
0
FW: [wwwac] Thursday 23 October 2008 NYLUG: Paul Charles Leddy on Asterisk, the Free Software Telephone System
I hadn't seen anything on the asterisk list but just in case anyone is interest. Regards, Dean Collins Cognation Pty Ltd dean at cognation.net +1-212-203-4357 Ph +61-2-9016-5642 (Sydney in-dial). > -----Original Message----- > From: Murat Aktihanoglu [mailto:murat at unype.com] > Sent: Wednesday, 22 October 2008 9:57 PM > To: Dean Collins > Subject: Fwd: [wwwac] Thursday 23
2006 Mar 29
3
SMS in Spain (it seems Protocol 2)
Hello, (I have asked it some time ago in Asterisk-es mailing list, so excuse me if anybody receive it twice.) I am trying to send SMS in Spain using landlines. It seems that app_sms.c only handles Protocol 1, but Spain and Italy are using Protocol 2. I have been searching in Internet without any results... anybody is sending SMS from Asterisk (or any method) using Protocol 2? (so, it seems,
2015 Mar 18
4
Problems with NUT 2.7.2 on CentOS 7 and using the Mini-Box OpenUPS
On Mar 17, 2015, at 11:46 AM, Philip Taylor <philip at kelsotowers.co.uk> wrote: > Charles, > > Did you get chance to look at the data I sent you, please? > > I?ve done some more work myself and the conclusion I?ve reached is that if the minibus OpenUPS doesn?t support instant commands, then sending ?upsdrvctl shutdown? won?t ever work, as it would need to send instant