Displaying 20 results from an estimated 1000 matches similar to: "Library mclust in 64bit compiled R"
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
--------------------------------------------------
Tae-Hoon Chung
2004 Jul 06
2
ESS does not recognize installed libraries
Hi, all. Something strange happened to my ESS.
I use Mac OS X. When R is used in stand alone mode, it recognizes
external libraries like "affy", "e1071" etc.
However, when R is invoked through ESS in Emacs, it produces errors
like:
Error in library(affy) : There is no package called 'affy'
Interestingly, I remember I successfully used these libraries through
ESS in
2004 Jul 13
2
e1071 question: what's the definition of performance in t une.* functions?
Basically, the `Detail' section of ?tune says it all:
Details:
As performance measure, the classification error is used for
classification, and the mean squared error for regression. ...
Andy
> From: Tae-Hoon Chung
>
> Hi, all;
>
> Basically, the subject contains the all information I need to know.
> In e1071 library, there are functions to tune parameters.
2004 Jul 01
5
Absolute ceiling on R's memory usage = 4 gigabytes?
Hello. By way of background, I am running out of memory when attempting to normalize the data from 160 affymetrix microarrays using justRMA (from the affy package). This is despite making 6 gigabytes of swap space available on our sgi irix machine (which has 2 gigabytes of ram). I have seen in various discussions statements such as "you will need at least 6 gigabytes of memory to normalize
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 suggestions?
Tim
++++++++++++++++
2004 May 19
3
Web-application using R
Hi, all;
Our group is planning to develop a web-based analysis package with R. I
have some questions.
(1) Can we use R as a daemon-like way such that, after invoking R and
making it run in a kind of background mode, just put some R script into
R using some pipe-like mechanism and retrieve the result out of it?
(2) If this is possible, then how can we do it? If this is not
possible, then what
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 `mclust'
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/Express_Licenses/mclust.php
1.
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)))
best
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
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, "z")] else ans[orderedNames] :
argument is
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, "z")] else ans[orderedNames] :
argument is
2020 Jun 04
2
mclust package installation is preparing for lazy loading and never finishes
Hi,
After loading R 4.0.0 on Ubuntu 20.04.
R version 4.0.0 (2020-04-24) -- "Arbor Day"
Copyright (C) 2020 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()'
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 default is to use the
entire data set.
m2 is a
2005 Jan 03
2
Memory problem ... Again
Happy new year to all;
A few days ago, I posted similar problem. At that time, I found out that our
R program had been 32-bit compiled, not 64-bit compiled. So the R program
has been re-installed in 64-bit and run the same job, reading in 150
Affymetrix U133A v2 CEL files and perform dChip processing. However, the
memory problem happened again. Since the amount of physical memory is 64GB,
I think
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
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
2008 Oct 20
1
Mclust problem with mclust1Dplot: Error in to - from : non-numeric argument to binary operator
Dear list members,
I am using Mclust in order to deconvolute a distribution that I
believe is a sum of two gaussians.
First I can make a model:
> my.data.model = Mclust(my.data, modelNames=c("E"), warn=T, G=1:3)
But then, when I try to plot the result, I get the following error:
> mclust1Dplot(my.data.model, parameters = my.data.model$parameters, what = "density")
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
2007 Oct 03
1
FW: help with mclust
> No HTML this time. Sorry
Dear all,
I am attempting to model some one-dimensional data using Gaussian mixture model with mclust.? Generally, the data that I have have 3 overlapping populations (with one of them being the majority, and the other two combining to less than 15%) and for some reason, mclust consistently ignores the smaller peaks, giving me strange values for the means