Hi, statalisters.
Along with a set of continuous variables (ca1, ca2, ca3, caa4, l1, l2, l3, l6, and l8), my dataset includes a categorical variable (cluster) that divides the sample intro three categories (1, 2 and 3). Using discriminant analysis, I want to check whether the observations in the categories of the variable 'cluster' differ significantlly from each other.
To obtain global and pairwise F-statistics (and eigenvalues, i.e., Wilks' overall lambdas), I use the following command:
However, I would also need to obtain Wilks lambdas of variables, but I have not been able to discover whether this can be done with Stata.
Can someone let me know whether these lambdas can be computed and, if s/he were so kind, how?
Thank you in advance.
Along with a set of continuous variables (ca1, ca2, ca3, caa4, l1, l2, l3, l6, and l8), my dataset includes a categorical variable (cluster) that divides the sample intro three categories (1, 2 and 3). Using discriminant analysis, I want to check whether the observations in the categories of the variable 'cluster' differ significantlly from each other.
To obtain global and pairwise F-statistics (and eigenvalues, i.e., Wilks' overall lambdas), I use the following command:
Code:
candisc ca1 ca2 ca3 caa4 cl1 cl2 cl3 cl6 cl8, group(cluster)
Can someone let me know whether these lambdas can be computed and, if s/he were so kind, how?
Thank you in advance.
Comment