Displaying 20 results from an estimated 1000 matches similar to: "lda on curves"
2002 Nov 05
2
Canonical variates
Hi,
Does anybody know some package or function that computes
canonical variates?
Luis & Janete
--------------------------------------------
sapo.pt/kitadsl
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the
2005 Jul 22
1
virtual routing issue
A most puzzling network conundrum has arisen while I was attempting to
create a virtual network behind a virtual router which in turn connects the
virtual network to my real network.
My machine (192.168.103.23) is on the network with my router
(192.168.103.1). The virtual router, tiara, has to connect my
192.168.103.* network with the virtual 10.0.0.* network which comprises two
other virtual
2004 Apr 16
2
Masked help page
Hi list,
not really a problem to solve but a strange unwanted behavior (at least I
do not like it):
I'm loading
library(multiv)
to use sammon.
Later I load
library(MASS)
which tells me that sammon is masked now, because
there is also a MASS version of sammon.
Since I believe that the MASS version is at least as good as the multiv
version, I would also use the MASS version, but
help(sammon)
2004 Apr 08
2
How to draw a tree?
Hi,
I have run rpart to construct a regression tree. Is there any simple
method to draw a nice picture of it, as it is usually done in books and
paper to visualize the tree?
Thank you,
Christian
***********************************************************************
Christian Hennig
Fachbereich Mathematik-SPST/ZMS, Universitaet Hamburg
hennig at math.uni-hamburg.de,
2002 Aug 07
2
cluster-analysis and NA's
Hi,
exist a special cluster-analysis algorithms
which can work with NA's.
a further "problem" is that i want cluster
variables not cases to identify special variable-set's.
Is it a common way turn the data.frame and use
kmeans,because this works with NA's, or have anybody another
method for finding "variable-sets" , with exception of factor analysis.
thanks for
2002 Feb 01
3
matrix with ncol=1
Hello list,
I try to optimize some R code and it turns out that the function as.matrix
takes a lot of time in my code. There is only one reason why I need
as.matrix: My code should work for matrices with ncol=p and p should be
allowed to be 1 or larger.
Now I have a matrix x with dim(x)=(n,p), and
I need to work with the submatrix y <-x[gv,], (gv a vector of
n logicals) and to calculate
2003 Feb 06
1
svm
Hello list,
I want to apply svm from library e1071, and I want to supply class weights.
I do not really understand the help entry (and there is no example)
class.weights: a named vector of weights for the different classes,
used for asymetric class sizes. Not all factor levels have to
be supplied (default weight: 1). All components have to be
named.
I have two
2013 Dec 17
2
(newb) Installing on windows w/Eaton 5110.
I like to think of myself as reasonably intelligent when it comes to
systems (MS in Comp Sci, albeit a few hundred moons ago), but I seem to
be missing something when it comes to installing NUT on a 64 bit windows
XP system.
I downloaded and attempted it install but the installer said I needed
to install libusb manually. So I went and grabbed that, unpacked the
ZIP file and ran the
2013 Dec 19
0
(newb) Installing on windows w/Eaton 5110.
On Dec 17, 2013, at 12:45 PM, Bruce Bowler wrote:
> upsdrvctl stop and start don't complain...
>
> ------------
> C:\Program Files (x86)\NUT\bin>upsdrvctl stop
> Network UPS Tools - UPS driver controller 2.6.5-3723:3731M
>
> C:\Program Files (x86)\NUT\bin>upsdrvctl start
> Network UPS Tools - UPS driver controller 2.6.5-3723:3731M
>
> C:\Program Files
2003 Apr 23
1
clustering
Dear R-users,
I have a two - dimensional data set which needs to be clustered into
groups:
I'm searching for groups of points which show a positive
correlation (in a twodimensional plot of the data set), but I do not have
any knowledge about how many groups there might be.
Do you know of a clustering algorithm in R (or
in general) which can use a-priori information about the cluster's
2002 Aug 06
1
Rd: more than one list
Dear group,
I would like to document more than one function on one help page using the
Rd language. I tried something like
\value{
\code{foo1} returns a list with components
\item{arg1}{Argument 1}
\item{arg2}{Argument 2}
\code{foo2} returns a list with components
\item{arg3}{Argument 3}
\item{arg4}{Argument 4}
}
Unfortunately this makes the text
"\code{foo2} returns a list
2005 Feb 21
4
49 histograms on one page
Hi,
I want to do something like this:
par(mfrow=c(7,7))
for (i in 1:49)
hist(RATDACOM[SUBJNO==i],breaks=0.5+(0:6),
main="",xlab="",ylab="",xaxt="n",yaxt="n")
(Don't think about what RATDACOM and SUBJNO are.)
I get an error
Error in plot.new() : Figure margins too large.
36 histograms with mfrow=c(6,6) work.
But the 36 histograms
2005 Sep 29
5
Regression slope confidence interval
Hi list,
is there any direct way to obtain confidence intervals for the regression
slope from lm, predict.lm or the like?
(If not, is there any reason? This is also missing in some other statistics
softwares, and I thought this would be quite a standard application.)
I know that it's easy to implement but it's for
explanation to people who faint if they have to do their own
programming...
2005 Jan 17
3
How do I format something as "0.000"?
Hi,
I would like to use the format function to get numbers all with three
digits to the right of the decimal point, even in cases where there is no
significant digit left. For example, I would like to get
c(0.3456789,0.0000053) as "0.346" "0.000".
It seems that it is not possible to force format to print a "0.000", i.e.
without any significant decimal places.
Is it
2003 Jan 30
2
Validation of clustering
Hi,
I'm using the library cluster to cluster a set of figures (method CLARA).
Somebody that it work with clustering would know informs what I make to
evaluate the clustering?
Tks VM,
Francisco.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Francisco JĂșnior,
Computer Science - UFPE-Brazil
"One life has more value that the
world whole"
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2003 Oct 07
4
Installing R with all packages
Hi,
I want R to be installed on a UNIX network (Solaris). I am not the system
administrator and so I cannot do it myself.
The system administrator wants to know which packages I want, and it may be
a lot.
Is there an easy way to download and install all packages at once?
Is it a good idea? (There is a good chance that I do not need the some
few packages that do not install well during such a
2008 Jun 13
3
cluster.stats
Dear list,
I just tried to use the function cluster.stat in the package fpc.
I just have a couple of questions about the syntax:
cluster.stats(d,clustering,alt.clustering=NULL,
silhouette=TRUE,G2=FALSE,G3=FALSE)
1) the distance object (d) is an object obtained by the function dist() on
my own original matrix?
2) clustering is the clusters vector as result of one of the many clustering
methods?
2003 Mar 07
1
Cluster analysis
Hello,
I would like to calculate a cluster analysis and I use the function 'hclust'.
I have seen the GRAPHICAL results of this function with 'plot'.
I would like to analyse this cluster but I don't know how to see the NUMERICAL results of each
step of this cluster like:
- R Squared
- Pseudo F
- Pseudo t**2
Thank you for any help,
Pierre-Olivier Chasset
=====
Pierre-Olivier
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
2003 Feb 27
2
qda plots
Hi,
I have been using some of the functions in r for classification purposes,
chiefly lda, qda, knn and nnet.
My problem is that the only one I can figure out how to represenent
graphically is lda (using plot.lda). I have tried 'fooling' this function
into accepting qda input for plotting but to no avail. I wonder if you have
any suggestions?
Thanks alot,
Anne Marie Power
Marine lab.