hi
im been giving a case study under topic two way MANOVA but the problem is i dont have the data could anyone here generously give me the data or links that have the data on it i want twop way MANOVA data plz help me, thx in advance |
check
out the examples of data files that
come with SPSS, perhaps one of those
would do what you want.
Other wise you could simulate data. if you have an older version of SPSS you still can do a simulation. below is an example of simulating data for a t-test. You would just generalize the number of groups and number of DVs. * prepare two distributions as if for t-test. set seed 20101802. input program. loop #i = 1 to 25. compute group =1. compute x = rv.normal(22,5). end case. end loop. loop #i = 1 to 25. compute group =2. compute x = rv.normal(27,6). end case. end loop. end file. end input program. T-TEST GROUPS=group(1 2) /variables = x. Art Kendall Social Research ConsultantsOn 4/2/2013 11:23 AM, harith [via SPSSX Discussion] wrote: hi
Art Kendall
Social Research Consultants |
yes i found the data but i dont know the case staudy of the data could u give me a case study and data for my project From: Art Kendall [via SPSSX Discussion] <[hidden email]> To: harith <[hidden email]> Sent: Tuesday, 2 April 2013 11:58 PM Subject: Re: Two way manova check
out the examples of data files that
come with SPSS, perhaps one of those
would do what you want.
Other wise you could simulate data. if you have an older version of SPSS you still can do a simulation. below is an example of simulating data for a t-test. You would just generalize the number of groups and number of DVs. * prepare two distributions as if for t-test. set seed 20101802. input program. loop #i = 1 to 25. compute group =1. compute x = rv.normal(22,5). end case. end loop. loop #i = 1 to 25. compute group =2. compute x = rv.normal(27,6). end case. end loop. end file. end input program. T-TEST GROUPS=group(1 2) /variables = x. Art Kendall Social Research ConsultantsOn 4/2/2013 11:23 AM, harith [via SPSSX Discussion] wrote: hi
Art Kendall
Social Research Consultants If you reply to this email, your message will be added to the discussion below:
http://spssx-discussion.1045642.n5.nabble.com/Two-way-manova-tp5719238p5719239.html
|
Here's an example: Email the Professor for the data if it is not available on the website. Ryan
|
can u give me the prof's email because i really need the manova to finish my project From: Subscribe SAS-L Anonymous-2 [via SPSSX Discussion] <[hidden email]> To: harith <[hidden email]> Sent: Friday, 5 April 2013 6:56 AM Subject: Re: Two way manova Here's an example: Email the Professor for the data if it is not available on the website. Ryan
If you reply to this email, your message will be added to the discussion below:
http://spssx-discussion.1045642.n5.nabble.com/Two-way-manova-tp5719238p5719272.html
|
click on the link at
the bottom of that page from the link that was provided it provides the phone number and
email address.
Art Kendall Social Research ConsultantsOn 4/5/2013 2:32 AM, harith [via SPSSX Discussion] wrote:
Art Kendall
Social Research Consultants |
Free forum by Nabble | Edit this page |