<?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 Prediction of Independent Measurements in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Prediction-of-Independent-Measurements/m-p/765217#M37385</link>
    <description>&lt;P&gt;Hello!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a set of data with two independent measurements, these are of two different valves (let's call them valve 1 and valve 2) placed on a patient during specific procedures that measure different pressures. I am looking for the best statistical method using SAS to analyze my data so that I can answer the following question: Will a change in the measurement/pressure of valve 1 allow me to predict a change in valve 2?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The measurements have been recorded multiple times of the same subject in different situations so that to make sure to capture the change in pressure of valve 1 and valve 2 if any at different times (thinking it would help with the statistical analysis/prediction that if something changes in valve 1 it'll allow us to predict a change coming in valve 2). The data is numeric.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 01 Sep 2021 05:08:14 GMT</pubDate>
    <dc:creator>Yughaber</dc:creator>
    <dc:date>2021-09-01T05:08:14Z</dc:date>
    <item>
      <title>Prediction of Independent Measurements</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Prediction-of-Independent-Measurements/m-p/765217#M37385</link>
      <description>&lt;P&gt;Hello!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a set of data with two independent measurements, these are of two different valves (let's call them valve 1 and valve 2) placed on a patient during specific procedures that measure different pressures. I am looking for the best statistical method using SAS to analyze my data so that I can answer the following question: Will a change in the measurement/pressure of valve 1 allow me to predict a change in valve 2?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The measurements have been recorded multiple times of the same subject in different situations so that to make sure to capture the change in pressure of valve 1 and valve 2 if any at different times (thinking it would help with the statistical analysis/prediction that if something changes in valve 1 it'll allow us to predict a change coming in valve 2). The data is numeric.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 05:08:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Prediction-of-Independent-Measurements/m-p/765217#M37385</guid>
      <dc:creator>Yughaber</dc:creator>
      <dc:date>2021-09-01T05:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: Prediction of Independent Measurements</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Prediction-of-Independent-Measurements/m-p/765283#M37386</link>
      <description>&lt;P&gt;From your description, it sounds like the first variable is "Independent," meaning that you can control its value, and the measurement at the second valve is observed, which means it is dependent on the first.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This sounds like a classic regression problem in which you model the pressure at valve 2 as a function of the pressure at valve 1.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Which procedure you use depends on the design of the experiment and how you want to model the relationship.&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Are all your measurements on the same patient, or do you have multiple patients (subjects) and measurements for each?&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;When you graph the relationship, does it look like a straight line or does the relationship look nonlinear?&lt;/LI&gt;
&lt;LI&gt;Is there any theory that suggests a particular parametric form for the model?&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Wed, 01 Sep 2021 10:11:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Prediction-of-Independent-Measurements/m-p/765283#M37386</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2021-09-01T10:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: Prediction of Independent Measurements</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Prediction-of-Independent-Measurements/m-p/765296#M37387</link>
      <description>&lt;P&gt;If you really mean you have two correlated independent variables rather than one independent and one dependent variable, the the first principal component dimension will allow this prediction. (In this case linear regression gives different answers depending on which independent variable you choose as the dependent variable.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It sounds to me like the pressure in valve 1 does not "cause" the pressure in valve 2, and vice versa, the pressure in valve 2 does not "cause" the pressure in value 1, but they are correlated? Is this correct?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 16:46:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Prediction-of-Independent-Measurements/m-p/765296#M37387</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-09-01T16:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Prediction of Independent Measurements</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Prediction-of-Independent-Measurements/m-p/765475#M37409</link>
      <description>&lt;P&gt;Yes! That is correct, I do have two independent variables. The pressure in valve 1 does not cause the pressure in valve 2 and vice versa but they are correlated. And so I want to know how well a change in valve 1 will allow me to predict a change in valve 2&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 19:38:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Prediction-of-Independent-Measurements/m-p/765475#M37409</guid>
      <dc:creator>Yughaber</dc:creator>
      <dc:date>2021-09-01T19:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: Prediction of Independent Measurements</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Prediction-of-Independent-Measurements/m-p/765476#M37410</link>
      <description>&lt;P&gt;I forgot to mention that I do have multiple measurements of those two valves&amp;nbsp;(at different time frames) on the same subjects&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 19:42:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Prediction-of-Independent-Measurements/m-p/765476#M37410</guid>
      <dc:creator>Yughaber</dc:creator>
      <dc:date>2021-09-01T19:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Prediction of Independent Measurements</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Prediction-of-Independent-Measurements/m-p/765477#M37411</link>
      <description>&lt;P&gt;I would feel comfortable using a classic regression, however, my variables are both independent. Meaning pressure in valve 1 does not cause the pressure in valve 2 and vice versa.&amp;nbsp;I have multiple subjects and multiple measurements for each subject.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 19:44:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Prediction-of-Independent-Measurements/m-p/765477#M37411</guid>
      <dc:creator>Yughaber</dc:creator>
      <dc:date>2021-09-01T19:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Prediction of Independent Measurements</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Prediction-of-Independent-Measurements/m-p/765479#M37412</link>
      <description>&lt;P&gt;Please provide some sample data so we can see its structure and the names of variables. Maybe your variables are something like&lt;BR /&gt;Subject&amp;nbsp; &amp;nbsp;Time&amp;nbsp; Pressure1&amp;nbsp; &amp;nbsp;Pressure2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 19:46:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Prediction-of-Independent-Measurements/m-p/765479#M37412</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2021-09-01T19:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Prediction of Independent Measurements</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Prediction-of-Independent-Measurements/m-p/765482#M37413</link>
      <description>&lt;P&gt;Regression is not about causality. You have an observational study in which you are observing two variables. You want to know whether you can predict P2 (conditionally) from the observed value of P1.&amp;nbsp; Regression can do that without requiring that P1 causes P2.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 19:50:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Prediction-of-Independent-Measurements/m-p/765482#M37413</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2021-09-01T19:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: Prediction of Independent Measurements</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Prediction-of-Independent-Measurements/m-p/765491#M37415</link>
      <description>&lt;P&gt;Subject&amp;nbsp; &amp;nbsp; &amp;nbsp; valve 1 pressure standing position&amp;nbsp; &amp;nbsp; &amp;nbsp;valve 2 pressure standing position&amp;nbsp; &amp;nbsp; &amp;nbsp; valve 1 pressure sitting position&amp;nbsp; &amp;nbsp; &amp;nbsp;valve 2 pressure sitting position&amp;nbsp; &amp;nbsp; &amp;nbsp;etc.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;120&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;115&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 90&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;86&lt;/P&gt;
&lt;P&gt;2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;118&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;114&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 89&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;83&lt;/P&gt;
&lt;P&gt;3&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;112&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;106&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 80&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;76&lt;/P&gt;
&lt;P&gt;4&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;116&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;112&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 87&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;82&lt;/P&gt;
&lt;P&gt;5&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;119&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;115&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 85&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;80&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 20:20:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Prediction-of-Independent-Measurements/m-p/765491#M37415</guid>
      <dc:creator>Yughaber</dc:creator>
      <dc:date>2021-09-01T20:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: Prediction of Independent Measurements</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Prediction-of-Independent-Measurements/m-p/765494#M37416</link>
      <description>&lt;P&gt;Well, other than the multiple measurements, this is a job for using the first Principal Components vector to do the predictions. Once you include the multiple measurements at different time periods, I don't know how to do this. I'll have to think about it.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 20:30:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Prediction-of-Independent-Measurements/m-p/765494#M37416</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-09-01T20:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: Prediction of Independent Measurements</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Prediction-of-Independent-Measurements/m-p/765496#M37417</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/352895"&gt;@Yughaber&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Subject&amp;nbsp; &amp;nbsp; &amp;nbsp; valve 1 pressure standing position&amp;nbsp; &amp;nbsp; &amp;nbsp;valve 2 pressure standing position&amp;nbsp; &amp;nbsp; &amp;nbsp; valve 1 pressure sitting position&amp;nbsp; &amp;nbsp; &amp;nbsp;valve 2 pressure sitting position&amp;nbsp; &amp;nbsp; &amp;nbsp;etc.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;120&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;115&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 90&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;86&lt;/P&gt;
&lt;P&gt;2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;118&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;114&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 89&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;83&lt;/P&gt;
&lt;P&gt;3&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;112&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;106&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 80&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;76&lt;/P&gt;
&lt;P&gt;4&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;116&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;112&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 87&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;82&lt;/P&gt;
&lt;P&gt;5&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;119&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;115&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 85&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;80&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Where are the different time frames that you mentioned?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By "different" do you mean that one subject/observation could be measured at times 1 3 and 5 while another subject/observation could be measured at times 1 3 8 10?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 20:32:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Prediction-of-Independent-Measurements/m-p/765496#M37417</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-09-01T20:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: Prediction of Independent Measurements</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Prediction-of-Independent-Measurements/m-p/765513#M37419</link>
      <description>&lt;P&gt;Actually, I found out that the time frames don't matter in answering the question. The change of positions have also been done to ensure that a change in pressure in valve 1 will still allow us to predict a change in valve 2.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 21:51:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Prediction-of-Independent-Measurements/m-p/765513#M37419</guid>
      <dc:creator>Yughaber</dc:creator>
      <dc:date>2021-09-01T21:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: Prediction of Independent Measurements</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Prediction-of-Independent-Measurements/m-p/765518#M37422</link>
      <description>&lt;P&gt;If you are in a class, you should use the method that you have learned about in class. For example, you could use PROC GLM if you choose to ignore that the measurements are for different subjects. If you want a model that takes subjects into account, you could use a mixed model, like the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data Have;
length Position $8;
input Subject Position valve1 valve2;
datalines;
1  Standing  120 115
1  Sitting    90  86
2  Standing  118 114
2  Sitting    89  83
3  Standing  112 106
3  Sitting    80  76
4  Standing  116 112
4  Sitting    87  82
5  Standing  119 115
5  Sitting    85  80
;

proc sgplot data=Have;
   scatter x=Valve1 y=Valve2 / group=Position;
run;

proc mixed data=Have;
   class Subject Position(ref='Sitting');
   model Valve2 = Valve1 Position /  s chisq outpred=MixedOut;
   random intercept / subject=Subject;          /* each subject gets its own intercept */
run;

proc sort data=MixedOut; by Position Valve1; run;
proc sgplot data=MixedOut;
   scatter x=Valve1 y=Valve2 / group=Position;
   series x=Valve1 y=Pred / group=Position;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Others might have alternative suggestions.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 22:24:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Prediction-of-Independent-Measurements/m-p/765518#M37422</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2021-09-01T22:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Prediction of Independent Measurements</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Prediction-of-Independent-Measurements/m-p/765522#M37424</link>
      <description>&lt;P&gt;This looks very nice, thank you!!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I guess my question remains with the proc mixed part of the code. Does that carry out a regression? and the (ref='Sitting') is what I am not clear on as well.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 23:00:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Prediction-of-Independent-Measurements/m-p/765522#M37424</guid>
      <dc:creator>Yughaber</dc:creator>
      <dc:date>2021-09-01T23:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Prediction of Independent Measurements</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Prediction-of-Independent-Measurements/m-p/765590#M37428</link>
      <description>&lt;P&gt;I have some impending deadlines,&amp;nbsp; but I suspect that others can answer your remaining questions. Good luck.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 09:57:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Prediction-of-Independent-Measurements/m-p/765590#M37428</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2021-09-02T09:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Prediction of Independent Measurements</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Prediction-of-Independent-Measurements/m-p/765602#M37430</link>
      <description>&lt;P&gt;The only thing I would add here is to first investigate whether the slope is not significantly different for the two postures.&amp;nbsp; Start with this code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc mixed data=Have;
   class Subject Position(ref='Sitting');
   model Valve2 = Valve1 Position  Valve1*Position/  s chisq outpred=MixedOut;
   random intercept / subject=Subject;          /* each subject gets its own intercept */
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If Valve1*Position is not significant, you can assume that the slopes aren't different for the two Positions.&amp;nbsp; If it is significant, then consider this model:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc mixed data=Have;
   class Subject Position(ref='Sitting');
   model Valve2 = Valve1 Valve1*Position /  s chisq outpred=MixedOut;
   random intercept / subject=Subject;          /* each subject gets its own intercept */
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Under this model, if you are interested in LSmeans (which I doubt, as this looks like a pure regression problem), you should do the comparisons at 3 values for Valve1 (high, mean, low).&amp;nbsp; See the chapter on analysis of covariance in SAS for Mixed Models (any edition).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;An alternative way of thinking about this is as a bivariate correlation within posture.&amp;nbsp; SGPLOT would enable plotting confidence ellipses that provide an excellent graphical presentation.&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 11:41:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Prediction-of-Independent-Measurements/m-p/765602#M37430</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2021-09-02T11:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: Prediction of Independent Measurements</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Prediction-of-Independent-Measurements/m-p/765687#M37437</link>
      <description>Thank you for your help!</description>
      <pubDate>Thu, 02 Sep 2021 17:09:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Prediction-of-Independent-Measurements/m-p/765687#M37437</guid>
      <dc:creator>Yughaber</dc:creator>
      <dc:date>2021-09-02T17:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: Prediction of Independent Measurements</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Prediction-of-Independent-Measurements/m-p/765689#M37438</link>
      <description>Thank you for your input.</description>
      <pubDate>Thu, 02 Sep 2021 17:12:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Prediction-of-Independent-Measurements/m-p/765689#M37438</guid>
      <dc:creator>Yughaber</dc:creator>
      <dc:date>2021-09-02T17:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Prediction of Independent Measurements</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Prediction-of-Independent-Measurements/m-p/768020#M37559</link>
      <description>&lt;P&gt;Hi Rick,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have some free time I'll appreciate your help with a follow up question to this analysis. Let's say if I were to add in age and gender to this data and control for them, would I be able to include it in the mixed model somehow?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Sep 2021 03:37:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Prediction-of-Independent-Measurements/m-p/768020#M37559</guid>
      <dc:creator>Yughaber</dc:creator>
      <dc:date>2021-09-16T03:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Prediction of Independent Measurements</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Prediction-of-Independent-Measurements/m-p/768081#M37562</link>
      <description>&lt;P&gt;Add Gender to the CLASS statement and add Gender and Age to the MODEL statement.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Sep 2021 10:22:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Prediction-of-Independent-Measurements/m-p/768081#M37562</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2021-09-16T10:22:26Z</dc:date>
    </item>
  </channel>
</rss>

