Displaying 2 results from an estimated 2 matches for "mystars".
Did you mean:
mystart
2012 Oct 12
0
Creating a correlation matrix with significance levels
...008/04/beautiful-correlation-tables-in-r.html
<http://myowelt.blogspot.de/2008/04/beautiful-correlation-tables-in-r.html>
corstarsl <- function(x){
require(Hmisc)
x <- as.matrix(x)
R <- rcorr(x)$r
p <- rcorr(x)$P
## define notions for significance levels; spacing is important.
mystars <- ifelse(p < .001, "***", ifelse(p < .01, "** ", ifelse(p < .05, "*
", " ")))
## trunctuate the matrix that holds the correlations to two decimal
R <- format(round(cbind(rep(-1.11, ncol(x)), R), 2))[,-1]
## build a new matrix that includes t...
2001 Mar 11
1
MS SQL with Linux through Samba
Hello there,
I would like to implement an LVS in my organization. The topology is as follows:
(i) On the highest level, there is a storage (possibly RAID5) which will store all my databases of images and important information. (LINUX)
(ii) Under it, I will want to have a load-balancer and 2 servers (one as FOS) to handle the clients' requests. (LINUX)
(iii) Below the 2 servers, I have to