search for: ciu

Displaying 7 results from an estimated 7 matches for "ciu".

Did you mean: ci
2012 Mar 15
1
Bar graph with 2 Y axis
...o be able to add error bars as well). Data and  codes currently I am using is below.     ==================================================   means<-matrix(c(2.3, 2.0, 0.0, 3.0, 2.5, 40), nrow=2, byrow=TRUE) SEM<-matrix(c(0.3, 0.2, 0.0, 0.4, 0.3, 10), nrow=2, byrow=TRUE)   CIL<-means-SEM CIU<-means+SEM rname<-c("Gr1", "Gr2") cname<-c("day1", "day2", "day3") rownames(means)<-rname rownames(CIL)<-rname rownames(CIU)<-rname colnames(means)<-cname colnames(CIL)<-cname colnames(CIU)<-cname   library(gplots)      b...
2011 Aug 23
1
pMCMC and HPD in MCMCglmm
...egression by MCMCglmm (a very good package) obtaining the following results: Iterations = 250001:799901 Thinning interval = 100 Sample size = 5500 DIC: 10.17416 G-structure: ~ID_an post.mean l-95% CI u-95% CIeff.samp ID_an 0.7023 0.0001367 3.678 2126 R-structure: ~units post.mean l-95% CIu-95% CI eff.samp units 1 1 1 0 Location effects: febbreq~ as.factor(sex) post.mean l-95% CIu-95% CI eff.samp pMCMC (Intercept) -3.6332 -5.6136 -1.7719 3045 <2e-04 *** as.factor(sex)M -2.9959 -6.0690 0.1969 2628 0.0455 * --- Signif. codes: 0 ?***?0.001 ?**? 0.01 ?*? 0.05 ?.? 0.1 ? ? 1 As...
2003 Apr 16
2
barplot2
Hello, I get a nice looking barplot using the barplot2 function in the gregmisc package: body2 <- barplot2(hh3, beside = TRUE, col = c("mistyrose", "lightcyan"), .... cex.names = 1.0, plot.ci = TRUE, ci.l = cil, ci.u = ciu, plot.grid = TRUE) box() However, obviously I lose the collors when converting from ps to a pdf (outside of R) but I get a single shaded pattern! Is it my choice of collors? Or the conversion software I am using? Any help would be appreciated. TIA Marwan > R.version platform i3...
2005 Feb 08
1
Plotting estimated betas, standard error
Hello, I was wondering, is there a way to plot estimated betas and standard deviations that I've generated? Specifically, I have the following: A matrix of estimated betas (two different betas, 4 different simulations - categories). A matrix of estimated standard errors corresponding to each of those betas. I would like to plot the estimated beta, and make a confidence
2014 Aug 27
1
R, OSX, should creating SVGs request XQuartz
...Wun5jqgwY1YFnXblftuI5yN5Y1UybOqwfWKnO1367bS Bsw8Z4oXidTqblfvchDiyD1V/nfrm6f8BdAdi/sZZYh/jWB2vYNdgdVNGBi/R85O inVqZzxZ/KU30sV+HVW+H3d798m9mWwTtOA9hsO+bXYsxwYsVUhwSHaUACxN7bz3 vXN3C1zq7HvtsOOR+wMpMIrDvTgwx1MKpFUhbA7n8+acqh+nIkNttSS+I6SAA9EO gP//lBoFy57a5bU1U2vlmvqtWHfJKeIU3BDSchoLn+WUfTdaccKtfgk898lb+Ciu UIKOocWHrE8cIXUdk+7C6GyrVecZa4fe/LAid1NDbDRgK2Bi5vGeYydA+8OGJzlG K6m8fpme0mApOopsXrOLURlscY7829/TK9CrM9F+zHD8xm7cs330KHn650aiF0pB 2q2TifMU7Kxar1FiY+Uq =a93C -----END PGP SIGNATURE-----
2010 Mar 27
1
R runs in a usual way, but simulations are not performed
...ve(sigma),x) fixs <- function(sigma) crossprod(fi(sigma),xs(sigma)) sxfixs <- function(sigma) crossprod(xs(sigma),crossprod(fi(sigma),xs(sigma))) # zav?dza (ncol(z) x 1) vektor n?l, ktor? m? na i-tom mieste 1 ei <- function(i) { ei = rep(0,ncol(z)) ei[i] = 1 return(ei) } # zav?dza deriv?ciu dSIGMA/dalfa_i a zmie?an? deriv?ciu (dSIGMA^2)/(ddalfa_i*dalfa_j) # zav?dza maticov? s??in (sigma)^(-1)*dSIGMA/dalfa_i # zav?dza maticov? s??in (sigma)^(-1)*dSIGMA/dalfa_i*(sigma)^(-1) dsigma.dalphai_ADD <- function(i) { diag(as.vector(ei(i) %*% t(z)), nrow=nrow(z), ncol=nrow(z)) } dsigma.dalph...
2010 Jun 28
2
"forgot my password" feature
Hi, We have a mail server with the postfix/Squirrelmail/Dovecot(v.1.1.11) combination which we have user data on MySQL as virtual users. We have configured the SquirrelMail interface so that users can now change their own passwords. Is there any opensource solution to provide "self service password management" which would allow us to add the "I forgot my password. Lets reset