search for: haderslebener

Displaying 4 results from an estimated 4 matches for "haderslebener".

2002 Apr 14
1
Suggestion for implementation
...phy of R to be compatible to S?! Just a RFC ;-) Yours, Christoph. ps. Your probably know the situations that let you think of such a feature :-( ... -- Christoph Lange clange at epost.de Verhaltensbiologie, FU Berlin 838-55068 Haderslebener Str. 9, 12163 Berlin http://www.verhaltensbiologie.fu-berlin.de/ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the...
2002 Mar 30
0
Wilks' Lambda for lda?!
...s concerning wilks' lambda lately. But I lost those e-mails. So I dare ask again. Is there a way of calculating wilks' lambda for lda? Christoph. -- Christoph Lange clange at epost.de Verhaltensbiologie, FU Berlin 838-55068 Haderslebener Str. 9, 12163 Berlin http://www.verhaltensbiologie.fu-berlin.de/ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the...
2002 Apr 03
1
Still needing help with LDA
...otally stuck in formulas I don't understand ... Can anybody help me to get equivalent outputs of wilks' lambda in R as in SPSS? Yours, Christoph. -- Christoph Lange clange at epost.de Verhaltensbiologie, FU Berlin 838-55068 Haderslebener Str. 9, 12163 Berlin http://www.verhaltensbiologie.fu-berlin.de/ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the...
2002 Apr 15
6
two questions
The first: if I have a vector as (1,1,3,2,1,1), which is the command that gives all the positions of the min value? From the vector of the example a would like to obtain a new vector as (1,2,5,6) that give me all the positions of the minimum value 1. The second: if I have a matrix "A" and I want to obtain a new matrix deleting a column or a row of A, what have I to do? Thank you.