search for: chasset

Displaying 4 results from an estimated 4 matches for "chasset".

Did you mean: charset
2003 Mar 07
1
Cluster analysis
...nction '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 Chasset 41, rue de la course F-67000 Strasbourg Phone: +33 3 88 32 06 42
2011 Jan 14
2
bug in qplot (library ggplot2)
Hello, this following code give a nice png: /library(ggplot2) i <- 1 png(file=paste('test ',i,'.png',sep='')) qplot(carat, data=diamonds, fill=color,geom='histogram')+scale_y_continuous(i) dev.off() / I would like to get more files, but the following code doesn't make any file: /library(ggplot2) for (i in 1:2) { png(file=paste('test
2013 May 17
0
[R-pkgs] Probabilistic neural network (PNN)
...has the main advantage to begin generalization instantaneously even with a small set of known observations. It is delivered with four functions - learn, smooth, perf and guess - and a dataset. The functions are documented with examples and provided with unit tests. Continue reading at http://flow.chasset.net/r-pnn/ Have a good week-end, Pierre-Olivier Chasset _______________________________________________ R-packages mailing list R-packages@r-project.org https://stat.ethz.ch/mailman/listinfo/r-packages
2013 May 17
0
Probabilistic neural network (PNN)
...has the main advantage to begin generalization instantaneously even with a small set of known observations. It is delivered with four functions - learn, smooth, perf and guess - and a dataset. The functions are documented with examples and provided with unit tests. Continue reading at http://flow.chasset.net/r-pnn/ Have a good week-end, Pierre-Olivier Chasset _______________________________________________ R-packages mailing list R-packages at r-project.org https://stat.ethz.ch/mailman/listinfo/r-packages