|
2 | 2 |
|
3 | 3 | Code
|
4 | 4 | report_performance(x5)
|
| 5 | + Message |
| 6 | + VSCode WebView has restricted access to local file. |
| 7 | + Opening in external browser... |
| 8 | + Browsing file:///C:/Users/DL/AppData/Local/Temp/RtmpERRA9z/file12d47a7090f_StanProgress.html |
5 | 9 | Output
|
6 | 10 | The model's explanatory power is substantial (R2 = 0.62, 95% CI [0.53, 0.69],
|
7 | 11 | adj. R2 = 0.61)
|
|
10 | 14 |
|
11 | 15 | Code
|
12 | 16 | summary(report_performance(x5))
|
| 17 | + Message |
| 18 | + VSCode WebView has restricted access to local file. |
| 19 | + Opening in external browser... |
| 20 | + Browsing file:///C:/Users/DL/AppData/Local/Temp/RtmpERRA9z/file12d465985229_StanProgress.html |
13 | 21 | Output
|
14 | 22 | [1] "The model's explanatory power is substantial (R2 = 0.62, adj. R2 = 0.61)"
|
15 | 23 |
|
16 | 24 | ---
|
17 | 25 |
|
18 | 26 | Code
|
19 | 27 | report_performance(x6)
|
| 28 | + Message |
| 29 | + VSCode WebView has restricted access to local file. |
| 30 | + Opening in external browser... |
| 31 | + Browsing file:///C:/Users/DL/AppData/Local/Temp/RtmpERRA9z/file12d4560a39d2_StanProgress.html |
20 | 32 | Output
|
21 | 33 | The model's explanatory power is substantial (R2 = 0.54, 95% CI [0.27, 0.77])
|
22 | 34 |
|
23 | 35 | ---
|
24 | 36 |
|
25 | 37 | Code
|
26 | 38 | summary(report_performance(x6))
|
| 39 | + Message |
| 40 | + VSCode WebView has restricted access to local file. |
| 41 | + Opening in external browser... |
| 42 | + Browsing file:///C:/Users/DL/AppData/Local/Temp/RtmpERRA9z/file12d452f95d46_StanProgress.html |
27 | 43 | Output
|
28 | 44 | [1] "The model's explanatory power is substantial (R2 = 0.54)"
|
29 | 45 |
|
30 | 46 | # report_performance Bayesian 2)
|
31 | 47 |
|
32 | 48 | Code
|
33 | 49 | report_performance(x7)
|
| 50 | + Message |
| 51 | + VSCode WebView has restricted access to local file. |
| 52 | + Opening in external browser... |
| 53 | + Browsing file:///C:/Users/DL/AppData/Local/Temp/RtmpERRA9z/file12d412fbc1_StanProgress.html |
34 | 54 | Output
|
35 | 55 | The model's explanatory power is substantial (R2 = 0.83, 95% CI [0.79, 0.86],
|
36 | 56 | adj. R2 = 0.83) and the part related to the fixed effects alone (marginal R2)
|
|
40 | 60 |
|
41 | 61 | Code
|
42 | 62 | summary(report_performance(x7))
|
| 63 | + Message |
| 64 | + VSCode WebView has restricted access to local file. |
| 65 | + Opening in external browser... |
| 66 | + Browsing file:///C:/Users/DL/AppData/Local/Temp/RtmpERRA9z/file12d426713848_StanProgress.html |
43 | 67 | Output
|
44 | 68 | [1] "The model's explanatory power is substantial (R2 = 0.83, adj. R2 = 0.83) and the part related to the fixed effects alone (marginal R2) is of 0.95"
|
45 | 69 |
|
0 commit comments