Displaying 20 results from an estimated 800 matches similar to: "Package for variable clustering"
2002 Apr 22
1
Goodness-of-fit
Hi,
I want to perform goodness of fit test for multinominal distribution. The
easiest way would be to use Chi2, but the measurment errors are not
normally distributed. I thought about using some bootstraping method to
perform the analysis. How can I do it in R?
Tomek
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2001 Nov 28
2
Why are looping variables not local?
Hello,
I've had a quick look on the list and can't find an answer to this niggle.
Whilst debugging some code, I noticed that looping variables in R are not
local to the loop as seams common in procedural languages.
For example consider the following piece of code:
for(i in 1:3){
cat(i,"")
for(i in c("a","b","c")){
cat(i,"")
2000 Dec 22
2
factor analysis
I have put a preliminary version of factanal in a package at
http://www.stat.ox.ac.uk/pub/R/fa_0.1-1.tar.gz
and would appreciate feedback. In particular
1) What else you might want. Please give precise references with
algorithmic details, as that has been a major problem for me.
2) Some convincing examples of factor analysis. Most (literally) of the
ones I have looked at are local maxima, not
2003 Oct 15
2
Solaris 2.9
I've compiled the 1.8.0 R on Solaris 2.9 and when trying to use
plot command I get the Bus error and a core dump. Anybody experienced
something like this? If yes, what should I patch?
Janusz.
[[alternative HTML version deleted]]
2001 Sep 03
8
mixture distributions
Dear List,
I am looking for a possibility to fit a mixture model under R using
maximum likelihood estimation.
Venables and Ripley describe a solution working under S+ (in MASS, 3. ed.,
p. 263) which requires the D system function and deriv3. This solution does not
seem to be portable to R or at least I do not realise how.
Is there anyone who
a) knows how one could make the MASS-method run under
1998 Jun 06
0
Strange Error on AIX
>>>>> "Janusz" == Janusz Kawczak <jkawczak@fisher.stats.uwo.ca> writes:
[You wrote to "owner-r-help@...." -- that's just me (MM);
why did you not use the mailing list ? (R-devel or R-help)]
Janusz> Hello, I am getting this 'strange' message when running the R
Janusz> program on AIX 4.2.1. I have not had any problems with the
2002 Dec 06
6
fast code
Hello,
I have two vectors x1 and x2 both in increasing order.
I want to select the x1[j]th entry which is the max min of the x2[i]th
entry. I can do this using if and for statements but is there a quick way
to do it without running a loop?
Thank you in advance,
Pantelis
1998 Jan 08
1
No subject
Is there anyone who succeeded in installing R-0.61 on a IBM RISC/6000
under AIX?
Juergen.
=======================================================================
Juergen Dippon Mathematisches Institut A, Universitaet Stuttgart
Pfaffenwaldring 57, 70569 Stuttgart
1997 Apr 17
2
R-beta: R: CART
Has anybody ported the Classification and Regression Trees package to R?
Stefano
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch
1999 Mar 03
4
xfig device
Hi, I am VERY interested in getting the xfig driver so that I can edit
graphical output from R. Searching through the mail archives and reading
documentation isn't helping. Is there or isn't there a working driver for
this purpose. How can I get it? I tried looking at the development version
of the tarballs, but I didn't find anything that looked promising in there.
Also, does
2002 Nov 27
0
Job Posting in Biostatistics/Statistics
This may be of interest to some of you.
Janusz Kawczak.
Associate Professor in Biostatistics or Statistics
The Department of Mathematics is soliciting applications for the tenure
track position of Associate Professorship in BioStatistics or Applied
Statistics, beginning August 2003. Demonstrated prior experience in
multidisciplinary medical or health related funded research is required.
Expected
2011 Oct 07
1
R equivalent of proc varclus
Dear List
What is the R package equivalent of Proc Varclus or Information Value. ANy
assistance in determining R equivalents of f Oblique Component Analysis
(PROC VARCLUS), Information Value
(IV) and Weight Of Evidence (WOE) analysis, and business intelligence
http://www.nesug.org/proceedings/nesug06/an/da23.pdf
Regards,
Ajay
Websites-
http://decisionstats.com
[[alternative HTML version
2008 Feb 08
2
R version of SAS Proc Varclus
I am interested in finding an R version of SAS "Proc Varclus". SAS's Proc Varclus implements an oblique cluster analysis based on principal components. How can I find out if R has a package that runs the same algorithm implemented in SAS "Proc Varclus"?
Thank you,
Mary Helen Black
__________________________
Mary Helen Black, M.S.
Keck School of Medicine of USC
2013 Feb 04
1
Subfolders problem
I have moved from dovecot 1.x to 2.x and I have big problem with
subfolders.
When I'm moving subfolder with other subfolders is moving only main
subfolder, without subfolders, example :
mail-storage-1 /var/vmail/home/adamskitest/mdbox/mailboxes # find | egrep
-e "janusz|jarek"
./jarek
./jarek/dbox-Mails
./jarek/dbox-Mails/dovecot.index.log
./jarek/jarek2
./jarek/jarek2/dbox-Mails
2010 Nov 07
1
varclus in Hmisc vs SAS PROC VARCLUS
Hi,
I'll apreciate your guidance on how can I re-create the output from SAS PROC
VARCLUS in R. I've found the varclus function in Hmisc. However, is it
possible to use that function to compute for each variable the 1-R**2 ratio
(this is the ratio of 1 minus the R-squared with Own Cluster to one minus
the R-squared in the Next Closest cluster)?
Thanks in advance for any help,
Lars.
2001 Aug 01
2
clustering question ... hclust & kmeans
I am using R 1.3.0 on Windows 2000.
For an experiment, I am wanting to find the most diverse 400 items to
study in a possible 3200 items. Diversity here is based on a few
hundred attributes. For this, I would like to do a clustering analysis
and find 400 clusters (i.e. different from each other in some way
hopefully). From each of these 400 clusters, I will pick a
representative. I expect
2011 Apr 09
2
Orthoblique rotation on eigenvectors (SAS VARCLUS)
Hi All,
I'd like to build a package for the community that replicates the output
produced by SAS "proc varclus". According to the SAS documentation, the
first few steps are:
1. Find the first two principal components.
2. Perform an orthoblique rotation (quartimax rotation) on eigenvectors.
3. Assign each variable to the rotated component with which it has the
higher
squared
2003 Feb 22
1
samba, win2k and logon scripts
Hi
I have experienced problem with logon scripts on win2k clients with Samba 2.2.3a as
PDC. It's just not run. WinNT 4.0 and Win9X clients don't show any problem.
My samba.conf:
[globals]
server string = Serwer
workgroup = HOME
lock directory = /var/run/samba
share modes = yes
load printers = no
client codepage = 852
character set = ISO8859-2
netbios name = GATE
1997 Apr 24
0
R-beta: Device: PostScript v. 0.49
On Wed, 23 Apr 1997, Janusz Kawczak Wrote:
>I have a problem with opening the postscript device in the newly
>compiled R (v. 0.49). This problem was not present in 0.16.1 version.
>
>After entering:
><R>postscript("try.ps")
>I get:
>Error in device("postscript", as.character(c(file, paper, family, bg, : unable
>to start device postscript
>
2001 Nov 28
0
Similar to NUOPT package in R
From: Prof Brian Ripley [mailto:ripley at stats.ox.ac.uk]
> On Wed, 28 Nov 2001, Janusz Kawczak wrote:
>
> > R-users and R-developers:
> >
> > do you know of any package in R (or for R) that can perform
optimizations
> > for a linear and non-linear systems? I am aware of the NUOPT module in
> > S-Plus that provides an optimizer engine to do just that and more.