search for: foo_out

Displaying 1 result from an estimated 1 matches for "foo_out".

Did you mean: foo_opt
2007 Apr 17
1
PROC DISCRIM vs. lda( ) in MASS
...8.1. I have mostly used SAS over the last 4 years and would like to compare the output of PROC DISCRIM to that of lda( ) with respect to a very specific aspect. My data have k=3 populations and there are 3 variates in the feature space. When using using the code PROC DISCRIM DATA = FOO OUT = FOO_OUT OUTSTAT = FOOSTAT METHOD = NORMAL LIST POOL = YES PCOV MANOVA; CLASS STRATA; PRIORS EQUAL; VAR X1 X2 X3; RUN; I am able to easily obtain the linear discriminant functions for the strata which allow computation of the three discriminant scores for a given observati...