search for: mystar

Displaying 2 results from an estimated 2 matches for "mystar".

Did you mean: mystat
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...
2001 Mar 11
1
MS SQL with Linux through Samba
...st-effective. But, I will still have to retain the MS SQL Server since the application used on the lowest level requires this. Pls help and thanks in advance for your time. Sincerely, Sandra _________________________________________________________________________ Get Your Web-based E-mail from MyStar Mail at http://thestar.com.my