similar to: detecting finite mixtures

Displaying 20 results from an estimated 1100 matches similar to: "detecting finite mixtures"

2010 Apr 03
2
Using ifelse and grep
Good Morning, I am trying to create a new column of character strings based on the first two letters in a string in another column. I believe that I need to use some combination of ifelse and grep but I am not totally sure how to combine them. I am not totally sure why the command below isn't working. Obviously it isn't finding anything that matches my criteria but I am not sure why. Any
2011 Aug 26
0
R.oo inheritance with pass by reference
I thought I would post an example of using R.oo with inheritance and pass by reference for future searches. With PerMore I am inheriting Person. Then I am changing an object data memeber of an object of PerMore class using pass by reference ('mimiced' by R.oo) in an object of AgeMultiplier. I change a data member in the child class and the parent class for demonstration purposes. This is
2007 May 29
0
Fw: [RFC] makedumpfile: xen extraction
Hi, I sent the following e-mail to kexec-mailing list (kexec@lists.infradead.org) since subjects of makedumpfile are discussed on the mailing list. I want to inform this to xen developers since I think this function is useful for xen developers. Thanks. Itsuro Oda (see https://sourceforge.net/projects/makedumpfile/ about makedumpfile command.) Forwarded by Itsuro ODA
2011 Mar 01
1
Problem on flexmix when trying to apply signature developed in one model to a new sample
Problem on flexmix when trying to apply signature developed in one model to a new sample. Dear R Users, R Core Team, I have a problem when trying to know the classification of the tested cases using two variables with the function of flexmix: After importing the database and creating a matrix: BM<-cbind(Data$var1,Data$var2) I see that the best model has 2 groups and use: ex2
2012 Feb 12
1
Longitudinal Factor Analysis
I have a data set in the format below. I would like to perform a factor analysis on BM1-BM20 as they are 20 biomechanical measurements of the trial (hitting a baseball). However, my observations are not independent and, I assume, I have to account for this. I have consulted the R literature via RSeek and Google (and I have consulted some very knowledgeable colleagues) and cannot find any method of
2006 Mar 03
1
extracting p-values from lmer outputs
I would like to write a function that runs GLMM using lmer on a user-input model containing interactions, but if the model doesn't produce significant results for the interaction, a reduced model will be run without the interaction. Doing this seems to require getting the p-values out of an lmer object, but I don't know how to do this. (The grand DF debate seems to be irrelevant since the
2008 Jul 20
2
problem with read.table
Hi, Although I set check.names to FALSE in read.table, the duplicate names get modified. What should be done in this case? the text file to be read by read.table AM2      AM2     AM2     FAL 2               3             4         5 1               -1           -3        -2 t = read.table ("my_file", check.names = FALSE, header = T) > t AM2      AM2.1     AM2.2     FAL
2004 Jan 23
1
DG104S firmware has error?
I am installing a used DG104S.... I got it to ring from gnophone, but all I got was fast busies. so I upgraded based on Pavel's link: ftp://ftp.dlink.ru/pub/VoIP/DG-104S/Firmware/MGCPDG104.zip So I now have: PROM Version: 3.0B22-D RUNTIME Version: 3.0B44-D But when I pick the phone up I get: ggdbg>000001604 DIM: 0 DSP ERROR: Reason= DIM ERROR: State Timeout 000001604 DIM:
2010 Aug 28
1
star models
Hi, I am traying to implement an STAR model, but I have some problems. I am following the instruction of the model, that they are in: http://bm2.genes.nig.ac.jp/RGM2/R_current/library/tsDyn/man/star.html that they are from: http://bm2.genes.nig.ac.jp/RGM2/pkg.php?p=tsDyn The model is: star(x, m=2, noRegimes, d = 1, steps = d, series, rob = FALSE, mTh, thDelay, thVar, sig=0.05, trace=TRUE,
2011 Oct 01
1
Fitting 3 beta distributions
Hi, I want to fit 3 beta distributions to my data which ranges between 0 and 1. What are the functions that I can easily call and specify that 3 beta distributions should be fitted? I have already looked at normalmixEM and fitdistr but they dont seem to be applicable (normalmixEM is only for fitting normal dist and fitdistr will only fit 1 distribution, not 3). Is that right? Also, my data has 26
2010 Jul 05
2
repeated measures with missing data
Dear R help group, I am teaching myself linear mixed models with missing data since I would like to analyze a stats design with these kind of models. The textbook example is for the procedure "proc MIXED" in SAS, but I would like to know if there is an equivalent in R. This example only includes two time-measurements across subjects (a t-test "with missing values"), but I
2010 Apr 14
2
GAMM : how to use a smoother for some levels of a variable, and a linear effect for other levels?
Hi, I was reading the book on "Mixed Effects Models and Extensions in Ecology with R" by Zuur et al. In Section 6.2, an example is discussed where a gamm-model is fitted, with a smoother for time, which differs for each value of ID (4 different bird species). In earlier versions of R, the following code was used BM2<-gamm(Birds~Rain+ID+
2006 Aug 30
1
Xen on AM2 nForce 590 (Asus M2N32-SLI Deluxe)
While I wait for the Xen 3.0 Test CD to download, has anyone has luck using an Asus M2N32-SLI Deluxe motherboard (NVIDIA nForce 590 SLI MCP chipset)? The CPU is an AMD Athlon64 X2 3800+ AM2 w/ 2GB DDR2 533. The motherboard mostly works under Gentoo using kernel 2.6.18 with the "noapic" kernel boot option in my grub.conf file. The only major issue with the Gentoo kernel
2016 Mar 05
2
[Bug 1054] New: SYNPROXY
https://bugzilla.netfilter.org/show_bug.cgi?id=1054 Bug ID: 1054 Summary: SYNPROXY Product: nftables Version: unspecified Hardware: x86_64 OS: All Status: NEW Severity: enhancement Priority: P5 Component: kernel Assignee: pablo at netfilter.org Reporter:
2007 Apr 24
1
cpuspeed on centos 5
It appears as cpuspeed is not running on my centos 5 box(s). One is a biostar motherboard Am2 6400+ the other is Asus am2 4800+. If I do "service cpuspeed stop" it says OK, If I do a "service cpuspeed start" is says OK. However at no time is cpuspeed running. /proc/cpuinfo only shows the cpu running at 1000 Mhz. If I manually run "cpuspeed -C & " I now have
2011 Feb 02
2
clustering with finite mixture model
Dear R-help, I am doing clustering via finite mixture model. Please suggest some packages in R to find clusters via finite mixture model with continuous variables. And also I wish to verify the distributional properties of the mixture distributions by fitting the model with lognormal, gamma, exponentials etc,. Thanks in advance,  warm regards,Ms.Karunambigai M PhD Scholar Dept. of Biostatistics
2009 Apr 30
1
finite mixture model (2-component Weibull): plotting Weibull components?
Dear Knowledgeable R Community Members, Please excuse my ignorance, I apologize in advance if this is an easy question, but I am a bit stumped and could use a little guidance. I have a finite mixture modeling problem -- for example, a 2-component Weibull mixture -- where the components have a large overlap, and I am trying to adapt the "mclust" package which concern to normal
2007 Sep 19
1
CRAN mirror for R in India: new one at WBUT, how do we get listed in the CRAN website?
Dear All, Folks at the West Bengal University of Technology has set up a mirror to distribute R and associated packages. Here is the URL: http://mirror.wbut.ac.in/CRAN This will be helpful for R users in South Asia and the adjoining countries. I have yet to see the site featured in the CRAN list of mirrors. What needs to be done? For those of you who are impatient and would like to give it a
2007 Dec 03
1
again on ubuntu 7.10 and amd64
Hi there, this is my first post to the list. I'm a newcomer to the linux world. I started using it on a regular basis on May and I must say I'm quite comfortable with it, even if I have to re-learn a lot of things. But this is not a problem, I will improve my knowledge with time. My main problem now is that I bought myself a new computer (described at the end of this e-mail) and I was
2006 Dec 06
2
MWI across multiple servers
Been working fine for us so far. -----Original Message----- From: Andrew Joakimsen [mailto:joakimsen@gmail.com] Sent: Wednesday, December 06, 2006 6:33 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] MWI across multiple servers How well would NFS work in this situation? On 12/6/06, Porier, Jeremy M. < jporier@ccu.edu> wrote: We are about to