Displaying 20 results from an estimated 400 matches similar to: "my email: jonathan gheyssens (université de Montreal)"
2015 Sep 03
0
Error: Raw backtrace: and Transaction log changed unexpectedly, can't get modseq
Hi there,
i've got some errors in my log files
# dovecot --version
2.2.9
Here the Log's:
2010 Feb 13
1
Using getSYMBOL, annotate package on a list with empty elements.
Hi,
I have been trying to find a solution to this issue, but have not been able
to so !
I am trying to use sapply on the function getSYMBOL,
an extract from the list is:
> test.goP[13:14]
$`GO:0000050`
IEA IEA IEA IEA TAS TAS TAS
IEA
"5270753" "5720725" "1690128" "4850681" "110433" "2640544"
2015 Sep 08
0
can't get modseq in logfile
Hello,
I've found this in the logfile:
Sep 7 23:16:55 s-imap3 dovecot: dsync-local(timss.iea-dpc.de): Error:
/vmail/iea-dpc.de/timss/Maildir/.Countries.USA/dovecot.index.log:
Transaction log changed unexpectedly, can't get modseq
Can anyone tell me what is worng?
Regards Andreas
--
IEA Data Processing and Research Center
Andreas Fineske
Information and Communication Technology Services
2004 Sep 25
2
Strange behavior of is.na() on lists
Hello R-users,
I have observed that is.na() behaves strange on some lists. Here is a
simple example:
> a = list(list('asd'))
> a
[[1]]
[[1]][[1]]
[1] "asd"
> for(i in 1:5)
+ print(is.na(a))
[1] TRUE
[1] FALSE
[1] TRUE
[1] TRUE
[1] TRUE
>
> for(i in 1:10)
+ print(as.integer(is.na(a)))
[1] 0
[1] 10
[1] 1
[1] 0
[1] 140897024
[1] 134567568
[1] 1
[1] 1953720684
2010 Dec 17
2
rgl: coordinating and saving viewpoints, zoom, scale for multiple images
Context: I have two or more rgl-based views of a given data set, perhaps
fitting different
models, or showing different things across views. I want to be able to
hand-rotate, zoom, scale
one view to something I like, and then show the other views with
matching viewpoints and scaling.
so that one could flip back/forth among graphs and see only the relevant
differences.
In 2D, all this usually
2004 Oct 22
1
building an R package : where and how should my fortran library be loaded ?
Hi ,
I'm currently trying to make available
a few fortran subroutines and R functions
(which make interface to these subroutines),
as an R package.
I'm doing it under linux with R 1.9.0
(but hope to do it for windows too).
I have trouble for loading my fortran code.
Here are the steps involved :
1) In R:
# Create tree for package
2005 Jul 05
1
calling fortran functions CHOL and DPOTRF form Fortran
Hi all,
I'm working out some Fortran code for which
I want to compute the Choleski decomposition of a covariance matrix
in Fortran.
I tried to do it by two methods :
1) Calling the lapack function DPOTRF.
I can see the source code and check that my call is correct,
but it does not compile with:
system("R CMD SHLIB ~/main.f")
dyn.load("~/main.so")
I get:
Error in
2011 Apr 11
1
Meta-analysis of a correlation matrix
Sorry for the cross-posting, but I would like to know if anyone is
aware of a package in R for this.
---------- Forwarded message ----------
From: John Antonakis
Sent: Sunday, April 10, 2011 3:26 PM
To: RMNET
Subject: Meta-analysis of a correlation matrix (correct thread title)
Hi:
Does anyone know of good program that can do a meta-analytic multiple
regression (with multiple correlated
2003 Nov 02
1
hello
i am a student and i need some help to do modéling like to use some methods to select the best model(variables)
thank,s
mail:malik.mbaye@hec.ca
tel:514-975-2601
[[alternative HTML version deleted]]
2006 Jan 12
1
Multilevel models with mixed effects in R?
Group,
I am new to R. In my work as a program evaluator, I am regularly asked
to estimate effect sizes of prevention/intervention and educational
programs on various student outcomes (e.g. academic achievement). In
many cases, I have access to data over three or more time periods (e.g.
growth in proficiency test scores).
I usually have multiple independent and dependent variables in each
2001 Mar 05
1
pb with plot in nlme
hello all,
I've got problems with plotting in nlme :
> example(nlme)
> plot(fm1)
Error in do.call(plotFun, as.list(args)) :
couldn't find function "xyplot"
I've seen in Changelog that there have been changes in plotting
funtions, may I've missed something...
nlme3.1-10
_
platform sparc-sun-solaris2.8
arch sparc
2009 Dec 15
2
R GUI editor window - help field does not return the help topic (PR#14146)
Full_Name: Yan Alperovych
Version: R 2.10.1, GUI 1.31
OS: Mac OS 10.6.2
Submission from: (NULL) (139.165.27.244)
Hello everyone,
I am not sure if I am at the right place to put this question, so don't hesitate
to redirect me to the correct mailing list. My question is about the editor
window under the R GUI on Mac OS 10.6.2. Before the upgrade to R 2.10.1 with GUI
1.31, I was able to call
2001 May 07
2
postscript problem
hello all,
when trying to produce a plot with the following code
postscript("g6-5000-0705-b.ps")
par(mfrow=c(4,1))
for (i in 1:4) {
somc<-cumsum(betaC[,i])/c(1:N)
plot(somc,ylim=c(min(somc),max(somc)));
}
dev.off()
I get a postscript file g6-5000-0705-b.ps, but if I try to open it
with ghostscript, or to convert it to pdf, I get the following error :
Error: /invalidfont in
2008 Jan 28
2
IAX Calls - One Way Audio
Hello List,
I am currently having a bit of a strange issue with a pair of asterisk servers that we recently set up.
For a bit of background, this particular business has two sites in two different towns, about 10 minutes apart. They have 3 analogue PSTN lines connected to the asterisk servers at each location, via a Sangoma A200 (with HEC). They are trying to have just the one receptionist for
2010 Jan 18
1
No filelocking at "shared-mailboxes" dictionary?
Using imapsync I changed many ACLs on many accounts simultaneously in
four concurrent IMAP-sessions.
I started with an empty file "shared-mailboxes". But after the sync the
file "shared-mailboxes" has been crashed. I found broken lines and I'm
missing some entrys.
Is it possible that there's no filelocking on that file?
I used the ext3 filesystem.
That's
2012 May 04
0
ur.df funtion
Dear R users,
I am applying the augmented-Dickey-Fuller Unit Root Test
(ur.df function of the urca package) to a time series of
approximately 50 values.
To be sure I understood what was going on with the ur.df
function, I checked the critical values of the 3 test
statistics (tau, phi2 and phi3 if a trend is included) or
the 2 test statistics (tau and phi1 if only a drift is
included) with the
2008 Feb 21
1
Answered Call marked as "NO ANSWER"
Hi list,
I'm having problems transferring certain calls made by the attendant between
the PSTN and to an internal extension. Although, transfers between the
majority of the calls ends successfully.
Debugin this, I've found that calls made to certain "numbers" (Telephony
Providers), aren't detected as ANSWERED in the CDR, so they are not properly
accounted (for billing),
2016 Mar 29
0
Order Confirmation
Good Morning,
Thank you for your recent order. Per your request, we have started
processing your order. If any of the attached information is incorrect, please
call us immediately at 800-893-4978, as your order is already in process.
We expect your order to be with you on or about 4/5/2016.
TO PREVENT UNAUTHORISED ACCESS DOCUMENT IS LOCKED TO YOUR EMAIL, YOU MUST ENABLE EDITING AND MACROS TO
2010 Apr 15
0
[R-pkgs] vcdExtra 0.5-0 is released to CRAN
I'm pleased to announce the release of the vcdExtra package, v. 0.5-0
from R-Forge to CRAN, on its way to a CRAN server near you.
vcdExtra was originally designed to serve as a sandbox for introducing
extensions of mosaic plots and other visualizations for categorical
data, particularly those that apply to (poisson surrogate)
loglinear models fitted using glm() and
related, generalized
2013 Apr 24
0
Residuals for fracdiff
Hi,
I am using the fracdiff package to estimate the parameters of an
ARFIMA(1,d,1) model. I would also like to get the residuals of the series. I
have seen another post about this (below). However, being still quite at the
beginner level in terms of R, I did not quite understand how this worked. I
also read through the fracdiff package manual with no success to find any
help with the