Displaying 20 results from an estimated 363 matches for "instructor".
2012 Jan 17
0
Rails for Beginners Course - Live Instructor, 8 spots left
...s for people who are new to
Rails, or have yet to dive in, and want to get a head start getting up
to speed.
Registration Link: http://bit.ly/matygo-rails-beginners-jan-2012
Our classes are fully online but are quite interactive. This is how it
works:
1. Weekly live group video workshop led by an instructor that
clarifies and builds upon the week’s homework and provides personal
guidance. We integrated Google Hangouts, so this is a true group video
classroom (limited to 9 students) with screen sharing, whiteboarding,
and more.
2. Private discussion forums, assignments, file and resource sharing.
This...
2011 Apr 23
3
Rails3 how to scope it, using a serialized array ?
giving a simple model, with a serialized Array attribute
class Instructor < User
..
serialize :languages, Array
I am looking in defining scopes like this :
>scope speaking_english, lambda { where("languages ... includes.... ?", :en) }
which look for instructors in which the languages array include ":en"
Is this kind of scope possible ?...
2012 Jan 18
2
Problem importing .txt file
...this correctly, though I am not sure if a response
will be posted somewhere or if I will get a direct response. I am trying to
import a .txt table in my class on R and for some reason, the header gets
altered and I can no longer read the data. No one in my class had this
problem and the instructors were not sure how to fix it.
Here is the text table:
Kind Fatness Wt
Ewe 4 10.3
Ewe 8 11.9
Ewe 11 15
Ewe 15 17.1
Ewe 15 18.7
Ram 5 12.4
Ram 4 14.3
Ram 10 16.6
Ram 8 18.8
Ram 14 21.9
Here is the code that I copied from the instructors handout (simple cut and...
2013 Jun 03
1
Multiple selection and normalization
...e.g.
Stats 1 Fall2009 J. Smith.
I have a frame for all instances of a course, e.g. stats 1 in the last 5
years, that looks like
SIDN TERM GRADE INST
where SIDN is a Student ID Number, TERM is a factor that gives the quarter
and year a course was offered, GRADE is a 0-4.3 grade and INST is the
instructor, again as a factor.
Course offerings are determined by the TERM and INST. That is one inst.
assigned grades to all the students they were responsible for that term.
Multiple instructors may have taught the same term.
For every course offering I would like to normalize the GRADE: Z<- (GRADE...
2006 Nov 30
5
Populate table from another table
I want to populate one table in a DB from another table so that the
user does not need to enter the same information twice.
I have a registration table that is populated when a user creates an
account. Later I have a form that uses a different table, but contains
most of the same info as the registration table. I would like that
table to be prepopulated by the registration table before the user
2009 Sep 23
5
Fortran vs R
Hello R users,
I have a basic "computer programing" question. I am a student
currently taking a course that uses Fortran as the main programming
language, but the instructors are open to students using any language
they are familiar with. I have used R previously, and am wondering if
there is any benefit to my learning Fortran, or whether I should stick
with R for this class. Any advice? Are there clear benefits to using
Fortran, or things Fortran can do that R can...
2005 Mar 15
4
How to extract x rows to get x pvalues using t.test
...])
> stu$p.value
[1] 0.4198002
i get 1 pvalue for the entire col1:col2 Vs col3:col4. I am trying to get 5 p values for the 5 rows i have.
I am trying to avoid a for loop coz my actual data has 56000 rows and its taking more than 4 minutes to
compute.
Thanks in advance.
Choudary Jagarlamudi
Instructor
Southwestern Oklahoma State University
STF 254
100 campus Drive
Weatherford OK 73096
Tel 580-774-7136
[[alternative HTML version deleted]]
2005 Sep 27
6
Locomotive 0.2.4 for Mac OS X 10.3+
...ds.sourceforge.net/locomotive/Locomotive_0.2.4.dmg?download
If you have any further questions, head on over to the website:
http://locomotive.sourceforge.net
Cheers,
Ryan
--
Ryan Raaum
http://www.rockefeller.edu -- Bacterial Pathogenesis and Immunology
http://www.worldmartial.com -- Black Belt Instructor
http://locomotive.sourceforge.net -- Self contained one-click Rails for Mac OS X
2005 Jan 14
2
Help in Overlaying of 2 Plots on the same Device.
...e 1st(histogram) plot to plot the second. My second plot is creating its own axis and causing my plot to extend the entire histogram instead of getting a subplot on a portion of the histogram. I tried 'fig' and 'new' parameters with no luck.
Thanks in advance.
Choudary Jagarlamudi
Instructor
Southwestern Oklahoma State University
STF 254
100 campus Drive
Weatherford OK 73096
Tel 580-774-7136
[[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 think I'...
2012 May 16
3
Wrong Q3 + Mean.
Hi.
> a
[1] 13 13 14 14 15 15 16 20 21 26
> summary(a)
Min. 1st Qu. Median Mean 3rd Qu. Max.
13.0 14.0 15.0 16.7 19.0 26.0
> mean(a)
[1] 16.7
> quantile(a)
0% 25% 50% 75% 100%
13 14 15 19 26
Clearly, this is not right. My Instructor and I have no idea why the program
does that. I removed the program from the computer , installed it again and
it still shows the mistake. It is also strange, that I chose "english" as
installlanguage, but the program is in german (my OS is in german).
Pls help, because otherwise i cann...
2008 Apr 23
2
RHCE Training
I am possibly going to be sent for my RHCE training.
Looking at https://www.redhat.com/courses/rh300_rhce_rapid_track_course_and_rhce_exam/details/
I am thinking the concepts do not look difficult at all, having a manual and instructor makes this look fairly easy actually.
The only thing that looks important to take outside of this would be rh253 if I wasn't interested in taking the elementary courses.
Anyone done the VT courses? To fit within the budget and get what I think I need, I might take the rh253vt before the rh300...
2009 Jan 15
1
user library help functionality (packages.html)
Here's another help file question.
Some context: University setting wherein R is installed for
availability to students and course instructors across campus in
various PC labs. Windows Vista environment.
Goal: To maximize flexibility and functionality of installing add-on
packages and associated help files among different users, while
avoiding conflicts across different user libraries. (I could have my
difficult-to-access sysa...
2006 Aug 02
4
College course on Ruby on Rails
...led! 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/showschedule.asp?CourseNum=10-152-157
-Eric
--
Eric Knapp
Lead Java Instructor
Information Technolgy
Madison Area Technical College
http://matcmadison.edu
3550 Anderson Street
Madison, Wisconsin 53704
Telephone: 608.246.6641
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060802/9a8878e...
2005 May 20
2
comparing a vactor of values in IF statement.
...lts tell me vis-versa ,it actually compares every element of the vector V with 0.5 and that is waht i want it to do.
Using a for loop is expensive and time consuming since my actual vector is 15000 values.
Any help to rectify the warning i get is appreciated.
Thank You.
Choudary Jagarlamudi
Instructor
Southwestern Oklahoma State University
STF 254
100 campus Drive
Weatherford OK 73096
Tel 580-774-7136
[[alternative HTML version deleted]]
2012 May 15
2
R
...all moderators i guess, my question was probably not clear this is not a homework, i am trying to understand R by doing some exercise in my book.
I will however participate a course in R in august and thought it could be good to have some
knowledge before. I hoped for help from you since i have no instructor to ask, that would have been
my first choice.
thanks anyway
Lotta
------------------------------------------------------------------------------------
Eva-Lotta Blom PhD student
Dept. of BioEnv . Tjärnö
University of Gothenburg
452 96 Strömstad
Sweden
+46 706 658089
[[alternative HTML ve...
2017 Nov 11
5
Primer for working with survey data in R
I am taking a behavioral stats graduate class and the instructor is using
SPSS. I'm trying to follow along in R.
Recently in class we started working with scales and survey data, computing
Cronbach's Alpha, reversing values for reverse coded items, etc.
Also, SPSS has some built in functionality for entering the meta-data for
your survey, e.g. the poss...
2017 Jun 16
2
R history: Why 'L; in suffix character ‘L’ for integer constants?
Yeah, that was what I heard from our instructor when I was a graduate
student: L stands for Long (integer).
Regards,
Yihui
--
https://yihui.name
On Fri, Jun 16, 2017 at 11:00 AM, Serguei Sokol <sokol at insa-toulouse.fr> wrote:
> Le 16/06/2017 ? 17:54, Henrik Bengtsson a ?crit :
>>
>> I'm just curious (no complaints),...
2005 Oct 13
12
HFSC Advanced Limiting
I am investigating changing our broadband bandwidth control scripts over to HFSC. What I would like to accomplish is this:
{ * DOWNLOAD *
I need a download class for each user (we''ll call it Class 1) that offers a minimum of lets say 384Kbps and a maximum of 1.5Mbps.
The rates between 384Kbps and 1.5Mbps should be shared among all users.
Each user should always be able to get at
2011 May 19
5
identical function names from 2 packages
...============================================
Nicholas J. Matzke
Ph.D. Candidate, Graduate Student Researcher
Huelsenbeck Lab
Center for Theoretical Evolutionary Genomics
4151 VLSB (Valley Life Sciences Building)
Department of Integrative Biology
University of California, Berkeley
Graduate Student Instructor, IB200B
Principles of Phylogenetics: Ecology and Evolution
http://ib.berkeley.edu/courses/ib200b/
http://phylo.wikidot.com/
Lab websites:
http://ib.berkeley.edu/people/lab_detail.php?lab=54
http://fisher.berkeley.edu/cteg/hlab.html
Dept. personal page:
http://ib.berkeley.edu/people/students/pers...