Displaying 20 results from an estimated 600 matches similar to: "random crashing GLM"
1999 May 21
2
glm crash (PR#197)
Dear bug-busters,
This week I've posted a message to the R-help mailing to inquire if
anybody had experienced alike me. When I run the following GLM:
glm(n~s+c+m, family=quasi(link=log, variance=mu))
several times using exactly the same dataset R crashes at random. I have
tried to probe into the problem by tracking the response times of the
above function with system.time (e.g.
1999 Jul 07
0
Bug list summary (automatic post)
=================================================
This is an automated summary of the status of the R-bugs
repository.
Note that this may be neither complete nor perfectly
correct at any given instance: Not all bugs are reported,
and some reported bugs may have been fixed, but the
repository not yet updated.
Some bug fixes are difficult to verify because they pertain
to specific hardware or
1999 Oct 07
1
Bug list summary (automatic post)
=================================================
This is an automated summary of the status of the R-bugs
repository.
Note that this may be neither complete nor perfectly
correct at any given instance: Not all bugs are reported,
and some reported bugs may have been fixed, but the
repository not yet updated.
Some bug fixes are difficult to verify because they pertain
to specific hardware or
2000 Jan 21
0
Bug list summary (automatic post)
=================================================
This is an automated summary of the status of the R-bugs
repository.
Note that this may be neither complete nor perfectly
correct at any given instance: Not all bugs are reported,
and some reported bugs may have been fixed, but the
repository not yet updated.
Some bug fixes are difficult to verify because they pertain
to specific hardware or
1999 Nov 07
1
Bug list summary (automatic post)
=================================================
This is an automated summary of the status of the R-bugs
repository.
Note that this may be neither complete nor perfectly
correct at any given instance: Not all bugs are reported,
and some reported bugs may have been fixed, but the
repository not yet updated.
Some bug fixes are difficult to verify because they pertain
to specific hardware or
1999 Apr 14
2
No LOGLM coefficients
Dear R-helpers,
Im trying to fit a Log-linear model on a dataset with bird counts from
60 sites over 14 years for 12 months each (factors for the models). One
of the aims is to predict the missing values in this dataset with model
predictions.
Ive first tried to work with GLM's, that worked fine except for models
with one or more interaction-terms. The GLMs run, run .. for hours. So I
1999 Dec 07
1
Bug list summary (automatic post)
=================================================
This is an automated summary of the status of the R-bugs
repository.
Note that this may be neither complete nor perfectly
correct at any given instance: Not all bugs are reported,
and some reported bugs may have been fixed, but the
repository not yet updated.
Some bug fixes are difficult to verify because they pertain
to specific hardware or
1999 Aug 21
2
Bug list summary (automatic post)
=================================================
This is an automated summary of the status of the R-bugs
repository.
Note that this may be neither complete nor perfectly
correct at any given instance: Not all bugs are reported,
and some reported bugs may have been fixed, but the
repository not yet updated.
Some bug fixes are difficult to verify because they pertain
to specific hardware or
2008 Aug 25
2
smartd
last night I checked the log messages on the server Dell PE2950 6xSAS 146G I
found the smartd running , I did not request such daemon
[root at PowerEdge1 pons]# tail -f /var/log/messages
Aug 25 08:27:30 PowerEdge1 smartd[8039]: Home page is
http://smartmontools.sourceforge.net/
Aug 25 08:27:30 PowerEdge1 smartd[8039]: Opened configuration file
/etc/smartd.conf
Aug 25 08:27:30 PowerEdge1
2005 Jun 28
0
BRIstuff/OctoBRI problem: Ring requested on unconfigured channel 255/255 span 5
Hi all,
I just posted this question before last week.
Meanwhile after upgrading Asterisk 1.0.7-BRIstuffed-0.2.0-RCg to
1.0.8-BRIstuffed-0.2.0-RCh
the same problem occurs, but seems to be more seldom.
Attached is now the output of "zap show channel" .
-
I'm running a stable Asterisk on a HP DL380G2 1.4Ghz 0,5GB RAM
equipped with 1x TE410P and 2xJunghanns OctoBRI running in NT-mode.
2013 Aug 12
0
Asterisk WebRTC Support : WSS connection setup fails with error:00000000
Hi,
I'm trying to connect to the asterisk pbx via wss, from sipml5.org
demo page (http://sipml5.org/call.htm).
I used the guide from
https://wiki.asterisk.org/wiki/display/AST/Secure+Calling+Tutorial ,
to setup the tls.
I could make a secure sip call ( SRTP) using the PhonerLite sip
client. ( This confirms my sip - tls settings and tls certficates. (
I'd added the tls client certficate
2009 Oct 06
2
ggplot cumsum refined question (?)
OK, so maybe last night was a little too much at one throw, so I have
reduced the data to two stations- one that has precipitation and one
that does not. This is going to be in the context of a larger data
set. I would like to be able to issue a ggplot command and have cum
sum just act on the facets (factors) to apply this.
library(chron)
library(ggplot2)
DF <- structure(list(date_time =
2020 Aug 07
0
CEBA-2020:3348 CentOS 7 curl BugFix Update
CentOS Errata and Bugfix Advisory 2020:3348
Upstream details at : https://access.redhat.com/errata/RHBA-2020:3348
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
ee225e394bfa89bf736af8ccbdc1de6dd411a05ede84e4493d27f935cee02a32 curl-7.29.0-57.el7_8.1.x86_64.rpm
2011 Mar 25
2
[Bug 8039] New: rsync won't link unchanged files
https://bugzilla.samba.org/show_bug.cgi?id=8039
Summary: rsync won't link unchanged files
Product: rsync
Version: 3.0.7
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: asciencegeek at yahoo.com
2020 Nov 09
0
CESA-2020:4330 Important CentOS 6 firefox Security Update
CentOS Errata and Security Advisory 2020:4330 Important
Upstream details at : https://access.redhat.com/errata/RHSA-2020:4330
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
a8e5176d70f304e213059440333fe1b5e3a057c081d7b6543f2da13d2887eabe firefox-78.4.0-2.el6.centos.i686.rpm
x86_64:
2003 Dec 10
2
How can I call R from Java or C?
Hi all,
I am new to R. I have been looking for a way to call R functions from
Java or C.
What I have found so far is: I can execute R commands in batch mode from a
file and redirect the output to another file. However, I am not sure this
is the way to do it.
About C, is it true that I can only call R from a C process,only if that C
process is invoked within R itself? So is it R->C->R ?
If
2007 Jan 21
1
[ win32utils-Bugs-8039 ] Cannot send data that includes a binary 0
Bugs item #8039, was opened at 2007-01-21 01:51
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=411&aid=8039&group_id=85
Category: win32-pipe
Group: Code
Status: Open
Resolution: None
Priority: 3
Submitted By: David Koontz (dkoontz)
Assigned to: Nobody (None)
Summary: Cannot send data that includes a binary 0
Initial Comment:
In pipe.c on lines 262 and
2020 Oct 26
0
Firefox 78 under CentOS 6 -- no sound?
Am 26.10.20 um 12:45 schrieb Jonathan Billings:
> On Oct 23, 2020, at 14:45, Leon Fauster via CentOS <centos at centos.org>
> wrote:
>> Mozilla released version 68.12.0, on August 25, 2020 ->
>> https://www.mozilla.org/en-US/firefox/68.12.0/releasenotes/
>>
>> RH has an ELS phase - if it gets fixed then only for paying customers.
>
> Amazingly it
2011 Jan 11
1
Issue with Red Alarm with DAhDi
Hi!
I have an analog line connected to my asterisk and when I try to answer a call I get this
-- Starting simple switch on 'DAHDI/7-1' -- Executing [s at from-pstn:1] Answer("DAHDI/7-1", "") in new stack -- Executing [s at from-pstn:2] Playback("DAHDI/7-1", "vm-intro") in new stack -- <DAHDI/7-1> Playing 'vm-intro' (language
2005 Oct 17
1
SIP to SIP sadness
Wow, after getting the O'Reilly book delivered last week along with two
Digium TDM400P's, I'm really getting the hang of this. But the SIP to
SIP issue is still a problem... and it seems silly because everything
else (should have been?) so much harder but is working pretty
flawlessly. Basically I get no audio either way, and it tries to do a
"native bridge" (handoff?)
So