<?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 R2 value for a plot in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/R2-value-for-a-plot/m-p/260515#M98285</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no it does not work for linest_r2 (anyway, not in my file).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the trial dataset is attached with my first post...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Oct 2011 08:23:52 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-10-20T08:23:52Z</dc:date>
    <item>
      <title>R2 value for a plot</title>
      <link>https://community.qlik.com/t5/QlikView/R2-value-for-a-plot/m-p/260511#M98281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have 2 variables in my dataset and want to know how well a regression without intercept fits the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I predict Y by using X&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so my regression formula is Y= B*X&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using Linear regression. &lt;/P&gt;&lt;P&gt;The measurement for the goodness of the fit is the R2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the formula for R2= &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1-(RRerr/RRtot)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://en.wikipedia.org/wiki/Coefficient_of_determination"&gt;see: http://en.wikipedia.org/wiki/Coefficient_of_determination&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand the concept of regression and the formula of R2, but I can's seem to get this working in qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone know how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see trial dataset in attachment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2011 15:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/R2-value-for-a-plot/m-p/260511#M98281</guid>
      <dc:creator />
      <dc:date>2011-10-19T15:16:04Z</dc:date>
    </item>
    <item>
      <title>R2 value for a plot</title>
      <link>https://community.qlik.com/t5/QlikView/R2-value-for-a-plot/m-p/260512#M98282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may want to take a look into the linest_XXXX function sets (search the Help for statistical aggregation functions in charts).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So maybe ﻿&lt;/P&gt;&lt;P&gt;=LINEST_R2(y,x)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is what you are looking for?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2011 15:48:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/R2-value-for-a-plot/m-p/260512#M98282</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-10-19T15:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: R2 value for a plot</title>
      <link>https://community.qlik.com/t5/QlikView/R2-value-for-a-plot/m-p/260513#M98283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your answer works thanks!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I was trying to type the whole formula for R2 myself... too tricky to make mistakes...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only problem I still have is the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want a regression without a constant. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I figured you should type linest_r2(y,x,0). &lt;/P&gt;&lt;P&gt;However, this doesn't work. Neither does linest_r2(y,x,'0').&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;linest_r2(y,x) works though. But I guess this is the R2 of a regression of y=mx + b and not y=mx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2011 07:40:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/R2-value-for-a-plot/m-p/260513#M98283</guid>
      <dc:creator />
      <dc:date>2011-10-20T07:40:05Z</dc:date>
    </item>
    <item>
      <title>R2 value for a plot</title>
      <link>https://community.qlik.com/t5/QlikView/R2-value-for-a-plot/m-p/260514#M98284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this case, I think linest_r2(y,x,0) should be used. This is also what the help says.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Specifying the y0 does work with other linest functions, if it does not work with linest_r2, I have no clue yet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2011 08:14:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/R2-value-for-a-plot/m-p/260514#M98284</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-10-20T08:14:09Z</dc:date>
    </item>
    <item>
      <title>R2 value for a plot</title>
      <link>https://community.qlik.com/t5/QlikView/R2-value-for-a-plot/m-p/260515#M98285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no it does not work for linest_r2 (anyway, not in my file).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the trial dataset is attached with my first post...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2011 08:23:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/R2-value-for-a-plot/m-p/260515#M98285</guid>
      <dc:creator />
      <dc:date>2011-10-20T08:23:52Z</dc:date>
    </item>
    <item>
      <title>R2 value for a plot</title>
      <link>https://community.qlik.com/t5/QlikView/R2-value-for-a-plot/m-p/260516#M98286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll be offline for a few days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If feasible, you may want to contact support, I think this could be a bug, it's not working as described (in the Help).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could maybe Help you in rebuilding (like you initially tried) the expression, but not before mid of next Week.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2011 11:56:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/R2-value-for-a-plot/m-p/260516#M98286</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-10-20T11:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: R2 value for a plot</title>
      <link>https://community.qlik.com/t5/QlikView/R2-value-for-a-plot/m-p/260517#M98287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kenneth, I'm working on the linest_r2 calculation. I'm using the below formula to calculate r2.&lt;/P&gt;&lt;P&gt;where,&lt;/P&gt;&lt;P&gt;vmindate = 12/30/2013&lt;/P&gt;&lt;P&gt;vgetfield = 06/01/2014&lt;/P&gt;&lt;P&gt;=LINEST_R2({&amp;lt;Date = {'&amp;gt;=$(vmindate) &amp;lt;=$(=vgetfield)'}&amp;gt;}x,y)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get null value. Does Linest_r2 works in qlikview or Am I using incorrect calculations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate your help Kenneth....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2014 19:17:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/R2-value-for-a-plot/m-p/260517#M98287</guid>
      <dc:creator>jansen28</dc:creator>
      <dc:date>2014-12-23T19:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: R2 value for a plot</title>
      <link>https://community.qlik.com/t5/QlikView/R2-value-for-a-plot/m-p/260518#M98288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Janani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Were you able to get value using&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;LINEST_R2() with date condition.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2017 11:38:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/R2-value-for-a-plot/m-p/260518#M98288</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-14T11:38:36Z</dc:date>
    </item>
  </channel>
</rss>

