Displaying 6 results from an estimated 6 matches for "lynette".
2007 Jan 19
8
kate editor for R
Like kile for LaTeX, Linux/KDE's kate editor is an excellent editor for
R, with easy code submission to a running R process. Syntax
highlighting is good. I have not been able to figure out two things:
- how to automatically reformat a line or region of text using good
indentation rules (Emacs/ESS make this so easy by just hitting Tab while
the cursor is in a line, or highlighting a
2005 Nov 03
1
multidimensional integration not over a multidimensionalrectangle
...gration
not over a multidimensional rectangle (not adapt).
For example, I tried the following function f(x,n)=x^n/n!
phi.fun<-function(x,n)
{ if (n==1) {
x
}else{
integrate(phi.fun, lower=0, upper=x, n=n-1)$value
}
}
I could get f(4,2)=4^2/2!=8, but failed in f(4,3)=4^3/3! Thanks
Best,
Lynette
2006 Mar 13
2
S-Plus Essentials April 24th-27th 2006
S-PLUS ESSENTIALS
24-27th April 2006
Venue : Insightful UK Office, Network House, Basing View, Basingstoke, Hants
RG21 4HG
We are pleased to be taking registrations for the next scheduled S-PLUS
Essentials course being held in Basingstoke 24-27th April 2006. If you are
unfamiliar with S-PLUS or have been meaning to upgrade your S-PLUS skills,
this is the course for you. This course will be
2010 Feb 10
1
Vacancy for Lecturer, Department of Statistics, University of Waikato, New Zealand
...te and graduate teaching programmes. There will also be
opportunities to participate in the Department?s consultancy services.
Salary range for Lecturers is NZ$62,700 to $76,552 per year, depending
on qualifications, skills and experience.
Enquiries of an academic nature should be directed to Dr Lynette Hunt,
email: lah at stats.waikato.ac.nz
Applications close on Friday, 12 March 2010.
Web: jobs.waikato.ac.nz
www.hamilton.co.nz
2005 Nov 01
3
Area under standard normal density
What is the correct syntax for finding the area under the standard
normal density for a particular value of z?
Thanks
[[alternative HTML version deleted]]
2005 Oct 25
5
Graphics window always overlaps console window!
Does anyone know how I can set up R so that when I make a graphic, the
graphics window remains behind the console window? It's annoying to
have to reach for the mouse every time I want to type another line of
code (e.g., to add another line to the plot). Thanks.