Skip to content

Instantly share code, notes, and snippets.

@muschellij2
Created May 2, 2014 16:06
Show Gist options
  • Select an option

  • Save muschellij2/a77c2316421990177001 to your computer and use it in GitHub Desktop.

Select an option

Save muschellij2/a77c2316421990177001 to your computer and use it in GitHub Desktop.
Coefficients from model
> t(t(coef(SuBLIME_model)))
[,1]
(Intercept) -9.828049e+00
FLAIR 6.859367e-01
PD 7.665177e-01
T2 -3.484273e-01
T1 5.850592e-01
FLAIR_diff 1.699155e-01
time_diff 2.533482e-03
PD_diff 3.295134e-01
T2_diff 1.225512e+00
T1_diff -7.742645e-01
FLAIR_diff:time_diff -2.474498e-05
time_diff:PD_diff -9.485146e-05
time_diff:T2_diff -6.032316e-04
time_diff:T1_diff 1.719920e-04
> round(t(t(coef(SuBLIME_model))), 6)
[,1]
(Intercept) -9.828049
FLAIR 0.685937
PD 0.766518
T2 -0.348427
T1 0.585059
FLAIR_diff 0.169915
time_diff 0.002533
PD_diff 0.329513
T2_diff 1.225512
T1_diff -0.774264
FLAIR_diff:time_diff -0.000025
time_diff:PD_diff -0.000095
time_diff:T2_diff -0.000603
time_diff:T1_diff 0.000172
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment