search for: semester

Displaying 20 results from an estimated 248 matches for "semester".

2005 Dec 02
3
plot and factors
...arn a lot from on-line and printed documentation, but here's one question to which I can't find an answer. Well, it's a question with a couple parts. Thanks in advance for any direction (partial or complete) that anyone can provide. I have a data frame with three columns: Year, Semester, value1. I want to treat Year and Semester as factors; there are many years, and there are three semesters (Fall, Spring, Summer). First, I would like to be able to plot the data in this frame as Year v. value with one curve for each factor. I have been unable to do this. Is there any b...
2006 Apr 20
3
has_many :through with has_many/has_many join models
It seems that using a join model that joins with two has_many''s will fail to generate proper SQL class StudentSemesterRecord < ActiveRecord::Base belongs_to :semester has_many :discipline_records, :through => :semester end class Semester < ActiveRecord::Base has_many :student_semester_records has_many :discipline_records end class DisciplineRecord < ActiveRecord::Base belongs_to :semester en...
2009 Mar 06
9
Association broken when upgrading from rails 1.2.6 to 2.2.2
I have an app with the following models: course belongs_to :semester semester has_many: courses belongs_to :education education has_many :semesters In my old app (rails 1.2.6) I was able to access variables via controller @courses = Course.find(:all) view file: <% for course in @courses %> <%= course.name %> <- this line works <%= course.semes...
2005 Dec 05
1
data frames, na.omit, and sums
...bout when my academic department offered courses and their enrollments. The data frame looks something like sem year C1e C1s C2e C2s Fall 1991 10 2 NA NA Spring 1992 3 1 8 1 Summer 1992 NA NA 100 10 where C?e represents a specific course's enrollment that semester and C?s represents the number of sections of that course offered. The frame is filled with integers and NAs. The data frame is of medium size, with about 180 columns and 45 rows. I need to cull some basic information from this dataset such as: (1) total number of sections offered each seme...
2012 May 30
1
data frame to frequencies
I have a data frame that has columns Semester, Student ID (SID), Subject, Grade, Devel (Tor F). Students can have multiple records within a semester. Right now, the columns are not considered factors. I want to do an analysis that would show the number of students who received particular combinations of grades. I also need to distinguish bet...
2006 Apr 24
3
[O/T] undergrads and R
Dear R People: Are your undergraduate students receptive to learning R, as a rule? Most of the time, mine really like it. But this semester, they act as though they are being eaten by rats when learning R. They are not trying at all. Any similar experiences? If anyone has any good ideas, I would be THRILLED to hear them, as I am using R in Summer School. Thanks, Sincerely, Erin Hodgess Associate Professor Department of Computer an...
2008 Sep 10
2
using R for online course/distance ed
Hi R People! I'm going to be putting together a completely online undergrad business stats course (a second semester course) and was going to use R and Rcmdr. My question: has anyone else used R for an online course, please? If so, did it go well, please? Thanks in advance, Sincerely, Erin -- Erin Hodgess Associate Professor Department of Computer and Mathematical Sciences University of Houston - Downtown...
2010 Jun 29
3
generate irregular series of dates
...larly academic ones, So I'm creating a Microsoft Word template for myself so that every time I teach a new course, I don't have to enter in the dates manually for each class session. I'd like to use an R script that can generate an irregular series of dates starting from one date (semester begin) to another (semester end) using an irregular interval in between (Tuesdays and Thursdays, for example). I know that a regular series of dates is no problem, but what about an irregular series? Yours, Simon Kisss ********************************* Simon J. Kiss, PhD SSHRC and DAAD Post-D...
2001 Nov 19
3
installation on Mac OS X
Help ! I am a graduate student in statistics, nearing the end of my first semester, and recently discovered R, but cannot figure out how to install it on my Mac. I am currently running OS 10.1.1, and know next to nothing about Unix or anything related. I would like to install this program on my Powerbook, as it come highly recommended, so I can use it for a class next semes...
2005 Apr 24
1
random interactions in lme
Hi All, I'm taking an Experimental Design course this semester, and have spent many long hours trying to coax the professor's SAS examples into something that will work in R (I'd prefer that the things I learn not be tied to a license). It's been a long semester in that regard. One thing that has really frustrated me is that lme has an extreme...
2011 Mar 31
2
how to do t-test in r for difference of mean
I am trying to do t-test to test whether the mean of one one column of the data frame is greater then another. please help me out. -- Arkajyoti Jana M. Phil/ 2nd semester Centre for Economic Studies and planning School of Social Sciences Jawaharlal Nehru University New Delhi-67 [[alternative HTML version deleted]]
2005 Oct 31
2
pushing out files or installs
I've got 20 windows desktop machines in a lab on a samba network. Throughout the semester instructors usually find some software they want installed. Has anyone come up with a good way to push out files to all these machines? I've seen demos of software management in Windows 2003. Or any inexpensive commercial product for software management for networks that are not Windows AD? I...
2007 Jan 30
3
[LLVMdev] Are these projects still "open"?
Hi, I'm looking to do a semester-long course project involving LLVM. To avoid duplicating efforts, I wanted to know if the following projects (lifted off http://llvm.org/OpenProjects.html) are done with or are currently worked upon. Atleast I couldn't find evidence of these in the 1.9 sources. 1. Implement GVN-PRE, a p...
2013 Jan 04
2
New Version of R?
Dear R People: I'm not sure if I should be asking here or R-devel, but here goes: Will there be a new version of R coming out in the next few weeks, please? I'm setting up for the spring semester and want the students to have the latest version. Thanks very much, Sincerely, Erin -- Erin Hodgess Associate Professor Department of Computer and Mathematical Sciences University of Houston - Downtown mailto: erinm.hodgess at gmail.com
2006 Aug 02
4
College course on Ruby on Rails
...ificate which is designed for working professionals who want to upgrade their skills. I think that it is a sign of Rails'' growing maturity that I was able to propose this and work it through the college process. I''m very excited by what we will be able to accomplish during a full semester course. No more spend a month just getting everything installed! Woo Hoo! Here are some links that point to more details. The College: http://matcmadison.edu The LAMP Certificate: http://matcmadison.edu/matc/ASP/showprogram.asp?ID=3268 The Rails course: http://matcmadison.edu/matc/asp/showschedul...
2006 Dec 10
3
DOE teaching suggestions?
Dear R People: I will be teaching an undergraduate Design of Experiments class in the Spring Semester. It will be very much an applied course. My question, please: has anyone used R for a course like this, please? I've tried Rcmdr for a regression course and just plain command line for a time series course. Should I use Rcmdr, or teach them to use the command line, OR is there something el...
2010 Feb 17
2
[LLVMdev] Need help getting LLVM JIT running on ARM
Does anyone know what I should be doing if I want to cross compile LLVM for the ARM architecture? I want to use the LLVM JIT on ARM for a class project this semester. I have built and/or installed a few different gcc arm (arm-linux, and also one that is arm-elf) toolchains, and have had trouble getting LLVM 2.6 to configure and compile using the --host and --build switches of the config. If there are any good guides out there on cross compiling LLVM I would be...
2019 Mar 27
2
Student Introduction
...e undergrad studying in NIT Warangal, India. I am interested to work on the project "Weighting Schemes" under the guidance of Olly Bets and Gaurav Arora; this project requires basic(or better) C++ knowledge and I've done 2 years of basic C++ in my high school. Moreover, this is my 2nd semester pursuing a computer science major in NITW. Although I am new to the open source community, I feel I am a potential candidate for the same and will post my draft proposal asap for your feedback. Regards, Hemant Kumar Singh -------------- next part -------------- An HTML attachment was scrubbed......
2014 Nov 30
3
Contributing to Xapian
Hi Olly I will try to work on : http://trac.xapian.org/wiki/GSoCProjectIdeas#Project:LearningtoRank I will be taking a Machine Learning class the next semester and I hope that this project will help me supplement my learning in Machine Learning and also gain a bit of knowledge in IR. If you can give me ideas on how to get around with the code for LTR project, it will be awesome. I can look at it and get back to you. Thanks again!!! Best Regards Manu Gu...
2004 Oct 11
3
[LLVMdev] [anilcjohn@sify.com: CS student from India]
----- Forwarded message from ANIL C JOHN <anilcjohn at sify.com> ----- To: brg at dgate.org Subject: CS student from India Date: Mon, 11 Oct 2004 22:07:56 +0600 (IST) From: ANIL C JOHN <anilcjohn at sify.com> Dear Sir, I am a computer science undergrad student doing my 7th semester B.Tech in computer science (equivalent to BS). I want to do a project using LLVM compiler framework, which can be done alone in about 4 months. If not, could me suggest me other project ideas related to compilers and kernel projects that which can be done as major project for my course, alone...