search for: mclust

Displaying 20 results from an estimated 191 matches for "mclust".

Did you mean: hclust
2009 Jan 16
1
installing mclust and flexmix on linux
I've been trying to install some R packages such as mclust and flexmix on linux but have had the following error messages. > I've been trying to install mclust on my notebook which has linpus linux lite os and I have installed R as well as some packages all right. However, when I tried to install mclust, it gave me the following messages. Any sug...
2005 Jan 06
2
Segmentation fault while using Mclust function of mclust library in R-2.0.1
Hi, all; I got an unusual error while using mclust library 2.1-7 on R 2.0.1. When I tried to run Mclust(rnorm(100)), I got segmentation fault error. Does anyone know what causes this problem? I came across the same problem even when I tried to run the example shown in Mclust help using iris data. Thanks in advance, Tae-Hoon Chung -----------------...
2003 Aug 05
2
Error on mclust
Hi All, I am trying to cluster a one-dimensional data (see the file attached) using Mclust() but got an error message like: >Mclust(x) Error in rep(1, n) : Object "n" not found When I do a simulation sometimes it works sometimes doesn't. >Mclust(c(rnorm(50),rnorm(56,-0.5))) Error in rep(1, n) : Object "n" not found >Mclust(c(rnorm(56),rnorm(56,-0.5)))...
2001 Oct 31
2
seg fault with mclust
Howdy, I'm experiencing a segmentation fault when trying to load mclust.so from mclust-1.1-4. I'm using R-1.3.1 on RedHat 6.2, and `gcc --version` reports "egcs-2.91.66". Any ideas? -Andy Package install: > install.packages("mclust") [stuff omitted] Installing source package `mclu...
2006 Mar 22
5
install local packages
Hello all, I'm trying to install the local package under window system. Two ways I've tried: 1. using the menu"packages" "install package(s) from local zip files...". My .zip file is "mclust.zip". But it shows Errors which are: "Error in gzfile(file,"r"): unable to open connection In addition: Warning messages: 1.error -1 in extracting from zip file 2.cannot open compressed file 'mclust/DESCRIPTION' 2. using function "install.packages...
2011 Dec 09
1
mclust
While looking at someone's question on this list led me to the mclust package, and from there to its license. Excerpts: Except for strict academic use, use of MCLUST (by itself or through other packages) requires payment of an annual license fee and completion of a license agreement found at the following URL: http://depts.washington.edu/ventures/UW_Technology/Expr...
2005 Jul 19
1
Library mclust in 64bit compiled R
Hi, All; I tried to use library mclust in 64-bit compiled R 2.0.1 but failed. Installation went smoothly without any warning or error. However, when I tried to use them with the following simple code, it crashed. Library(mclust) Dat <- c(rnorm(20, mean=0, sd=0.2), rnorm(30, mean=1, sd=0.2)) Ind <- Mclust(dat, 1, 5)$classification...
2004 Jul 24
3
help(package)->sink()
I wanted to direct packageInfo to a file, so I could add comments, e.g., in MS Word. The following command stored the desired information in an object: mclustInfo <- help(package="mclust") Then "mclustInfo" displays it on my screen. To direct it to a file, I tried the following: sink("mclust.txt") mclustInfo sink() This sequence created an empty file "mclust.txt", while displa...
2020 Jun 04
2
mclust package installation is preparing for lazy loading and never finishes
...ADDRESS=C LC_TELEPHONE=C [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C attached base packages: [1] stats graphics grDevices utils datasets methods base loaded via a namespace (and not attached): [1] compiler_4.0.0 I try to install package `mclust`. R gets stuck when preparing for lazy loading: > install.packages('mclust') Installing package into ?/home/marc/R/x86_64-pc-linux-gnu-library/4.0? (as ?lib? is unspecified) trying URL 'https://cloud.r-project.org/src/contrib/mclust_5.4.6.tar.gz' Conte...
2003 Dec 18
3
mclust - clustering by spatial patterns
Dear All, I have spatial data (presence/absence for 4000 squares) on 250 bird species and would like to use a model-based clustering technique to test for species associations. Is there any way of passing a distance/correlation matrix to mclust as with hclust, rather than the actual data? Or alternatively, is there a way of getting mclust to handle binary data? I'd appreciate any suggestions! Cheers, Jarrod
2008 Jul 21
1
Mclust - which cluster is each observation in?
I'm trying to test a method of identifying individuals (birds) based on measured data (their calls). I have test data from known individual birds, and I am using the Mclust package to see if the program can correctly identify which calls come from different birds. So far, mclust has correctly ID'd the number of birds in the test data set (i.e., the correct # of clusters). However I also need to correctly assign each call to the right bird (i.e., data rows (calls...
2002 Oct 03
1
Newbie Q: Help with loading libraries in Mac OS X
I am trying to load two libraries (mclust and tcltk) in Mac OS X (10.1.5). My R version is 1.5.1 I have tried both the Carbon version and the Darwin command line version =, but I get the following errors: IN DARWIN: > library(mclust) Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library &quo...
2011 Sep 04
2
mclust: modelName="E" vs modelName="V"
Hi, I'm trying to use the library mclust for gaussian mixture on a numeric vector. The function Mclust(data,G=3) is working fine but the fitting is not optimal and is using modelNames="E". When I'm trying Mclust(data,G=3,modelName="V") I have the following message: Error in if (Sumry$G > 1) ans[c(orderedNames,...
2005 Mar 07
3
R crashes using the em function of package mclust (PR#7719)
Hi, I got the same problem like http://tolstoy.newcastle.edu.au/R/devel/04/11/1204.html R crashes when I use the em function from the mclust package on univariate data and on a special case on bivariate data (when the matrix is not provided as written in the manual). It seems as if the problem is the format of the data to be analyzed. Operating System: Windows XP (SP2) R version: R-2.0.1 The following example causes a crash of R: #...
2003 Nov 15
0
r 1.7.1, MacOS 9.2.2, mclust 2.0-2 (Update)
My previous messge to the list follows below this one. I found some garbage at the top of the file 'mclust' in the 'R' subdirectory of the package. I deleted that with BBEdit. The package appears to load properly now, although I have not really tested it. I am not sure to whom to report this. I downloaded the package twice, so this may be a problem with the version stored at C-RAN....
2011 Sep 03
2
mclust: modelNames("E") vs modelNames=("V")
Hi, I'm trying to use the library mclust for gaussian mixture on a numeric vector. The function Mclust(data,G=3) is working fine but the fitting is not optimal and is using modelNames="E". When I'm trying Mclust(data,G=3,modelName="V") I have the following message: Error in if (Sumry$G > 1) ans[c(orderedNames,...
2007 Jul 18
2
EM unsupervised clustering
...[5,] 1 0 1 1 0 0 [6,] 0 1 0 0 1 0 I use kmeans to find 2 or 3 clusters in this matrix k2 = kmeans(data, 2, 10000000) k3 = kmeans(data, 3, 10000000) but I would like to use something a bit more refined, so I though about a EM based clustering. I am using the Mclust() function from the mclust package, but I get the following (to me incomprehensible) error message: plot(Mclust(as.data.frame(data)), as.data.frame(data)) Hit <Return> to see next plot: Hit <Return> to see next plot: Hit <Return> to see next plot: Error in 1:L : NA/NaN argument...
2002 Feb 14
1
Subsets in mclust
Dear group, I want to use the mclust package on large data, and therefore I want to use a subset in the initial clustering phase. From help(mclust): k: If `k' is specified, the hierarchical clustering phase will use a sample of size `k' of the data in the initial hierarchical clustering phase. The d...
2003 Nov 15
0
r 1.7.1, MacOS 9.2.2, mclust 2.0-2
To Whom It May Concern: I am new to r and mclust, so this may be a silly question. It has also been a lot of years since I have used unix regularly. I have version 1.7.1 of r, precompiled for Classic Mac OS (I am running 9.2.2 on a PowerBook G4). I downloaded the precompiled version 2.0-2 of mclust for Classic MacOS. The implementation of r...
2009 Dec 07
1
Sweave and license message when loading mclust package
When loading mclust, it shows a license agreement message. This message shows up in my document when I use Sweave. I did the following: <<echo=FALSE,include=FALSE>>= library(mclust) @ Is this a problem with mclust, Sweave or with me? How can it be fixed? Thanks for any suggestions! Titus