Displaying 20 results from an estimated 100 matches similar to: "Formula used to create new plot"
2009 Dec 04
1
Get back to the console with ssh access
Dear R users,
I am currently learning how to work with a new shared computer (a Mac pro) in our lab, that is dedicated to execute R code for large simulations (over a few days).
We have a VNC option to remote control the computer, with a shared used session, but this is not really needed in most of the cases. I would like to do some ssh access.
This is pretty straigthforward, and I am able to
2014 Mar 20
4
[Bug 76414] New: [NVE4] Flash player triggers freeze with: PFIFO: read fault at ... [UNSUPPORTED_KIND] from PBDMA0/HOST ...
https://bugs.freedesktop.org/show_bug.cgi?id=76414
Priority: medium
Bug ID: 76414
Assignee: nouveau at lists.freedesktop.org
Summary: [NVE4] Flash player triggers freeze with: PFIFO: read
fault at ... [UNSUPPORTED_KIND] from PBDMA0/HOST ...
QA Contact: xorg-team at lists.x.org
Severity: major
Classification:
2013 Dec 12
1
censored counts and glmer/glmmADMB
dear R-users,
I have to model counts where all counts above some threshold
have been censored. In the same dataset I have too many zeroes for
a Poisson or even a negative binomial distribution to make
sense, so I would need a zero-inflated-censored negative binomial
family for use in glmer (or glmmADMB?). That seems not to exist.
my question is :
how could I add a custom-built family of
2014 Mar 24
4
[PATCH 1/4] pm/fan: drop the fan lock in fan_update() before rescheduling
From: Martin Peres <martin.peres at labri.fr>
This should fix a deadlock that has been reported to us where fan_update()
would hold the fan lock and try to grab the alarm_program_lock to reschedule
an update. On an other CPU, the alarm_program_lock would have been taken
before calling fan_update(), leading to a deadlock.
We should Cc: <stable at vger.kernel.org> # 3.9+
Reported-by:
2014 Mar 13
1
[PATCH] pm/fan: drop the fan lock in fan_update() before rescheduling
From: Martin Peres <martin.peres at labri.fr>
This should fix a deadlock that has been reported to us where fan_update()
would hold the fan lock and try to grab the alarm_program_lock to reschedule
an update. On an other CPU, the alarm_program_lock would have been taken
before calling fan_update(), leading to a deadlock.
Reported-by: Marcin Slusarz <marcin.slusarz at gmail.com>
2017 Sep 20
0
phylo.pca
Dear all,
I'm trying to use phylo.pca function from phytools for the first time. I'm using an ultrametric tree with 167 tips and all branch lengths transformed to 1.
I lunched the pPCA like this:
pPCA<-phyl.pca(tree,data,method = "lambda")
For some reason it takes for ever and never reaches the end of the process. I tried with method="BM" and the process runs
2007 Jul 19
0
Sigmaplot 9
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Hello,<br>
I'm a recent user of ubuntu and wine (3 days).<br>
I need to use sigmaplot 9 and I have tried to run with wine (reboot to
use of windows is very nasty)<br>
I have succeed to install
2001 Oct 16
4
two way ANOVA with unequal sample sizes
Hi,
I am trying a two way anova with unequal sample sizes but results are not
as expected:
I take the example from Applied Linear Statistical Models (Neter et al.
pp889-897, 1996)
growth rate gender bone development
1.4 1 1
2.4 1 1
2.2 1 1
2.4 1 2
2.1 2 1
1.7 2 1
2.5 2 2
1.8 2 2
2 2 2
0.7 3 1
1.1 3 1
0.5 3 2
0.9 3 2
1.3 3 2
expected results are
2010 Nov 15
2
Zero truncated Poisson distribution & R2WinBUGS
I am using a binomial mixture model to estimate abundance (N) and
detection probability (p) using simulated count data:
-Each site has a simulated abundance that follow a Poisson
distribution with lambda = 5
-There are 200 simulated sampled sites
-3 repeated counts at each site
- only 50 percent of the animals are counted during each count (i.e,
detection probability p =0.5, see codes)
We removed
2018 May 25
2
TukeyHSD for multiple response
Dear all,
I'm testing the effect of species and sex in my sample by using the principal component scores of a PCA analysis.
I have 30 PCs and I tried to see if there is any significant difference from males to females, given that there is a significant effect of phylogeny (factor with several species).
I didi it like this:
Y<-PCA$pc.scores[,1:30]
fit <- manova(Y ~ sp*sex)
2012 Feb 22
3
OpenMP and random number generation
Dear all,
Now that R has OpenMP facilities, I'm trying to use it for my own package but I'm still wondering if it is safe to use random number generation within a OpenMP block. I looked at the R writing extension document both on the OpenMP and Random number generation but didn't find any information about that.
Could someone tell me if it is safe or not please ?
Best,
Mathieu
2008 May 09
1
Wini MIDI on Ubuntu
Hello all,
I'm trying to run a synth editor (SY editor) under Wine on Ubuntu Gutsy.
The editor runs fine it seems but I can't get MIDI in out to work, the editor gives me an error midi device not properly configured.
I'm using the Edirol UM-2ex, and I selected ALSA under wine configuration - sound, and I can see UM2 for both MIDI in and out in the configuration. I also see UM2 for
2011 Nov 24
1
Changing graphic titles when using bquote and resizing the graphic window
Dear list,
I found a strange behavior of the graphic display when using bquote to set a title to a plot. The problem arise when you manually resize the graphic window using the mouse. It happens on both quartz and x11 devices. Here's a reproducible example:
par(mfrow = c(1,3))
for (i in 1:3){
title <- as.expression(bquote(gamma[.(i)]))
plot(1:10, main = title)
}
Once you ran the
1998 Dec 14
1
communication between: a server Samba and a PC client
hello,
I have just install the samba soft on a Solaris 2.5 station.
For the beginning, I try to print whith a PC Window's 95 configuration on a
printer define on my server Samba.
In my office, The PC are enable to communicate this a Novell Server.
When I try to print with a PC via Samba, it is possible, if in a first time, I
connect me on the server Novell (authentification database of
2018 Apr 03
2
names lost in functions from packages installed by R-devel r74500
Dear list members,
If I install with R-devel r74500 on Windows (sessionInfo below) the
attached 'bugdemo' package with the single function
foo <- function() {
? named <- c("bar"=TRUE)
? print(named)
? return(named)
}
then run
> bugdemo::foo()
[1] TRUE
[1] TRUE
The "bar" name is lost. It is not lost when I define foo in the R
session instead of using
2006 Oct 20
1
Re: URL authentication
Peter Bengtson <peter <at> peterbengtson.com> writes:
>
> Thanks for the pointer - CURL was indeed compiled in, but the library
> version was too old. Upgrading CURL fixed it very nicely!
>
> / Peter Bengtson
>
Hello Peter,
Is there possibility that you post your php script for icecast authentication,
so that it would be easier or person like me who are not
2015 Mar 02
3
CentOS7 buggy freeradius
Bonjour,
It seems that freeradius 3.0.1-6.el7 of centOS 7 don't work.
When doing very simple authentification (PAP control of ssh login on a
switch), I get a segmentation fault when the first accounting packet
arrives on the server.
Does anyone test succesfully this version of freeradius ?
Thanks
PS: no error with the compilation of the last source version of
freeradius (3.0.7)
--
2017 Mar 22
0
SIS and mailbox restore
Still on the problem with dovecot 2.2.27 ....
I use the single instance storage, and mdbox format. I use 2 zfs file
systems, one for mailboxes, the other for attachements. I use znapzend
to generate many zfs snapshots for backup purpose (inode numbers are
preserved but it is unusefull).
When I try to restore a deleted/purged mailbox with doveadm import I get
the error of the first attachement
2018 Apr 03
0
names lost in functions from packages installed by R-devel r74500
>>>>> Francois Rousset <francois.rousset at umontpellier.fr>
>>>>> on Tue, 3 Apr 2018 16:38:42 +0200 writes:
> Dear list members,
> If I install with R-devel r74500 on Windows (sessionInfo below) the
> attached 'bugdemo' package with the single function
> foo <- function() {
> ? named <-
2017 Mar 15
1
Mail restore and single storage attachement
Bonjour,
I'm finishing the upgrade of an old installation of Dovecot/postfix mail
system for my lab.
In the configuration i plan ( dovecot 2.2.27 ), i choose to use:
- mdbox format
- single storage for attachements
- 2 zfs file systems, one for mdboxes, the other for attachments
The last tests before production concern my hability to restore a lost
mail (or mailbox) ... (lot of