Displaying 10 results from an estimated 10 matches for "nzsa".
Did you mean:
nasa
2006 May 24
0
ASC/NZSA 2006 - Detailed Program Available via the Website
...THS TO GO
Register Online Now!
Register now for ASCNZ06 - an international conference with a full and
varied scientific program.
For up to date and detailed information on the 2006 Program visit:
http://www.statsnz2006.com/program.asp
<http://www.statsnz2006.com/program.asp>
ASC / NZSA 2006 with less than two months to go has attracted
substantial registrations to its outstanding scientific program
featuring ;
* 4 Plenary Sessions featuring leading international
speakers:
Professor David Donoho - Stanford University, Title: Sparsity in
Estimation and Detection
P...
2003 Jan 10
1
Creating packages
...__________
David Scott Department of Statistics, Tamaki Campus
The University of Auckland, PB 92019
Auckland NEW ZEALAND
Phone: +64 9 373 7599 ext 86830 Fax: +64 9 373 7000
Email: d.scott at auckland.ac.nz
Webmaster, New Zealand Statistical Association:
http://www.stat.auckland.ac.nz/nzsa/
2003 Apr 21
2
Anyone familiar with Cumulants or good reference books?
Hey, R-listers
I want to get some statistical books on Cumulants for
studying.
So will you please give me some suggestions on
these related books?
Thanks for your point.
Fred
2006 Apr 03
2
head function
hi all
can anyone tell me what is head() function in r. what
is it's utility?
thanks in advance
---------------------------------
[[alternative HTML version deleted]]
2006 Apr 12
2
extremely simple "for loop" question
I am sorry to ask such a simple question, but my knowledge of
programming language is extremely limited, and I couldn't find the
answer in any of the normal resources.
I want to do a for loop in which m takes on the values 1, 5, 10, 15,
20. What is the syntax for doing that?
I had been doing a loop for m in 1:20, but I only want those values above.
Thanks,
Brian
2006 Apr 03
4
argv[0] --- again
dear R group: I have the probably fairly common problem that I would
like to have one code.R file do different things if it is invoked from
a symbolic link, which should be easy to uncover.
$ ln -s code.R code-0.R
$ ln -s code.R code-1.R
$ R CMD BATCH code-1.R
what needs to be in code-1.R to put code-1.r into a character vector?
help appreciated.
regards, /ivo welch
PS : I read
2006 Apr 13
2
Plotting positions in qqnorm?
Do you know of a reference that discusses alternative choices for
plotting positions for a normal probability plot? The documentation for
qqnorm says it calls ppoints, which returns qnorm((1:m-a)/(m+1-2*a))
with "a" = ifelse(n<=10, 3/8, 1/2)? The help pages for qqnorm and
ppoints just refer to Becker, Chambers and Wilks (1988) The New S
Language (Wadsworth & Brooks/Cole),
2002 Jun 18
5
insert number in vector
Hello R-users,
I need to create a vector inserting an 1 after each value of another vector.
For example:
vec1<-c(2,3,4)
I need to create a vector with the values 2,1,3,1,4
Does anyone know how create this vector without loops (vec1 could have 1000
elements)
Thank you,
Juan
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2003 Apr 21
4
help.start in R-1.7.0 with Netscape 7.0.
I'm experiencing a new and annoying phenomenon which seems to consist
of an unfortunate interaction between R-1.7.0 and netscape version 7.
When I invoke help.start(), a netscape window duly appears
with the browser pointed at the file .../R/doc/html/index.html
as one would hope and expect.
However if I then ask for help on a function, e.g.
> help(glm)
the help does NOT get displayed