Guest User

Untitled

a guest
Dec 14th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. rsquaredjpn[s_] := LinearModelFit[Partition[Flatten[Riffle[regressionlistjpn[s], jpngdp]], 2], x, x]["RSquared"]
  2. plotjpn = ListLinePlot[Table[{s, rsquaredjpn[t]}, {s, 1, 100}], PlotRange -> All, AxesLabel -> {"K", "!(*SuperscriptBox[(R), (2)])"}]
Add Comment
Please, Sign In to add comment