search for: faculty

Displaying 20 results from an estimated 5580 matches for "faculty".

2002 Aug 20
2
weighting means
Hi everyone, I've got a dataframe called 'faculty'. I want to do a weighted mean on the column called 'Q8' weighted by the contents of column 'CETP'. In addition, I need to operate on the result of splitting 'faculty' according to the contents of a column 'FACULTY'. For example > lapply(split(faculty$Q8, fac...
2008 May 06
1
FETCH for mailbox INBOX UID 5003 got too little data: 5369 vs 38919
...sername/Maildir/dovecot/private/indexes/.INBOX/dovecot.index.cache: Broken virtual size for mail UID 5003 Apr 15 11:38:52 boomhauer dovecot: IMAP(username): Disconnected: Disconnected bytes=139/145074 >From dovecot-uidlist: 5003 W38919 S38270 :1208208981.7303_0.hill:2,S -rw------- 1 username faculty 5236 Apr 14 17:36 1208208981.7303_0.hill:2,S # ls -l .snapshot/*/1208208981.7303_0.hill* -rw------- 1 username faculty 5236 Apr 14 17:36 .snapshot/hourly.0/1208208981.7303_0.hill:2,S -rw------- 1 username faculty 5236 Apr 14 17:36 .snapshot/hourly.1/1208208981.7303_0.hill:2,S -rw------- 1...
2007 Oct 08
0
shared object for Rmpi
Dear R yet again! I finally got the Rmpi package to install! Yay!. However, when I go into R to use it, there is an error with the dyn.load file. This should be simple (allegedly). Please help. Thanks, Sincerely, Erin mailto: hodgess at gator.uhd.edu /home/faculty/hodgess/R-2.6.0/bin [hodgess at gator bin]$ ./R CMD INSTALL Rmpi_0.5-4.tar.gz --configure-args=--with-mpi=/home/faculty/hodgess * Installing to library '/home/faculty/hodgess/R-2.6.0/library' * Installing *source* package 'Rmpi' ... checking for gcc... gcc checking for C compiler de...
2006 Feb 11
1
Singularize and Pluralize of the word Faculty
I am have problems with one of my model''s call Faculty... my models name is Faculty so the database should be called faculties right? Has there been documented problems with words ending in ''y''? Thanks for your help. John Kopanas http://www.kopanas.com ===================================================================== http...
2006 Feb 15
10
STI Question
Hi everyone, I have 3 types of people (for now): Staff Faculty Students To break them up into classes, but keep them in the same People table, I''ve broken them up like so (code and ''ends'' snipped): class Person < ActiveRecord::Base class Employee < Person class Staff < Employee class Faculty < Employee class Student &lt...
2013 Jun 06
1
Shared drives not writeable
I am running Samba 3.6.6 on a Ubuntu 12.10 Samba domain member server. Users are authenticated against a Samba DC running 3.6.9 over an LDAP backend. I have a share configured as show below. Members of the 'staff-faculty' group can browse the share, but cannot write files to any subdir for which they are not the owner. It appears that the only reason they can read/traverse is because of o::r-x. What I am looking for is a share where any member of the group may rw, but the various users retain ownership of the...
2002 Aug 22
1
combining output from several operations
...lete below is that I need the describe function (from the Hmisc library) to give me the standard deviation as well as the mean. Is it possible to do that without modifying the describe function directly? I'd be glad to hear any suggestions from the R gurus on the list. -Tim > lapply(split(faculty$Q8, list(faculty$TWOYROR4, faculty$FACULTY)), describe) $"2.1" X[[1]] n missing unique Mean 47 0 3 3.362 3 (38, 81%), 4 (1, 2%), 5 (8, 17%) $"4.1" X[[2]] n missing unique Mean 147 0 5 1.837 0 1 2 3 4...
2004 Jan 13
1
SMB Signature verification failed on incoming packet
...incoming packet!" I start the command, and it happily runs for about 3 minutes and then... [2004/01/13 17:39:21, 0] libsmb/clientgen.c:cli_receive_smb(121) SMB Signature verification failed on incoming packet! [2004/01/13 17:39:21, 0] client/clitar.c:do_atar(698) Error reading file \home\faculty\bryant\bryantback-brblt\Images\backups\backup20011126.zip : Server packet had invalid SMB signature! [2004/01/13 17:39:21, 0] client/clitar.c:do_atar(733) Didn't get entire file. size=50316714, nread=46322640 [2004/01/13 17:39:21, 0] client/clitar.c:do_atar(654) Server packet had invalid SM...
2005 Jul 09
2
A shared space between students and their teacher !!!
Hi all, Last week I implemented samba a sa file server and domain controller for more than 150 computers (Win 2000 and XP). Everything is working just fine. However, computer science faculty wanted a share for each course in which students can upload their homework once done and teacher download them for correction. Yet, students can have the right to write on that share but not delete the work of other students. I did a test and works fine but students' work are delete-able by ot...
2002 Jun 25
4
re: GUI's for teaching
Dear All, This is a question to sound out possibilities. I am with the Faculty of Natural and Agricultural Sciences at the University of Western Australia, representing a few of the more statistically minded in the faculty. Essentially, there have been problems in the past with software support, changing over statistical software, and paying lots of money for it. In R you hav...
2007 Jul 20
3
binned column in a data.frame
...ike to know how can I create a binned column in a data.frame. The output that I would like is something like this: Start Binned_Start 1 0-5 2 0-5 6 5-10 8 5-10 13 10-15 ... Best regards João Fadista Ph.d. student UNIVERSITY OF AARHUS Faculty of Agricultural Sciences Dept. of Genetics and Biotechnology Blichers Allé 20, P.O. BOX 50 DK-8830 Tjele Phone: +45 8999 1900 Direct: +45 8999 1900 E-mail: Joao.Fadista@agrsci.dk <mailto:Joao.Fadista@agrsci.dk> Web: www.agrsci.org <http://www.agrsci.org/> ______________...
2006 Feb 11
2
Migrations and Unintialized Constants Error
...end Note.create_versioned_table The same thing happens with: create_table :faculties do |t| t.column :id, :integer t.column :school_id, :integer t.column :name, :string t.column :created_at, :datetime t.column :updated_at, :datetime end Faculty.create :school_id => 1, :name => "Faculty of Engineering and Computer Science" Anyone can give me some insight into my problem please :-) Would be greatly appreciated :-). Your Friend, John Kopanas http://www.kopanas.com ======================================================...
2007 Mar 23
2
concatenate 2 data.frames
...lues from one data.frame and then the values from a second data.frame would came after in this new data.frame. Thanks in advance. Med venlig hilsen / Regards João Fadista Ph.d. studerende / Ph.d. student AARHUS UNIVERSITET / UNIVERSITY OF AARHUS Det Jordbrugsvidenskabelige Fakultet / Faculty of Agricultural Sciences Forskningscenter Foulum / Research Centre Foulum Genetik og Bioteknologi / Dept. of Genetics and Biotechnology Blichers Allé 20, P.O. BOX 50 DK-8830 Tjele Tel: +45 8999 1900 Direct: +45 8999 1900 Mobile: +45 E-mail: Joao.Fadista@agrsci.dk <mailto:Joao.Fad...
1999 Jun 01
1
setting permissions...
...ed the samba archived but found little information on the topic related to setting permissions. i wanted to have this effect on a share -- SHARE: [answers] | +--- 1 ---+-- date1 | | | +-- date2 | +--- 2 ---+-- date1 | +-- date2 GROUPS: faculty, students PATH: /home/samba/shares/answers ../answers/ (faculty can create subdirectories, files, etc. but no write access to students) ../answers/1 (faculty can create subdirectories, files, etc. but no write access to students) ../answers/1/date (faculty can create subdirectories, file...
2007 Jul 18
2
remove columns having a partial match name
...delete all columns that have the name starting with "Start". I´ve tried to do this but it doesn´t work: > DATA_OK <- DATA[,-match(("Start*"),names(DATA))] > dim(DATA_OK) NULL Thanks in advance. Best regards João Fadista Ph.d. student UNIVERSITY OF AARHUS Faculty of Agricultural Sciences Dept. of Genetics and Biotechnology Blichers Allé 20, P.O. BOX 50 DK-8830 Tjele Phone: +45 8999 1900 Direct: +45 8999 1900 E-mail: Joao.Fadista@agrsci.dk <mailto:Joao.Fadista@agrsci.dk> Web: www.agrsci.org <http://www.agrsci.org/> ______________...
2007 Oct 08
0
another try with Rmpi on Linux
Dear R People: Here are my latest attempts for Rmpi: This is the list of locations for mpi.h: /home/faculty/hodgess/mpich2-1.0.5p4/src/include/mpi.h /home/faculty/hodgess/include/mpi.h /home/faculty/hodgess/lam-7.1.4/romio/adio/sgi/mpi3.1/mpi.h /home/faculty/hodgess/lam-7.1.4/share/include/mpi.h /usr/src/linux-2.4.21-20.EL/drivers/addon/fusion_20505/lsi/mpi.h /usr/src/linux-2.4.21-20.EL/drivers/addon/fus...
2009 Jul 09
6
Active Directory Integration Problems
Hello everyone, I have setup Samba 3.0.28a on an Ubuntu 8.04 server. The setup that I am working with is an exact copy (as far as I can tell) if an identical installation that I did on a test box. Kerberos is setup and working properly. I can use kinit to issue tickets. The box has been successfully joined to the Active Directory domain. I can enumerate AD users and groups. I can log
2008 Apr 08
4
permutation test assumption?
...l, Can I do a permutation test if the number of individuals in one group is much bigger than in the other group? I searched the literature but I didin´t find any assumption that refers to this subject for permutation tests. Best regards João Fadista Ph.d. student UNIVERSITY OF AARHUS Faculty of Agricultural Sciences Dept. of Genetics and Biotechnology Blichers Allé 20, P.O. BOX 50 DK-8830 Tjele Phone: +45 8999 1900 Direct: +45 8999 1900 E-mail: Joao.Fadista@agrsci.dk <mailto:Joao.Fadista@agrsci.dk> Web: www.agrsci.org <http://www.agrsci.org/> ______________...
2012 Nov 14
3
[LLVMdev] 3.2 Release has branched :T+2 hours
> I can't find any release_32 branch at http://llvm.org/git/llvm.git or http://llvm.org/git/clang.git. Unfortunately, this requires manual grafting, since git-svn does really bad job here. I'm going to work on this tonight. -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
2002 Jun 25
4
re: GUI's for teaching
...able to source() them later. Quite often you need to re-do an analysis, because you have new data, you want to change a parameter, fit new models, ... Emmanuel Paradis At 17:31 25/06/02 +0800, you wrote: >Dear All, > >This is a question to sound out possibilities. > >I am with the Faculty of Natural and Agricultural Sciences at the >University of Western Australia, representing a few of the more >statistically minded in the faculty. Essentially, there have been >problems in the past with software support, changing over statistical >software, and paying lots of money for...