<?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 I need help with analyzing this dataset and knowing which statistical procedures I should use. in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/I-need-help-with-analyzing-this-dataset-and-knowing-which/m-p/783312#M38469</link>
    <description>&lt;P&gt;Hi everyone, I;m looking at the NFL's field goal kicks and comparing the players.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The dataset I have is the top 10 best players with their Field goal percentages that they make. I have their percentages from seaons 2020-2015 as well as the average.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;What statistical procedures/functions could I use when looking at this dataset ?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;I'm a bit lost on what I should do so any help would be much appreciated !&lt;/P&gt;
&lt;P&gt;The blank sections of the data are due to players siiting out for a season or two.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data topNFL; /* top players and their averages*/
infile datalines dlm=','; 
input player $ S20 S19 S18 S17 S16 S15 Average;
datalines;
Gano ,96.88,.,87.50,96.67,78.95,83.33,83.94,
Boswell ,95.00,93.55,65.00,92.11,84.00,90.63,88.89,
Koo ,94.87,88.46,50.00,.,.,.,88.64,
Carlson ,94.29,73.08,85.32,.,.,.,85.32,
Santos ,93.75,44.44,77.78,80.00,88.57,81.08,83.24,
Folk,92.86,82.35,.,54.55,87.10,81.25,82.29,
Butker ,92.59,89.47,88.89,90.48,.,.,89.47,
Sanders ,92.31,76.67,90.00,.,.,.,84.4,
Tucker ,90.70,96.55,89.74,91.89,97.44,82.50,90.75,
Succop ,90.32,16.67,86.67,83.33,91.67,87.50,82.99,
;
Proc sort data=topNFL;
by descending average;
run;

PROC PRINT DATA=TOPNFL; 
RUN; &lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 01 Dec 2021 05:06:11 GMT</pubDate>
    <dc:creator>Godzilla_Hat</dc:creator>
    <dc:date>2021-12-01T05:06:11Z</dc:date>
    <item>
      <title>I need help with analyzing this dataset and knowing which statistical procedures I should use.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/I-need-help-with-analyzing-this-dataset-and-knowing-which/m-p/783312#M38469</link>
      <description>&lt;P&gt;Hi everyone, I;m looking at the NFL's field goal kicks and comparing the players.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The dataset I have is the top 10 best players with their Field goal percentages that they make. I have their percentages from seaons 2020-2015 as well as the average.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;What statistical procedures/functions could I use when looking at this dataset ?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;I'm a bit lost on what I should do so any help would be much appreciated !&lt;/P&gt;
&lt;P&gt;The blank sections of the data are due to players siiting out for a season or two.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data topNFL; /* top players and their averages*/
infile datalines dlm=','; 
input player $ S20 S19 S18 S17 S16 S15 Average;
datalines;
Gano ,96.88,.,87.50,96.67,78.95,83.33,83.94,
Boswell ,95.00,93.55,65.00,92.11,84.00,90.63,88.89,
Koo ,94.87,88.46,50.00,.,.,.,88.64,
Carlson ,94.29,73.08,85.32,.,.,.,85.32,
Santos ,93.75,44.44,77.78,80.00,88.57,81.08,83.24,
Folk,92.86,82.35,.,54.55,87.10,81.25,82.29,
Butker ,92.59,89.47,88.89,90.48,.,.,89.47,
Sanders ,92.31,76.67,90.00,.,.,.,84.4,
Tucker ,90.70,96.55,89.74,91.89,97.44,82.50,90.75,
Succop ,90.32,16.67,86.67,83.33,91.67,87.50,82.99,
;
Proc sort data=topNFL;
by descending average;
run;

PROC PRINT DATA=TOPNFL; 
RUN; &lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 01 Dec 2021 05:06:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/I-need-help-with-analyzing-this-dataset-and-knowing-which/m-p/783312#M38469</guid>
      <dc:creator>Godzilla_Hat</dc:creator>
      <dc:date>2021-12-01T05:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: I need help with analyzing this dataset and knowing which statistical procedures I should use.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/I-need-help-with-analyzing-this-dataset-and-knowing-which/m-p/783371#M38470</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;... and comparing the players ...&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;What statistical procedures/functions could I use when looking at this dataset ?&lt;/STRONG&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please state clearly what question you want to answer using this data set. What is the criterion for doing this comparison?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Dec 2021 12:18:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/I-need-help-with-analyzing-this-dataset-and-knowing-which/m-p/783371#M38470</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-12-01T12:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: I need help with analyzing this dataset and knowing which statistical procedures I should use.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/I-need-help-with-analyzing-this-dataset-and-knowing-which/m-p/783376#M38471</link>
      <description>It looks like a non-supervise learning model.&lt;BR /&gt;Try Principal Component Analysis : &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt; 's blog&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/iml/2014/11/07/distribution-of-blood-types.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2014/11/07/distribution-of-blood-types.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;or Try Cluster analysis:&lt;BR /&gt;proc cluster&lt;BR /&gt;proc fastclus</description>
      <pubDate>Wed, 01 Dec 2021 12:14:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/I-need-help-with-analyzing-this-dataset-and-knowing-which/m-p/783376#M38471</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2021-12-01T12:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: I need help with analyzing this dataset and knowing which statistical procedures I should use.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/I-need-help-with-analyzing-this-dataset-and-knowing-which/m-p/783409#M38474</link>
      <description>&lt;P&gt;Everyone sees something in data based on what they do the most.&amp;nbsp; If I were faced with this dataset, I would consider some sort of repeated measures using a generalized linear model.&amp;nbsp; For instance, if you were looking for estimates for each player, as a conditional value over time, you might try:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data long;
set topnfl;
year=20;value=s20/100;output;
year=19;value=s19/100;output;
year=18;value=s18/100;output;
year=17;value=s17/100;output;
year=16;value=s16/100;output;
year=15;value=s15/100;output;
keep player year value;
run;

proc glimmix data=long;&lt;BR /&gt;class player year;&lt;BR /&gt;nloptions maxiter=1000;&lt;BR /&gt;model value=player year/dist=bin ddf=32;&lt;BR /&gt;random year/residual type=ar(1) group=player;&lt;BR /&gt;lsmeans player/diff ilink;&lt;BR /&gt;run;&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I set the denominator degrees of freedom to 32, which is what the 'skeleton' ANOVA table (no RANDOM statement) provides in PROC GLM. I used the binomial distribution because the measures are the result of an undetermined number of Bernoulli trials (either made or missed).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Wed, 01 Dec 2021 16:03:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/I-need-help-with-analyzing-this-dataset-and-knowing-which/m-p/783409#M38474</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2021-12-01T16:03:16Z</dc:date>
    </item>
  </channel>
</rss>

