Displaying 3 results from an estimated 3 matches for "nchisquar".
Did you mean:
nchisquare
1997 Jul 28
0
R-alpha: R 0.50.a1: patch for NChisquare documentation
The patch below fixes the NChisquare documentation problem that I've
been mentioning for some time now.
NOTE: There is one DEQN where the LaTeX part contains real LaTeX code,
because I did not see how to get a sum sign (and a roman math font)
otherwise. Seems to work, though ... MARTIN?
-k
***********************************...
1998 Mar 11
0
prob./distr./quant./ran.num: S compatibility in argument names??
...R-snapshot.tar.gz
and edit src/library/base/R/distn.R
and the MANY documentation files (where necessary)
Beta.Rd
Binomial.Rd
Cauchy.Rd
Chisquare.Rd
Exponential.Rd
F.Rd
GammaDist.Rd
Geometric.Rd
Hypergeometric.Rd
Logistic.Rd
Lognormal.Rd
NChisquare.Rd
NegBinomial.Rd
Normal.Rd
Poisson.Rd
T.Rd
Uniform.Rd
Weibull.Rd
in src/library/base/man/*.Rd
-------
Thanks in advance!
Martin
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~...
1997 Aug 05
3
R-alpha: Version 0.50-a1 patches
...rame,
mode(x) <- "character"
x
caused a crash. This was because a class of "data.frame"
was being attached to a character vector. Now only lists
can become data frames.
o There is now a -gdb option to the R front end as well as -xxgdb.
o Documentation of NChisquare fixed.
o Definition of S_alloc fixed.
o Changed the names of seeds_in and seeds_out to seed_in and
seed_out as per Kurt's request.
o "unlist(c(2))" fixed.
o "data.frame(x=2)" fixed.
o Bug in do_title fixed.
o Scoping for subset methods by forcing an ev...