Two way manova

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Two way manova

harith
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
Reply | Threaded
Open this post in threaded view
|

Re: Two way manova

Art Kendall
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 Consultants
On 4/2/2013 11:23 AM, harith [via SPSSX Discussion] wrote:
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


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-tp5719238.html
To start a new topic under SPSSX Discussion, email [hidden email]
To unsubscribe from SPSSX Discussion, click here.
NAML

Art Kendall
Social Research Consultants
Reply | Threaded
Open this post in threaded view
|

Re: Two way manova

harith
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 Consultants
On 4/2/2013 11:23 AM, harith [via SPSSX Discussion] wrote:
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


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-tp5719238.html
To start a new topic under SPSSX Discussion, email [hidden email]
To unsubscribe from SPSSX Discussion, click here.
NAML

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
To unsubscribe from Two way manova, click here.
NAML


Reply | Threaded
Open this post in threaded view
|

Re: Two way manova

Ryan
Here's an example:


Email the Professor for the data if it is not available on the website.

Ryan

On Apr 4, 2013, at 11:20 AM, harith <[hidden email]> wrote:

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 Consultants
On 4/2/2013 11:23 AM, harith [via SPSSX Discussion] wrote:
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


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-tp5719238.html
To start a new topic under SPSSX Discussion, email [hidden email]
To unsubscribe from SPSSX Discussion, click here.
NAML

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
To unsubscribe from Two way manova, click here.
NAML




View this message in context: Re: Two way manova
Sent from the SPSSX Discussion mailing list archive at Nabble.com.
Reply | Threaded
Open this post in threaded view
|

Re: Two way manova

harith
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

On Apr 4, 2013, at 11:20 AM, harith <[hidden email]> wrote:

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 Consultants
On 4/2/2013 11:23 AM, harith [via SPSSX Discussion] wrote:
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


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-tp5719238.html
To start a new topic under SPSSX Discussion, email [hidden email]
To unsubscribe from SPSSX Discussion, click here.
NAML

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
To unsubscribe from Two way manova, click here.
NAML




View this message in context: Re: Two way manova
Sent from the SPSSX Discussion mailing list archive at Nabble.com.



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
To unsubscribe from Two way manova, click here.
NAML


Reply | Threaded
Open this post in threaded view
|

Re: Two way manova

Art Kendall
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 Consultants
On 4/5/2013 2:32 AM, harith [via SPSSX Discussion] wrote:
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

On Apr 4, 2013, at 11:20 AM, harith <[hidden email]> wrote:

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 Consultants
On 4/2/2013 11:23 AM, harith [via SPSSX Discussion] wrote:
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


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-tp5719238.html
To start a new topic under SPSSX Discussion, email [hidden email]
To unsubscribe from SPSSX Discussion, click here.
NAML

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
To unsubscribe from Two way manova, click here.
NAML




View this message in context: Re: Two way manova
Sent from the SPSSX Discussion mailing list archive at Nabble.com.



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
To unsubscribe from Two way manova, click here.
NAML





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-tp5719238p5719275.html
To start a new topic under SPSSX Discussion, email [hidden email]
To unsubscribe from SPSSX Discussion, click here.
NAML

Art Kendall
Social Research Consultants