search for: utsc

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

Did you mean: tsc
2008 Mar 21
0
How to Package Extra Results to summary.lm
...s = sd(mod$model[,2:length(names(mod$model))]) sd.Y = sd(mod$model[,1]) coefs.in.sds = coefs[2:length(coefs)]/sd.Y std.betas = coefs.in.sds / (1/sds) std.betas } tolerance = function(model) # Dependent on car package { 1/vif(model) } http://www.utsc.utoronto.ca/~mdubins/summary2.R http://www.utsc.utoronto.ca/~mdubins/Tab15-1.dat > summary2(b) Call: lm(formula = Overall ~ Teach + Exam + Knowledge + Grade + Enroll) Residuals: Min 1Q Median 3Q Max -0.69991 -0.16245 0.01669 0.20511 0.82464 Coefficients:...
2006 Dec 15
2
Solaris NFS woes
...f things are running through them, so there shouldn't be anything wrong there. Suggestions, please? Thanks, John Harper ------------------------------------------------- Senior Systems Administrator Information and Instructional Technology Services University of Toronto Scarborough harper at utsc.utoronto.ca
2007 Apr 10
0
error creating subfolders
.... So it's a bit weird that everything works fine with the namespaces, except the one operation of creating the subfolder. John Harper ------------------------------------------------- Systems Manager Information and Instructional Technology Services University of Toronto Scarborough harper at utsc.utoronto.ca
2006 Dec 18
1
auto-detection of user mailbox type
...y to specify the details of the mbox configuration, but have dovecot instead use Maildir if that exists? Thanks, John Harper ------------------------------------------------- Senior Systems Administrator Information and Instructional Technology Services University of Toronto Scarborough harper at utsc.utoronto.ca
2007 Feb 09
1
auto-detection of user mailbox type - followup
...e/Maildir"; export MAIL else MAIL="mbox:$home/mail:INBOX=$home/.mail"; export MAIL fi Thanks, John Harper ------------------------------------------------- Senior Systems Administrator Information and Instructional Technology Services University of Toronto Scarborough harper at utsc.utoronto.ca
2014 Apr 23
1
core dump in mail_cache_header_fields_read()
We're seeing a core dump for a user connecting from IPHONE. The user mail are in NFS mount. # dovecot --version 2.2.12 # doveconf -n # 2.2.12: /etc/dovecot/dovecot.conf # OS: Linux 3.2.0-4-amd64 x86_64 Debian 7.4 auth_cache_negative_ttl = 0 auth_cache_size = 20 M auth_verbose = yes default_client_limit = 4000 default_process_limit = 1000 default_vsz_limit = 2 G director_mail_servers =
2007 Mar 05
3
Bug: mbox-sync-parse.c: line 228
[root at mail postfix]# dovecot --version 1.0.rc25 [root at mail postfix]# dovecot -n # /usr/local/etc/dovecot.conf ssl_cert_file: /usr/share/ssl/certs/dovecot.pem ssl_key_file: /usr/share/ssl/private/dovecot.pem login_dir: /usr/local/var/run/dovecot/login login_executable: /usr/local/libexec/dovecot/imap-login mbox_write_locks: fcntl auth default: passdb: driver: pam userdb: driver:
2006 Aug 14
2
lme() F-values disagree with aov()
I have used lme() on data from a between-within subjects experiment. The correct ANOVA table is known because this is a textbook example (Experimental Design by Roger Kirk Chapter 12: Split-Plot Factorial Design). The lme() F-values differ from the known results. Please help me understand why. d<-read.table("kirkspf2.dat",header=TRUE) for(j in 1:4) d[,j] <- factor(d[,j]) ### Make
2014 Apr 17
1
How to disable Director service?
Hi All, Does anyone know how to disable the Director service. In our current running Dovecot 2.2.4, if the director configuration is commented out and Dovecot has no errors nor warnings. But the version 2.2.12 I'm testing with gives out fatal errors. We have dedicated Dovecot Director servers that serve the public frontend and separate dedicated imap/pop3 servers on the backend
2006 Aug 03
3
between-within anova: aov and lme
I have 2 questions on ANOVA with 1 between subjects factor and 2 within factors. 1. I am confused on how to do the analysis with aov because I have seen two examples on the web with different solutions. a) Jon Baron (http://www.psych.upenn.edu/~baron/rpsych/rpsych.html) does 6.8.5 Example 5: Stevens pp. 468 - 474 (one between, two within) between: gp within: drug, dose aov(effect ~ gp * drug *