<?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: Comparison of VCA between JMP and R in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Comparison-of-VCA-between-JMP-and-R/m-p/374508#M62429</link>
    <description>&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply, please find attached a copy of the nested design, l agree that the syntax dosent reflect the design of the experiment, l think a more appropriate model would be&amp;nbsp;&lt;/P&gt;&lt;P&gt;RBC&lt;BR /&gt;Day[RBC]&lt;BR /&gt;Op[RBC,Day]&lt;/P&gt;&lt;P&gt;However, thats another story, what l am trying to understand is why when l run what l believe is the same model in both R and JMP, I get a variance component for Day in R, but JMP seems to combine this component into the MDCK variable.&lt;/P&gt;&lt;P&gt;The variable l2t is the log2 of titer, the independent variable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Tue, 06 Apr 2021 00:33:28 GMT</pubDate>
    <dc:creator>Mickyboy</dc:creator>
    <dc:date>2021-04-06T00:33:28Z</dc:date>
    <item>
      <title>Comparison of VCA between JMP and R</title>
      <link>https://community.jmp.com/t5/Discussions/Comparison-of-VCA-between-JMP-and-R/m-p/373441#M62307</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;l am looking at a study that was performed in R, l have managed to replicate the results of the VCA in R using the following syntax, VisDil1 &amp;lt;- lmer(l2t ~ (1|Op/Day/MDCK) , Dil1), for the following results&lt;/P&gt;&lt;P&gt;Random effects:&lt;/P&gt;&lt;P&gt;Groups &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Variance &amp;nbsp; &amp;nbsp;&amp;nbsp; Std.Dev.&lt;/P&gt;&lt;P&gt;MDCK:(Day:Op) (Intercept) 0.02309 &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.15195&lt;/P&gt;&lt;P&gt;Day:Op &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (Intercept) 0.00861 &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.09279&lt;/P&gt;&lt;P&gt;Op &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; (Intercept) 0.00000 &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.00000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when i run what i believe is the same model in JMP i get&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Random Effect &amp;nbsp; Var Ratio &amp;nbsp;&amp;nbsp; Var Component Pct of Total&lt;BR /&gt;MDCK[Day,Op] &amp;nbsp;&amp;nbsp; 0.1904762 &amp;nbsp; &amp;nbsp;&amp;nbsp; 0.031746 &amp;nbsp; &amp;nbsp; 16.000&lt;BR /&gt;Day[Op] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; 0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; 0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; 0.000&lt;BR /&gt;Op &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; 0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; 0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; 0.000&lt;BR /&gt;Residual &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.1666667 &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; 84.000&lt;BR /&gt;Total &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.1984127 &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;100.000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;l used the following script &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Fit Model(
	Y( :l2t ),
	Effects,
	Random Effects( :MDCK[:Day, :Op], :Day[:Op], :Op ),
	NoBounds( 0 ),
	Estimate Only Variance Components( 1 ),
	Personality( "Standard Least Squares" ),
	Method( "REML" ),
	Run Model
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;i looked at this across 8 dilutions, and it is the same result in each dilution, R has a variance component for&amp;nbsp;Day:Op, whilst jmp is combining this effect into it into the effect&amp;nbsp;MDCK[Day,Op], so l feel i am not specifying the model in JMP the same as in R to get the same result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone have any advice???&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 00:31:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Comparison-of-VCA-between-JMP-and-R/m-p/373441#M62307</guid>
      <dc:creator>Mickyboy</dc:creator>
      <dc:date>2023-06-09T00:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Comparison of VCA between JMP and R</title>
      <link>https://community.jmp.com/t5/Discussions/Comparison-of-VCA-between-JMP-and-R/m-p/373442#M62308</link>
      <description>when i posted it has cut the residual component off, from R, here it is again&lt;BR /&gt;Random effects:&lt;BR /&gt;Groups Name Variance Std.Dev.&lt;BR /&gt;MDCK:(Day:Op) (Intercept) 0.02309 0.15195&lt;BR /&gt;Day:Op (Intercept) 0.00861 0.09279&lt;BR /&gt;Op (Intercept) 0.00000 0.00000&lt;BR /&gt;Residual 0.16670 0.40829&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Apr 2021 05:33:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Comparison-of-VCA-between-JMP-and-R/m-p/373442#M62308</guid>
      <dc:creator>Mickyboy</dc:creator>
      <dc:date>2021-04-01T05:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: Comparison of VCA between JMP and R</title>
      <link>https://community.jmp.com/t5/Discussions/Comparison-of-VCA-between-JMP-and-R/m-p/373601#M62329</link>
      <description>&lt;P&gt;Please clarify the structure of the design and the randomization.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Op is at the top of the hierarchy.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The 4 Days are different for both Op.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The two MDCK are different for each day and Op.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Isn't titer a potentially important fixed effect?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 17:26:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Comparison-of-VCA-between-JMP-and-R/m-p/373601#M62329</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2021-04-01T17:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: Comparison of VCA between JMP and R</title>
      <link>https://community.jmp.com/t5/Discussions/Comparison-of-VCA-between-JMP-and-R/m-p/374508#M62429</link>
      <description>&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply, please find attached a copy of the nested design, l agree that the syntax dosent reflect the design of the experiment, l think a more appropriate model would be&amp;nbsp;&lt;/P&gt;&lt;P&gt;RBC&lt;BR /&gt;Day[RBC]&lt;BR /&gt;Op[RBC,Day]&lt;/P&gt;&lt;P&gt;However, thats another story, what l am trying to understand is why when l run what l believe is the same model in both R and JMP, I get a variance component for Day in R, but JMP seems to combine this component into the MDCK variable.&lt;/P&gt;&lt;P&gt;The variable l2t is the log2 of titer, the independent variable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 00:33:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Comparison-of-VCA-between-JMP-and-R/m-p/374508#M62429</guid>
      <dc:creator>Mickyboy</dc:creator>
      <dc:date>2021-04-06T00:33:28Z</dc:date>
    </item>
  </channel>
</rss>

