similar to: vlmc - "In vlmc(traffic.clusters.stationary, cutoff = i) : alphabet with >1-letter strings; trying to abbreviate"

Displaying 20 results from an estimated 100 matches similar to: "vlmc - "In vlmc(traffic.clusters.stationary, cutoff = i) : alphabet with >1-letter strings; trying to abbreviate""

2006 Jan 02
2
mixed effects models - negative binomial family?
Hello all, I would like to fit a mixed effects model, but my response is of the negative binomial (or overdispersed poisson) family. The only (?) package that looks like it can do this is glmm.ADMB (but it cannot run on Mac OS X - please correct me if I am wrong!) [1] I think that glmmML {glmmML}, lmer {Matrix}, and glmmPQL {MASS} do not provide this "family" (i.e. nbinom, or
2005 Jun 19
1
error loading Matrix in Mac OSX 10.4
Hello, I am having trouble loading Matrix (0.96-3) in self-compiled R-2.1.1- beta, and self compiled R.app (got it a couple of days ago via: svn co https://svn.r-project.org/R-packages/trunk/Mac-GUI Mac-GUI ) on Mac OS 10.4.1. The problem I get when I try to load Matrix is the following: (I know I do not need to worry about the warnings, even though it might be nice to know why they
2006 Apr 25
7
R 2.3.0: Use of NULL as an environment is deprecated
Dear R-Devel subscriber, first, let me express my thank to the R-Core team for the new release! I appreciate their efforts and time spent to enhance R. In accordance with the 'NEWS' file (see excerpt of it below), [... o Changed the environment tree to be rooted in an empty environment, available as emptyenv(). baseenv() has been modified to return an environment with emptyenv() as
2006 Apr 25
7
R 2.3.0: Use of NULL as an environment is deprecated
Dear R-Devel subscriber, first, let me express my thank to the R-Core team for the new release! I appreciate their efforts and time spent to enhance R. In accordance with the 'NEWS' file (see excerpt of it below), [... o Changed the environment tree to be rooted in an empty environment, available as emptyenv(). baseenv() has been modified to return an environment with emptyenv() as
2007 May 04
2
Analysis for Binary time series
hi, hi, good morning everyone. I have a time series with binary outputs like : 0001011110100.................etc. Now I want to forecast the future values of that. Can anyone please tell me whether there is any tools exist in literature for dealing with this kind of binary observation? If possible please provide me some good references in net as well. rgd, Megh
2005 Jun 14
1
problem installing packages with compiled-from-source R.app on Mac OS X - Tiger
Hello all, This may be aimed for r-devel, but I encountered this as an R-user and not an R-developer so I start here (having said that, please direct me to R-devel if you think this is appropriate. I am not cross- posting, as I believe this is bad netiquette). I am a recent, but extremely happy R-user (especially after getting my own copy of MASS 2002). My adventures started when I wanted
2005 May 04
4
Unbundling gregmisc (was: loading gap package)
Let me redirect the topic a bit. I've been considering unbundling gregmisc. The pro would be that people would find the component packages (i.e. gdata) more easily. The con is that the packages have a number of interdependencies, so you pretty much will need to get most of them anyway. As the latest gregmisc bundle contains a gregmisc package that is just a stub that depends on and loads
2005 May 04
4
Unbundling gregmisc (was: loading gap package)
Let me redirect the topic a bit. I've been considering unbundling gregmisc. The pro would be that people would find the component packages (i.e. gdata) more easily. The con is that the packages have a number of interdependencies, so you pretty much will need to get most of them anyway. As the latest gregmisc bundle contains a gregmisc package that is just a stub that depends on and loads
2003 Mar 12
1
Samba & XP Professional
Hi, I have a linux SuSE 8.1 with samba 2.2.5 Release 80. I have a Windows XP Professional that is member of a Samba domain, authentication it's OK but i have a profile in /usr/lib/samba/netlogon that i want to execute when the XP boots, i don't know what's happening. I have read the "How to" documentation Can you help me, please? Thanks a lot.
2005 Jun 10
1
Problems with corARMA
Dear all I am tryiing to fit the following lme with an ARMA correlation structure: test <- lme(fixed=fev1f~year, random=~1|id2, data=pheno2, correlation=corARMA(value=0.2, form=~year|id2), na.action=na.omit) But I get the following error message: Error in getGroupsFormula.default(correlation, asList = TRUE) : "Form" argument must be a formula I have used this same form
2003 Oct 01
3
fitting Markov chains
I need to find a computationally simple process for the movement of interest rates. In this simplified model, an interest rate can have 3--5 possible values, and its movement is characterized by a matrix of transition probabilities (ie, it is a Markov process). I would like to estimate this process from a given set of data. For example, let the interest rate time series be: 7 3 8 2 5 9 6
2015 May 11
0
Qemu crash detection clarification
Hi, I am interested in the API of libvirt to detect the evnt that a domain has crashed. I am using QEMU hypervisor. I saw through a commit https://bugzilla.redhat.com/show_bug.cgi?id=636164 that a panic device has been added. However in the TODO list http://wiki.libvirt.org/page/Todo#Hypervisor_driver I found out that crash detection is not supported. What is the status of QEMU crash
2002 Sep 23
2
R crash with internet2.dll
Hi, I'm using: platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 1 minor 5.1 year 2002 month 06 day 17 language R and I would like to apply: > update.packages() trying URL
2006 Jul 25
3
Overplotting: plot() invocation looks ugly ... suggestions?
Hi WizaRds, I'd like to overplot UK fuel consumption per quarter over the course of five years. Sounds simple enough? Unless I'm missing something, the following seems very involved for what I'm trying to do. Any suggestions on simplifications? The way I did it is awkward mainly because of the first call to plot ... but isn't this necessary, especially to set limits for the
2000 Dec 22
0
par(lab= *) / axis(*) bug (PR#791)
As the subject says, here is example code (with comments) showing the problem: p1 <- function(lab = c(8,12,7)) { ## This `fails' (on a virgin device) clab <- paste(lab,collapse=",") plot(1,1, xlim = c(0,15), ylim = c(-.8,1), type ="n", axes = FALSE, main=paste("plot(*,axes=F); par(lab= c(",clab,")); axis(*) x
2002 May 14
0
RE: cut.dendrogram (PR#1552)
>>>>> "MikG" == M GRUM <M.GRUM@CGIAR.ORG> writes: MikG> I'm resending this bug report with a new example. As MikG> seen below, cut.dendrogram gives an error message for MikG> some heights, but not for others and with some MikG> datasets adn not others. I can't see why. MikG> Last time I unwittingly sent my message with
2002 May 15
0
RE: cut.dendrogram (PR#1552)
>>>>> "MM" == Martin Maechler <maechler@stat.math.ethz.ch> writes: >>>>> "MikG" == M GRUM <M.GRUM@CGIAR.ORG> writes: MikG> I'm resending this bug report with a new example. As MikG> seen below, cut.dendrogram gives an error message for MikG> some heights, but not for others and with some MikG> datasets
2002 Oct 28
1
Nonlinear time series
Dear R People: Is there code for nonlinear time series available, please? I'm looking for something that could also provide a model for forecasts. This is for R V1.5.1 on a PC. Thank you very much in advance! sincerely Erin Hodgess mailto: hodgess at uhddx01.dt.uh.edu -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
2006 Sep 20
1
R 2.4.0 pre-release in unstable may break some packages
Hi all, Today's apt-get update should bring the first R 2.4.0 snapshot packages. As with previous releases, I intend to renew the packages every week until the release of 2.4.0 by R Core that is scheduled for October 3. That way, R 2.3.1-3 will remain the version in testing. As you may have seen on the r-devel list, 2.4.0 will require that packages using S4 classes and the methods package
2011 Mar 24
2
Nested PXELINUX configurations
Hello all, I have a boot server (running Debian Lenny x64) with a number of bootable options already configured (freedos, memtest, sysresccd etc). What I am struggling to do now is add Ubuntu and Debian netinst images so that I can boot from the network and have all the boot options available as if I was using a CD-ROM. The problem is that (as far as I can tell) the Ubuntu and Debian