02-01-2018
dode
Fluorite | Level 6
Member since
11-07-2017
- 26 Posts
- 0 Likes Given
- 0 Solutions
- 1 Likes Received
-
Latest posts by dode
Subject Views Posted 1688 01-19-2018 10:33 AM 1851 01-13-2018 10:49 PM 6680 01-13-2018 10:48 PM 6683 01-13-2018 10:44 PM 6700 01-12-2018 02:05 PM 6769 01-11-2018 09:47 PM 2418 11-27-2017 10:16 AM 2441 11-26-2017 09:06 PM 2122 11-14-2017 01:32 PM 1727 11-13-2017 10:29 PM -
Activity Feed for dode
- Got a Like for Re: How to check for multicolinearty between categorical variables. What is code in SAS?. 05-03-2023 09:45 AM
- Posted Re: How I do ANOVA in complex survey deign, how I do it using on Statistical Procedures. 01-19-2018 10:33 AM
- Posted How I do ANOVA in complex survey deign, how I do it using on Statistical Procedures. 01-13-2018 10:49 PM
- Posted Re: How I use t-test in complex survey deign on Statistical Procedures. 01-13-2018 10:48 PM
- Posted Re: How I use t-test in complex survey deign on Statistical Procedures. 01-13-2018 10:44 PM
- Posted Re: How I use t-test in complex survey deign on Statistical Procedures. 01-12-2018 02:05 PM
- Posted How I use t-test in complex survey deign on Statistical Procedures. 01-11-2018 09:47 PM
- Posted Re: can I do negative binomial using complex survey design ? on Statistical Procedures. 11-27-2017 10:16 AM
- Posted Re: can I do negative binomial using complex survey design ? on Statistical Procedures. 11-26-2017 09:06 PM
- Posted Re: How I interpret the beta coefficient with log outcome on Statistical Procedures. 11-14-2017 01:32 PM
- Posted Re: How to check for multicolinearty between categorical variables. What is code in SAS? on Statistical Procedures. 11-13-2017 10:29 PM
- Posted How to check for multicolinearty between categorical variables. What is code in SAS? on Statistical Procedures. 11-13-2017 10:29 PM
- Posted Re: How I interpret the beta coefficient with log outcome on Statistical Procedures. 11-13-2017 10:27 PM
- Posted Re: PROC SURVEYREG - How to deal with a note in the log regarding singular matrix on Statistical Procedures. 11-13-2017 08:15 AM
- Posted Re: How I interpret the beta coefficient with log outcome on Statistical Procedures. 11-13-2017 08:11 AM
- Posted How I interpret the beta coefficient with log outcome on Statistical Procedures. 11-13-2017 08:11 AM
- Posted Re: PROC SURVEYREG - How to deal with a note in the log regarding singular matrix on Statistical Procedures. 11-13-2017 08:07 AM
- Posted PROC SURVEYREG - How to deal with a note in the log regarding singular matrix on Statistical Procedures. 11-07-2017 07:38 PM
- Posted Re: need help with my assumtion between my outcome and my main presdcotrs on Statistical Procedures. 11-07-2017 04:23 PM
- Posted Re: need help with my assumtion between my outcome and my main presdcotrs on Statistical Procedures. 11-07-2017 04:22 PM
-
My Liked Posts
Subject Likes Posted 1 11-13-2017 10:29 PM
01-19-2018
10:33 AM
but what I should write in the code to get the ANOVA ? or Wilcoxon I only know how to get chisq I write proc surveyfreq data=......; tables ...../chisq; run; But what I should write in the code to get ANOVE and Wilcoxon
... View more
01-19-2018
09:44 AM
You can use Proc SURVEYREG to fit an ANOVA to complex survey data.
There are no procedures to fit non-parametric models, although I suppose you could apply SURVEYREG to the ranks. You would have to do a little research to see how this would be different from the SRS-world but it might be a possibility. I believe this book even discusses it although I don't recall where exactly in the book it is.
... View more
11-27-2017
10:48 AM
BTW, I fixed the link in Rob's post -- there was an extra space in the URL. Works now!
... View more
11-14-2017
01:32 PM
Sir, I am doing linear regression not logistic regression.
... View more
11-14-2017
10:49 AM
1 Like
For purely nominal variables, you can use PROC FREQ and the chi-square statistic to test the association between variables.
If the variables are ordinal (they can be ordered, such as 'small', 'medium', and 'large'), you can use PROC FREQ to compute tetrachoric or polychoric correlations between discrete categories. Use the PLCORR options on the TABLES stmt.
Lastly, for multivariate statistics, you can use PROC CORRESP to study correlations between categorical variables. Roughly speaking, correspondence analysis for discrete variables is similar to principal component analysis for continuous variables, except contributions to the chi-square statistic are used instead of the variance.
... View more
11-07-2017
04:28 PM
You're not asking for programming help here, you're asking for statistical advice/methodology. There's a little less of that on this forum and I'm probably not the best person to answer anyways.
I've moved your question (and edited the title to correct for spelling mistakes) to the Statistical Procedures forum which is more appropriate.
I would also suggest you review the assumptions for linear regression and determine if it's appropriate for your data. You can also post this on Cross Validated, which is specifically designed for these types of question, but make sure to elaborate your question, including your hypothesis and context of the question may help. Otherwise you're likely to have your question down-voted and rejected.
... View more