Displaying 4 results from an estimated 4 matches for "bojador".
Did you mean:
bajado
2000 Jan 04
1
Alternative to cxy in R
...his
parameter in help(par).
thank you,
IOsu
-------------------------------------------------------------------------------
Jes?s Mar?a Fr?as Celayeta "Valeu a pena? Tudo vale a pena
ENSIA-INRA, Av. des Olympiades, 1 se a alma n?o ? pequena
91744, Massy. FRANCE Quem quer passar al?m do Bojador
Fax:intl+33+1+69935185 Tem que passar al?m da dor.
Phone:intl+33+1+69935191 Deus ao mar o perigo e abismo deu,
Mas nele ? que espelhou o c?u"
-------------------------------------------------------------------------------
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-....
1999 Aug 19
3
Discriminant analysis with R
Hello,
I might have missed it in the help pages, but I cannot find if something
exits in a package to make discriminant analysis.
Any help, or hint about where to look for it, is welcome,
Laurent
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help",
1999 Sep 09
1
princomp
Peter,
As I understand your Q. You probably have data that is similar to each other
like stock Prices for all RHS variable. In that case the difference between corr
and cov is not significant; however, if your RHS contains totally dissimilar
variables it matters a great deal. If x1 income, x2 job type, x3 Education
level, etc..., then taking cov of these variables would not be desireable
2000 Apr 15
2
unresolved symbols in dynamically linked code
I'm probably misunderstanding something in "Writing R Extensions" version
1.0.0. In the chapter on the R API, section 4.7, it is stated that the
functions listed in R_ext/Linpack.h are available to users' Fortran code.
I am developing a developing a library of ode solvers, based on lsoda and
ddassl, and which in turn call some routines from linpack and double
precision blas. I