search for: aof

Displaying 10 results from an estimated 10 matches for "aof".

Did you mean: af
2007 Feb 09
1
Help in using multcomp.
Hi All, I am trying use 'multcomp' for multiple comparisons after my ANOVA analysis. I have used the following code to do ANOVA: dat <- matrix(rnorm(45), nrow=5, ncol=9) f <- gl(3,3,9, label=c("C", "Tl", "T2")) aof <- function(x) { m <- data.frame(f, x); aov(x ~ f, m) } amod <- apply(dat,1,aof) Now, how can I use 'glht' for the above amod. I know that I cannot use simply glht(amod, linfct = mcp(f = "Dunnett")). Also, if I want to use Dunnett for comparing C vs (...
2003 Sep 05
2
stack overflow
...; invisible(options(echo = TRUE)) > sdata <- read.table("../../data/02-09-03/data.mtx", header=T, row.names=1) > infection <- gl(2,8,16, label=c("no infection", "infection")) > labor <- gl(2,4,16, label=c("no labor", "labor")) > aof <- function(x) { + m <- data.frame(infection, labor, x); + anova(aov(x ~ infection + labor + infection*labor, m)) + } > anovaresults <- apply(sdata, 1, aof) > pvalues <- data.frame(lapply(anovaresults, function(x) { x["Pr(>F)"][1:3,] })) Error: protect(): stack ov...
2011 Sep 19
1
regression summary results pvalues and coefficients into a excel
...;gene.csv", row.names=1, sep=',') 2) headshape <- c(0.575818, 0.573874, 0.525701, 0.548490, 0.685111, 0.592502, 0.566001, 0.563605, 0.637906, 0.578099, 0.588142, 0.383393, 0.561732, 0.456134, 0.430472, 0.603143, 0.514315, 0.53328, 0.482734, 0.637906) 3) morphtrait <- headshape aof<-function(x){m<-data.frame(morphtrait,x); summary(lm(morphtrait~x, m))} 4) regressionresults <-apply(sdata, 1, aof) 5) regpvalues <- data.frame(lapply(regressionresults, function(x){x["Pr(>|t|)"][1:2,]})) 6) write.table(t(regpvalues), file = "regression-resultsheads...
2016 Dec 20
1
Samba4 problem with Wndows Domain Trust
Hi Gaiseric, I have tried that, also in different variations. But the users and groups of DOMAIN_B keep invisible. Below the smb.conf in the meantime state. By the way: kinit works with both, users aof DOM_A and Users of DOM_B. [global] workgroup = DOM_A server string = Samba %v log file = /var/log/samba/log.%m max log size = 50 password server = * realm = INTRA.DOMAIN-A.DE security = ads server signing = auto encry...
2000 Mar 13
1
Install R1.0.0 (PR#485)
...rc/unix' make[2]: *** [R] Error 2 make[2]: Leaving directory `/afs/lsa.umich.edu/group/admin/software/build/R/R-1. 0.0/src/unix' make[1]: *** [R] Error 1 make[1]: Leaving directory `/afs/lsa.umich.edu/group/admin/software/build/R/R-1. 0.0/src' make: *** [R] Error 1 Please help. Lots aof thanks! *=======================================* * Lynn Zhang * * LS&A System Services Team * * lyzhang@umich.edu * *=======================================* -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mai...
2011 Jun 21
1
[nut-commits] svn commit r3048 - branches/nut-scanner/tools/nut-scanner
...@ -101,8 +101,12 @@ > dev->type = TYPE_SNMP; > dev->driver = strdup("snmp-ups"); > dev->port = strdup(session->peername); > - snprintf(buf,sizeof(buf),"\"%s\"", > - response->variables->val.string); > + /* get the name aof the device and add "" */ > + memset(buf,0,sizeof(buf)); > + buf[0] = '"'; > + memcpy(buf+1,response->variables->val.string, > + response->variables->val_len); > + buf[1+response->variables->val_len] = '"'; > add_option...
2014 Oct 15
3
Domain Controllers virtualized KVM
Hello to you all! We are implementing here at the University KVM virtualization for our servers and services and i was wondering if anyone virtualized domain cotrollers to KVM. Does anyone done this before? Any advice? -- Andry Michaelidou Papa | IT Systems Administrator|Department of Computer Science| University of Cyprus Tel: +357.22.892734 | Fax: +357.22.8927231 | http://www.cs.ucy.ac.cy
2005 May 30
4
TC Java GUI
Hello, i am writing a iproute2 java gui, and i just started. I would like to make some questions, since i have been using tc as an administrator, but not developing anything to do with it. 1.- I want to display statistics, create queues, etc... are there any libraries i can use, or simply i have to use system calls from java? 2.- Does anybody thinks this is helpless, or it is helpfull? 3.-
2012 Apr 27
1
Rconsole file fails to remember GUI settings, and script
Sorry, I don't use Windows... can't help there. It's customary to keep cc'ing the list on these sorts of things so someone with a more similar platform/ more expertise can take the issue up if needed. Maybe someone else will be able to help you out. Michael On Fri, Apr 27, 2012 at 9:05 AM, geo theory <geotheory1 at gmail.com> wrote: > Hi there > > Window 7. Sorry
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking