<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Means Procedure in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Typing-Kinematics/m-p/874043#M38786</link>
    <description>proc means data=subject32_data mean;&lt;BR /&gt;var variable_of_interest;&amp;nbsp;&lt;BR /&gt;class session_index; &amp;nbsp;&lt;BR /&gt;run;</description>
    <pubDate>Fri, 05 May 2023 02:18:46 GMT</pubDate>
    <dc:creator>CrisJ</dc:creator>
    <dc:date>2023-05-05T02:18:46Z</dc:date>
    <item>
      <title>Typing Kinematics</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Typing-Kinematics/m-p/874038#M38780</link>
      <description>&lt;P&gt;The dataset to use is the PW_typing.csv file. It is measurements of subjects' typing speeds as they all enter in the same password. They typed the password multiple times per session and completed multiple sessions. More information found in the PDF titled Final Project Background.&lt;/P&gt;&lt;P&gt;You are assigned one subject (listed in the Student Assignments for the Data Subject ID module). Do not modify the original .csv file. Instead, whatever you do in your .SAS file I should be able to replicate using my .csv file.&lt;/P&gt;&lt;P&gt;For this project, be sure to annotate your code file. Include in your SAS comments any other resources you have used, such as books, links to websites like SAS manuals or stack exchange - style help boards, etc.&lt;/P&gt;&lt;P&gt;Use a MACRO to assign your subject number and refer to it throughout the .SAS file. DO NOT print out the entire dataset OR your subject's dataset. This will probably crash your application. Plus, there's a lot of observations and I do not want to trawl through all of them for each student.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Step 1: Means Procedure:&lt;OL&gt;&lt;LI&gt;For your given subject, produce a table of means for each session index.&lt;/LI&gt;&lt;LI&gt;Note that using 'rep' does not make sense, since a rep is one password entered.&lt;/LI&gt;&lt;LI&gt;Include a proper personalized title for these tables, including the Subject ID.&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Plotting Component&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;Create a set of box-plots that make sense for this data. Choose two variables that are not subject/sessions/reps.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Be sure to include proper titles including the Subject ID and your chosen variables.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Consider that you are using a single subject. How are you going to handle the sessions and reps?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;As text printed out in your SAS results, please explain, in full sentences, what subject you used and how you handled the sessions and reps.&amp;nbsp;Discuss what the plots are telling you.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Testing Procedure&lt;OL&gt;&lt;LI&gt;Perform a t-test between two of the sessions where you choose the single variable. Make sure this variable is different than the boxplot variables.&lt;/LI&gt;&lt;LI&gt;Be sure to include a personalized title listing the subject, the sessions used, and the variable used.&lt;/LI&gt;&lt;LI&gt;Do NOT use Subject, sessionIndex, or Rep for these variables.&lt;/LI&gt;&lt;LI&gt;As text printed out in your SAS results, please explain, in full sentences, what subject you used, the sessions used, and the variable used.&amp;nbsp;Then, explain why I asked you not to use the previous 3 variables.&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Fri, 05 May 2023 01:43:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Typing-Kinematics/m-p/874038#M38780</guid>
      <dc:creator>CrisJ</dc:creator>
      <dc:date>2023-05-05T01:43:49Z</dc:date>
    </item>
    <item>
      <title>Means Procedure</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Typing-Kinematics/m-p/874037#M38784</link>
      <description>&lt;P&gt;I have ID and Data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me.&lt;/P&gt;&lt;P&gt;The dataset to use is the PW_typing.csv file. It is measurements of subjects' typing speeds as they all enter in the same password. They typed the password multiple times per session and completed multiple sessions. More information found in the PDF titled Final Project Background.&lt;/P&gt;&lt;P&gt;You are assigned one subject (listed in the Student Assignments for the Data Subject ID module). Do not modify the original .csv file. Instead, whatever you do in your .SAS file I should be able to replicate using my .csv file.&lt;/P&gt;&lt;P&gt;For this project, be sure to annotate your code file. Include in your SAS comments any other resources you have used, such as books, links to websites like SAS manuals or stack exchange - style help boards, etc.&lt;/P&gt;&lt;P&gt;Use a MACRO to assign your subject number and refer to it throughout the .SAS file. DO NOT print out the entire dataset OR your subject's dataset. This will probably crash your application. Plus, there's a lot of observations and I do not want to trawl through all of them for each student.&lt;/P&gt;&lt;P&gt;student.&lt;/P&gt;&lt;OL&gt;&lt;OL&gt;&lt;LI&gt;Step 1: Means Procedure:&lt;OL&gt;&lt;LI&gt;For your given subject, produce a table of means for each session index.&lt;/LI&gt;&lt;LI&gt;Note that using 'rep' does not make sense, since a rep is one password entered.&lt;/LI&gt;&lt;LI&gt;Include a proper personalized title for these tables, including the Subject ID.&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Plotting Component&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;Create a set of box-plots that make sense for this data. Choose two variables that are not subject/sessions/reps.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Be sure to include proper titles including the Subject ID and your chosen variables.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Consider that you are using a single subject. How are you going to handle the sessions and reps?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;As text printed out in your SAS results, please explain, in full sentences, what subject you used and how you handled the sessions and reps.&amp;nbsp;Discuss what the plots are telling you.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Testing Procedure&lt;OL&gt;&lt;LI&gt;Perform a t-test between two of the sessions where you choose the single variable. Make sure this variable is different than the boxplot variables.&lt;/LI&gt;&lt;LI&gt;Be sure to include a personalized title listing the subject, the sessions used, and the variable used.&lt;/LI&gt;&lt;LI&gt;Do NOT use Subject, sessionIndex, or Rep for these variables.&lt;/LI&gt;&lt;LI&gt;As text printed out in your SAS results, please explain, in full sentences, what subject you used, the sessions used, and the variable used.&amp;nbsp;Then, explain why I asked you not to use the previous 3 variables.&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/OL&gt;</description>
      <pubDate>Fri, 05 May 2023 01:41:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Typing-Kinematics/m-p/874037#M38784</guid>
      <dc:creator>CrisJ</dc:creator>
      <dc:date>2023-05-05T01:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Means Procedure</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Typing-Kinematics/m-p/874039#M38785</link>
      <description>&lt;P&gt;For the moment, put aside the requirement to "&lt;SPAN&gt;Use a MACRO to assign your subject number and refer to it throughout the .SAS file."&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Let's say you chose subject 32 (if there is one).&amp;nbsp; &amp;nbsp;How would you program task 1.1 ("produce a table of means for each session index.")?&amp;nbsp; What would you expect the result of 1.1 to look like?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2023 02:02:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Typing-Kinematics/m-p/874039#M38785</guid>
      <dc:creator>mkeintz</dc:creator>
      <dc:date>2023-05-05T02:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Means Procedure</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Typing-Kinematics/m-p/874043#M38786</link>
      <description>proc means data=subject32_data mean;&lt;BR /&gt;var variable_of_interest;&amp;nbsp;&lt;BR /&gt;class session_index; &amp;nbsp;&lt;BR /&gt;run;</description>
      <pubDate>Fri, 05 May 2023 02:18:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Typing-Kinematics/m-p/874043#M38786</guid>
      <dc:creator>CrisJ</dc:creator>
      <dc:date>2023-05-05T02:18:46Z</dc:date>
    </item>
    <item>
      <title>Means Procedure</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Typing-Kinematics/m-p/874048#M38787</link>
      <description>&lt;P&gt;Dear All, I wrote the code for this task:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Means Procedure:&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;For your given subject, produce a table of means for each session index.&lt;/LI&gt;&lt;LI&gt;Note that using 'rep' does not make sense, since a rep is one password entered.&lt;/LI&gt;&lt;LI&gt;Include a proper personalized title for these tables, including the Subject ID.&lt;/LI&gt;&lt;/OL&gt;&lt;PRE&gt;options validvarname=V7;&lt;BR /&gt;proc import out = aa&lt;BR /&gt;    datafile = "PW_typing.csv"&lt;BR /&gt;    dbms = csv&lt;BR /&gt;    replace;&lt;BR /&gt;    getnames = YES;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;proc print data = aa(obs = 5);&lt;BR /&gt;run;&lt;BR /&gt;proc means data = aa;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;proc means data = aa;&lt;BR /&gt;var H_Period;&lt;BR /&gt;run;&lt;BR /&gt;proc means data = aa;&lt;BR /&gt;var H_I;&lt;BR /&gt;run;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when I run it, it did not work. Please help me to figure out what I am missing.&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2023 02:47:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Typing-Kinematics/m-p/874048#M38787</guid>
      <dc:creator>CrisJ</dc:creator>
      <dc:date>2023-05-05T02:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Means Procedure</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Typing-Kinematics/m-p/874055#M38788</link>
      <description>&lt;P&gt;I combined your post into one thread. Please do not post the same question multiple times.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Whenever your code "does not work" (a phrase which, on its own, tells us next to nothing), describe in detail where the result does not meet your expectations, and post the complete (all code and messages) log of the failing step.&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2023 03:56:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Typing-Kinematics/m-p/874055#M38788</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2023-05-05T03:56:35Z</dc:date>
    </item>
  </channel>
</rss>

