Displaying 20 results from an estimated 100 matches similar to: "bug in mmlcr ? (PR#10576)"
2008 May 30
1
existing package (mmlcr) modification -- appropriate process?
All:
I am new to R and would like your help in identifying the appropriate
process to follow in order to modify the output from an existing
package. I've had difficulty finding an answer online, perhaps because
I am using incorrect terminology.
A package that I am using (mmlcr) invokes another package (multinom).
An output of multinom is the standard errors, but this output is not
2013 Jan 24
1
how should I make the optional arguments in r?
HI,
I guess I did sth wrong with the optional argument in the program. but I don't know how should I make it.
in my main program:
source("getelasticity_overPB.r")
crossprice<-getelasticity(mydata,mydatao,"nest")$cross_p
is same with
crossprice<-getelasticity(mydata,mydatao)$cross_p
I don't know why????
In ""getelasticity_overPB.r":
I have the
2014 Jul 11
2
[LLVMdev] Lowering to return multiple values: codeGen, instruction write one value to the input register.
Hi All,
In XCore backend, I saw
“
…...
EVT VT = Op.getValueType();
SDValue Data =
DAG.getNode(XCoreISD::CRC8, DL, DAG.getVTList(VT, VT),
Op.getOperand(1), Op.getOperand(2) , Op.getOperand(3));
SDValue Crc(Data.getNode(), 1);
SDValue Results[] = { Crc, Data };
return DAG.getMergeValues(Results, 2, DL);
“ which is used to lower an
2007 Oct 30
1
data.frame, ggplot vs matplot
Hello,
I've been trying to use ggplot, but I cannot seem to get my data in
the correct form. I usually have a vector x, and a matrix y and I
would usually use matplot(x,y) to plot the columns of y against x.
Now, if i understand correctly, I should cast x and y into a
data.frame and do something like ggplot(x,y,data=data). I think I'm
missing something here: do I really need to
2009 Jan 07
1
troubles performing Moran.I test
dear R users,
I have troubles performing Moran.I test as suggested on
http://www.ats.ucla.edu/stat/r/faq/morans_i.htm
my spatial data are longitude and lattitide of communities. The
calculation of the inverse distance matrix according to the homepage
(using my data)
datAL <- read.csv2("C:\\Konvergenz AL.csv", header=T)
ALdist <- as.matrix(dist(cbind(datAL$L?nge,
2010 Jul 26
6
[PATCH] Btrfs: compressed file size ioctl
Returns a file''s size on disk. Had been posted by Chris Ball over a year ago
(http://article.gmane.org/gmane.comp.file-systems.btrfs/2873). Chris Mason
suggested a couple of improvements back then, which I have implemented in
this version:
- use u64 to return the result
- replaced the loop
while (1) {
struct btrfs_ordered_extent *ordered;
2011 Feb 28
1
mixture models/latent class regression comparison
Dear list,
I have been comparing the outputs of two packages for latent class
regression, namely 'flexmix', and 'mmlcr'. What I have noticed is that
the flexmix package appears to come up with a much better fit than the
mmlcr package (based on logLik, AIC, BIC, and visual inspection). Has
anyone else observed such behaviour? Has anyone else been successful
in using the mmlcr
2010 Feb 24
0
Extracting individual parameter estimates from mmlcr
I am new to mmlcr and am working on a latent class mixture model attempting
to identify
the trajectory and number of classes that best describes my data. I am able
to find model
parameters such as degrees of freedom, loglikelihood, and BIC.
For example, here is a cubic 3-class model I am using.
mmlcr1 <- mmlcr(outer = ~ 1 | ID, components = list(list(formula = Score ~
poly(wave,3),
class =
2005 Apr 12
1
R Package: mmlcr and/or flexmix
Greetings
I'm a relatively new R user and I'm trying to build a latent class model.
I've used the 'R Site Search' and it appears there's not much dialogue on
these packages
On mmlcr, I've gotten it working, but not sure if I'm using it correctly.
On flexmix, I can only seem to get results for one class.
I'm attaching my code below - if anyone
2005 Jun 24
1
Samba3 - small lan [1]
Hi,
I have posted to this list once before without any reply. It would be
nice if some reply could indicate why the posting was not appropriate
and some indication as to what one should do - the last time I included
my smbconf. This time I have reworked my questions, limited their scope
, and put them in two emails.
I have two essentially identical linux computers [east and west] both
running
2013 Feb 09
7
Latest AMD, IOMMU Security Change causing CPU0 Panic and general Problems with AMD+IOMMU changes
Hi,
unfortunatly your latest change "AMD,IOMMU: Clean up old entries in
remapping tables when creating new one" (Changeset 26517 in
xen-unstable and 25975 in xen-4.2-testing) is causing a CPU0 Panic at
boot for me.
When i tried to boot latest versions of xen unstable or xen-testing,
my dom0 gives me the message:
(XEN) *************************************
(XEN) Panic on CPU 0:
(XEN)
2010 Jun 12
0
[PATCH] Btrfs: fix CLONE ioctl destination file size expansion to block boundary
The CLONE and CLONE_RANGE ioctls round up the range of extents being
cloned to the block size when the range to clone extends to the end of file
(this is always the case with CLONE). It was then using that offset when
extending the destination file''s i_size. Fix this by not setting i_size
beyond the originally requested ending offset.
This bug was introduced by a22285a6 (2.6.35-rc1).
2014 Jul 07
2
[LLVMdev] codeGen, instruction write one value to the input register.
Tks Cameron,
I did some study on it.
Now I am having the same problem as mentioned in this thread;"http://lists.cs.uiuc.edu/pipermail/llvmdev/2013-January/057654.html” ,
> Looking at the X86 back-end code, it looks like there do exist
> multi-output instructions, but they all use physical (implicit) registers
> for the second destination, not arbitrary register types. And if I
2005 Jun 13
0
novice - samba3+; suse linuxpro9.1
hi,
I thought it would be easy and over quickly - it has been anything
but...
I decided to test and use Samba 3.+ on my Suse linux pro 9.1 lan but
cannot get it to work and need some help/guidance.
I have two essentially identical linux computers [east and west] and I
have both of them as both server AND client. At a later date, after
this `simple' lan works, I plan to add a ms portable
2005 Apr 08
1
orphaning CRAN packages
Dear R Developers,
the following CRAN packages do not cleanly pass R CMD check for quite
some time now and did not have any updates since the time
given. Several attempts by the CRAN admins to contact the package
maintainers had no success.
norm, 1.0-9, 2002-05-07, WARN
sound, 0.6, 2002-08-31, WARN
Bhat, 0.9-07, 2003-11-04, WARN
HI, 0.1, 2003-11-04, WARN
mmlcr, 1.3.2, 2003-11-15, WARN
mvnmle,
2005 Mar 03
1
Negative binomial regression for count data
Dear list,
I would like to fit a negative binomial regression model as described in "Byers AL, Allore H, Gill TM, Peduzzi PN., Application of negative binomial modeling for discrete outcomes: a case study in aging research. J Clin Epidemiol. 2003 Jun;56(6):559-64" to my data in which the response is count data. There are also 10 predictors that are count data, and I have also 3
2006 Feb 09
2
latent class modle for rater agreement
Hello there,
I would like to test the agreement amongst 6 raters for nominal data on
a scale from 1-4, and conduct a latent class analysis in R. How should
the data be formatted and what code should I use?
Thank you very much
Lisa Wang
Princess Margaret Hospital
Biostatistics
tel:416 946 4501
2006 Jun 13
0
Help debugging superodoctor
I've tried several times to get superOdoctor to run on this machine, and
have had no luck yet. Aside from this error message,
# superodoctor
*****************************************************************************
Supero Doctor II - Linux version 2.24(060523)
Copyright(c) 1993-2006 by Super Micro Computer, Inc.
http://supermicro.com/
2006 May 31
3
Zap channels ringing too loudly
Hi All
I've got an asterisk system, using a couple of Xorcom Astribanks to
provide FXS ports. (I'm using the zaptel 1.2 branch, if that matters)
I've noticed that the ringing volume is a lot louder than on our old phone
system, and people are starting to complain it's too loud. (This is the
noise the phone makes when it rings, not the noise in your handset when
you ring
2011 Aug 12
0
testEquatingData (part of ltm package) changes order of columns
Dear R community,
I hope someone is out there who has some insights into the ltm package.
Specifically, I am seeking help for the testEquatingData function which is
part of this package.
Here is an example of my data:
#install.packages("ltm", dependencies = TRUE)
library(ltm)
anchor<- as.data.frame(cbind(c(NA, NA, NA, NA, 1), c(NA, NA, NA, 1, NA),
c(1,1,NA,NA,NA)))
names(anchor)