<?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: parametric bootstrap sampling in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Resample-so-that-sample-statistics-match-the-parameter-values/m-p/761167#M37139</link>
    <description>Items are different each year. Knowing population ability distribution does not solve estimation of items each year students take. It is item response theory and item calibration/linking.</description>
    <pubDate>Thu, 12 Aug 2021 14:58:06 GMT</pubDate>
    <dc:creator>leex1514</dc:creator>
    <dc:date>2021-08-12T14:58:06Z</dc:date>
    <item>
      <title>Resample so that sample statistics match the parameter values</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Resample-so-that-sample-statistics-match-the-parameter-values/m-p/761037#M37133</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I have known parameter values (mean and std of population distribution) and have a particular year's data (data1) of the population. I am trying to use bootstrap sampling to draw a sample from the data 1 to meet the population parameter values of mean and std. The data 1 has pretty big size about n=60,000. Is it possible?&lt;/P&gt;
&lt;P&gt;thank you&lt;/P&gt;
&lt;P&gt;leex1514&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 14:32:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Resample-so-that-sample-statistics-match-the-parameter-values/m-p/761037#M37133</guid>
      <dc:creator>leex1514</dc:creator>
      <dc:date>2021-08-12T14:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: parametric bootstrap sampling</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Resample-so-that-sample-statistics-match-the-parameter-values/m-p/761127#M37134</link>
      <description>&lt;P&gt;Start here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/iml/2018/12/12/essential-guide-bootstrapping-sas.html" target="_blank" rel="noopener"&gt;https://blogs.sas.com/content/iml/2018/12/12/essential-guide-bootstrapping-sas.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This part doesn't sound like bootstrapping at all:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;to draw a sample from the data 1 to meet the population parameter values of mean and std&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;and maybe you should explain further.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 12:38:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Resample-so-that-sample-statistics-match-the-parameter-values/m-p/761127#M37134</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-08-12T12:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: parametric bootstrap sampling</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Resample-so-that-sample-statistics-match-the-parameter-values/m-p/761128#M37135</link>
      <description>&lt;P&gt;Interesting question.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Calling&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 12:38:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Resample-so-that-sample-statistics-match-the-parameter-values/m-p/761128#M37135</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2021-08-12T12:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: parametric bootstrap sampling</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Resample-so-that-sample-statistics-match-the-parameter-values/m-p/761132#M37136</link>
      <description>&lt;P&gt;By "bootstrap sample" I assume you mean "sample with replacement" with size n.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In general, for small samples, you shouldn't expect to be able to get the exact values. For example, in a sample that has two observations with values 0 and 1, the only possible means are 0, 0.5, and 1.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, there are n! different "bootstrap samples" in a sample of size n, so that's a lot of combinations. So, yes, you should be able to get reasonably close to the parameter values, assuming that the sample is representative of the population.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But before we talk about possible ways to make this happen, may I ask what you are trying to achieve and why? What is the purpose of manufacturing a new set of data that has exactly the same mean and SD as some parameters? The field of statistics was developed to analyze the data that you have and make inferences about the population parameters. Modifying the data is not required or recommended.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 13:21:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Resample-so-that-sample-statistics-match-the-parameter-values/m-p/761132#M37136</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2021-08-12T13:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: parametric bootstrap sampling</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Resample-so-that-sample-statistics-match-the-parameter-values/m-p/761145#M37137</link>
      <description>I am trying to use this sample to calibrate items (of students of certain ability distribution). The purpose is to compare item parameter estimates of my data1 and of matched sample to the population distribution of ability.</description>
      <pubDate>Thu, 12 Aug 2021 14:03:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Resample-so-that-sample-statistics-match-the-parameter-values/m-p/761145#M37137</guid>
      <dc:creator>leex1514</dc:creator>
      <dc:date>2021-08-12T14:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: parametric bootstrap sampling</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Resample-so-that-sample-statistics-match-the-parameter-values/m-p/761159#M37138</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/382778"&gt;@leex1514&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;I am trying to use this sample to calibrate items (of students of certain ability distribution). The purpose is to compare item parameter estimates of my data1 and of matched sample to the population distribution of ability.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Compare these two things to learn what? Why do you need a sample if you have the entire population?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 14:32:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Resample-so-that-sample-statistics-match-the-parameter-values/m-p/761159#M37138</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-08-12T14:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: parametric bootstrap sampling</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Resample-so-that-sample-statistics-match-the-parameter-values/m-p/761167#M37139</link>
      <description>Items are different each year. Knowing population ability distribution does not solve estimation of items each year students take. It is item response theory and item calibration/linking.</description>
      <pubDate>Thu, 12 Aug 2021 14:58:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Resample-so-that-sample-statistics-match-the-parameter-values/m-p/761167#M37139</guid>
      <dc:creator>leex1514</dc:creator>
      <dc:date>2021-08-12T14:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: parametric bootstrap sampling</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Resample-so-that-sample-statistics-match-the-parameter-values/m-p/761230#M37140</link>
      <description>&lt;P&gt;Okay, I know nothing about Item Response Theory, but I do know that SAS has &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_irt_overview01.htm" target="_self"&gt;PROC IRT&lt;/A&gt;, does that help?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H1&gt;The IRT Procedure&lt;/H1&gt;
&lt;DIV class="Placeholders_tabbar__2jBEC"&gt;&lt;NAV class="TabBar_tabbar__1xNb7 navbar navbar-expand-md navbar-light" role="application"&gt;
&lt;DIV class="navbar-collapse collapse"&gt;
&lt;DIV class="navbar-nav"&gt;
&lt;DIV class="dropdown nav-item"&gt;&lt;A id="Overview" class="dropdown-toggle nav-link" role="button" href="https://documentation.sas.com/#" aria-haspopup="true" aria-expanded="false" target="_blank"&gt;Overview&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV class="nav-item"&gt;&lt;A class="nav-link" href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_irt_gettingstarted.htm" target="_blank"&gt;Getting Started&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV class="dropdown nav-item"&gt;&lt;A id="Syntax" class="dropdown-toggle nav-link" role="button" href="https://documentation.sas.com/#" aria-haspopup="true" aria-expanded="false" target="_blank"&gt;Syntax&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV class="dropdown nav-item"&gt;&lt;A id="Details" class="dropdown-toggle nav-link" role="button" href="https://documentation.sas.com/#" aria-haspopup="true" aria-expanded="false" target="_blank"&gt;Details&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV class="dropdown nav-item"&gt;&lt;A id="Examples" class="dropdown-toggle nav-link" role="button" href="https://documentation.sas.com/#" aria-haspopup="true" aria-expanded="false" target="_blank"&gt;Examples&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV class="nav-item"&gt;&lt;A class="nav-link" href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_irt_references.htm" target="_blank"&gt;References&lt;/A&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/NAV&gt;&lt;/DIV&gt;
&lt;SECTION id="statug.irt.irtfeatures" class="aa-section"&gt;
&lt;DIV&gt;
&lt;H3 class="xis-title"&gt;Basic Features&lt;/H3&gt;
&lt;/DIV&gt;
&lt;P&gt;The IRT procedure enables you to estimate various item response theory models. The following list summarizes some of the basic features of the IRT procedure:&lt;/P&gt;
&lt;DIV&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;uses the Rasch model; one-, two-, three-, and four-parameter models; graded response model with logistic or probit link; and generalized partial credit model&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;enables different items to have different response models&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;performs multidimensional exploratory and confirmatory analysis&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;performs multiple-group analysis, with fixed values and equality constraints within and between groups&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;estimates factor scores by using maximum likelihood (ML), maximum a posteriori (MAP), and expected a posteriori (EAP) methods&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;
&lt;/SECTION&gt;</description>
      <pubDate>Thu, 12 Aug 2021 18:16:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Resample-so-that-sample-statistics-match-the-parameter-values/m-p/761230#M37140</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-08-12T18:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: parametric bootstrap sampling</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Resample-so-that-sample-statistics-match-the-parameter-values/m-p/761273#M37144</link>
      <description>Thank you but I know the IRT. I just need to have a calibration sample with same with population ability distribution so that when a sample is off on the ability distribution (data 1) how that would impact on item parameter estimation vs when a sample is on the ability distribution( population mean and std).</description>
      <pubDate>Thu, 12 Aug 2021 20:17:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Resample-so-that-sample-statistics-match-the-parameter-values/m-p/761273#M37144</guid>
      <dc:creator>leex1514</dc:creator>
      <dc:date>2021-08-12T20:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: parametric bootstrap sampling</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Resample-so-that-sample-statistics-match-the-parameter-values/m-p/761438#M37155</link>
      <description>&lt;P&gt;This sounds something like a simulation of a dataset with known mean and sd, but with an unknown distribution&amp;nbsp; If that is the case, then you can rely on the central limit theorem, and do something like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data sample(keep=X);
	call streaminit(123);
	do j=1 to 60000;		
			X = rand('Normal', known_mean, known_sd);
			output;		
	end;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;where known_mean and known_sd are the parameter values you have.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would also recommend looking at&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt;&amp;nbsp;'s blog and especially this paper, should you decide on a simulation approach:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/resources/papers/proceedings15/SAS1387-2015.pdf" target="_self"&gt;https://support.sas.com/resources/papers/proceedings15/SAS1387-2015.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your data1 looks like a mixture of distributions or something unusual, this paper gives you some approaches.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2021 14:57:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Resample-so-that-sample-statistics-match-the-parameter-values/m-p/761438#M37155</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2021-08-13T14:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: parametric bootstrap sampling</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Resample-so-that-sample-statistics-match-the-parameter-values/m-p/761515#M37158</link>
      <description>It is not simulation. I need to use my data to draw a sample because there are item response variables associated with each row(person).</description>
      <pubDate>Fri, 13 Aug 2021 22:19:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Resample-so-that-sample-statistics-match-the-parameter-values/m-p/761515#M37158</guid>
      <dc:creator>leex1514</dc:creator>
      <dc:date>2021-08-13T22:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: parametric bootstrap sampling</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Resample-so-that-sample-statistics-match-the-parameter-values/m-p/761777#M37182</link>
      <description>&lt;P&gt;Then the means and sd's are for each iterm?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Mon, 16 Aug 2021 12:19:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Resample-so-that-sample-statistics-match-the-parameter-values/m-p/761777#M37182</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2021-08-16T12:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: parametric bootstrap sampling</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Resample-so-that-sample-statistics-match-the-parameter-values/m-p/761913#M37201</link>
      <description>The mean and std for student performances not of each item.</description>
      <pubDate>Mon, 16 Aug 2021 20:24:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Resample-so-that-sample-statistics-match-the-parameter-values/m-p/761913#M37201</guid>
      <dc:creator>leex1514</dc:creator>
      <dc:date>2021-08-16T20:24:37Z</dc:date>
    </item>
  </channel>
</rss>

