<?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: Multiple responses/variables in marco magree in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Multiple-responses-variables-in-marco-magree/m-p/720487#M27703</link>
    <description>&lt;P&gt;Oh, I will be busy for a while copying in 75 response variable collumns &lt;span class="lia-unicode-emoji" title=":grinning_face_with_sweat:"&gt;😅&lt;/span&gt; Thank you anyway for your answer!&lt;/P&gt;</description>
    <pubDate>Fri, 19 Feb 2021 15:25:33 GMT</pubDate>
    <dc:creator>rola13</dc:creator>
    <dc:date>2021-02-19T15:25:33Z</dc:date>
    <item>
      <title>Multiple responses/variables in marco magree</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Multiple-responses-variables-in-marco-magree/m-p/720428#M27701</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I successfully followed this description for calculating a multiple rater Fleiss kappa value:&amp;nbsp;&lt;A href="https://support.sas.com/kb/25/006.html" target="_blank" rel="noopener"&gt;https://support.sas.com/kb/25/006.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;My question now: is it possible to have more than one collumn with variables?&lt;/P&gt;&lt;P&gt;Collumns x,y,z instead of only y?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rola13_1-1613733652848.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/54930i433240C383571397/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rola13_1-1613733652848.png" alt="rola13_1-1613733652848.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the data I would like to process the subjects (s) were observed by the raters (r) 1 to 5 not only in one category "y" but severeal more (category "x" and "z").&lt;/P&gt;&lt;P&gt;Do I have to enter the data for each category individually? Or is there a way of calculating the Fleiss kappa per category in one go?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My individual code loks like this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;      data ratings;
        do s=1 to 1122;
        do r=1 to 3;
          input y;
output;
        end; end;
        datalines;
0
1
etc.
1
1
;
	  %inc "C:--------\magree.sas";
	  %magree(data=ratings, items=s, raters=r, response=y,	stat=nominal, options=counts)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 11:31:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Multiple-responses-variables-in-marco-magree/m-p/720428#M27701</guid>
      <dc:creator>rola13</dc:creator>
      <dc:date>2021-02-19T11:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple responses/variables in marco magree</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Multiple-responses-variables-in-marco-magree/m-p/720429#M27702</link>
      <description>&lt;P&gt;Since the documentation speaks about a response variable (singular), it would appear that you will have to run the macro several times, one time for each response. Then you could merge the results into a single table if you want.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 11:31:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Multiple-responses-variables-in-marco-magree/m-p/720429#M27702</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-02-19T11:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple responses/variables in marco magree</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Multiple-responses-variables-in-marco-magree/m-p/720487#M27703</link>
      <description>&lt;P&gt;Oh, I will be busy for a while copying in 75 response variable collumns &lt;span class="lia-unicode-emoji" title=":grinning_face_with_sweat:"&gt;😅&lt;/span&gt; Thank you anyway for your answer!&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 15:25:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Multiple-responses-variables-in-marco-magree/m-p/720487#M27703</guid>
      <dc:creator>rola13</dc:creator>
      <dc:date>2021-02-19T15:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple responses/variables in marco magree</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Multiple-responses-variables-in-marco-magree/m-p/720492#M27704</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/368533"&gt;@rola13&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Oh, I will be busy for a while copying in 75 response variable collumns &lt;span class="lia-unicode-emoji" title=":grinning_face_with_sweat:"&gt;😅&lt;/span&gt; Thank you anyway for your answer!&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You may want to search this forum and the documentation for the SAS Call Execute function. You can place information, such as variable names into a data set and create syntax using that function to call the macro once for each variable and providing other parameters as needed.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 15:35:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Multiple-responses-variables-in-marco-magree/m-p/720492#M27704</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-02-19T15:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple responses/variables in marco magree</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Multiple-responses-variables-in-marco-magree/m-p/720495#M27705</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/368533"&gt;@rola13&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Oh, I will be busy for a while copying in 75 response variable collumns &lt;span class="lia-unicode-emoji" title=":grinning_face_with_sweat:"&gt;😅&lt;/span&gt; Thank you anyway for your answer!&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Did you even try it with more than one response variable? Sometimes the documentation can be wrong.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 15:38:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Multiple-responses-variables-in-marco-magree/m-p/720495#M27705</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-02-19T15:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple responses/variables in marco magree</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Multiple-responses-variables-in-marco-magree/m-p/720531#M27706</link>
      <description>&lt;P&gt;Yes I treid but it results in a lot of errors.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 18:22:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Multiple-responses-variables-in-marco-magree/m-p/720531#M27706</guid>
      <dc:creator>rola13</dc:creator>
      <dc:date>2021-02-19T18:22:00Z</dc:date>
    </item>
  </channel>
</rss>

