neuroimagen:centiloid
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
neuroimagen:centiloid [2019/04/23 09:38] – [Procesando GAAIN] osotolongo | neuroimagen:centiloid [2020/08/04 10:58] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 336: | Line 336: | ||
Tengo una pendiente de $1.01 \pm 0.02$ y un ajuste con $R^2 = 0.9878$, lo cual esta muy bien. Este resultado valida el metodo de obtencion de SUVR de nuestra pipeline. | Tengo una pendiente de $1.01 \pm 0.02$ y un ajuste con $R^2 = 0.9878$, lo cual esta muy bien. Este resultado valida el metodo de obtencion de SUVR de nuestra pipeline. | ||
+ | |||
+ | {{: | ||
**Nota:** El SUVR se debe calcular tomando como referencia la materia gris del cerebelo si los valores se van a comparar con datos de ADNI ya que esta es la metodologia que usan pero si se va a calcular centiloides debe tomarse como referencia el cerebelo completo. | **Nota:** El SUVR se debe calcular tomando como referencia la materia gris del cerebelo si los valores se van a comparar con datos de ADNI ya que esta es la metodologia que usan pero si se va a calcular centiloides debe tomarse como referencia el cerebelo completo. | ||
Line 698: | Line 700: | ||
| | ||
</ | </ | ||
+ | |||
+ | A ver esos resultados, | ||
+ | |||
+ | <code bash> | ||
+ | [osotolongo@detritus centiloid]$ sed 's/;/ /g; s/ / /g' centiloid_fbb_cl.csv > centiloid_fbb_cl.dat | ||
+ | [osotolongo@detritus centiloid]$ join centiloid_fbb_cl.dat reference.dat > toreview.dat | ||
+ | </ | ||
+ | |||
+ | Compruebo el modelo, | ||
+ | |||
+ | < | ||
+ | > d <- read.csv(" | ||
+ | > m <- lm(d$SUVR ~ d$WC_suvr) | ||
+ | > summary(m) | ||
+ | |||
+ | Call: | ||
+ | lm(formula = d$SUVR ~ d$WC_suvr) | ||
+ | |||
+ | Residuals: | ||
+ | Min 1Q Median | ||
+ | -0.077423 -0.020244 -0.007479 | ||
+ | |||
+ | Coefficients: | ||
+ | Estimate Std. Error t value Pr(> | ||
+ | (Intercept) | ||
+ | d$WC_suvr | ||
+ | --- | ||
+ | Signif. codes: | ||
+ | |||
+ | Residual standard error: 0.03411 on 32 degrees of freedom | ||
+ | Multiple R-squared: | ||
+ | F-statistic: | ||
+ | </ | ||
+ | y el ajuste, | ||
+ | < | ||
+ | gnuplot> f(x) = m*x +n | ||
+ | gnuplot> fit f(x) " | ||
+ | iter chisq | ||
+ | 0 3.4203670136e+01 | ||
+ | 1 3.2574055507e-01 | ||
+ | 2 4.1098565887e-02 | ||
+ | 3 4.1072773521e-02 | ||
+ | 4 4.1072773521e-02 | ||
+ | iter chisq | ||
+ | |||
+ | After 4 iterations the fit converged. | ||
+ | final sum of squares of residuals : 0.0410728 | ||
+ | rel. change during last iteration : -5.9486e-12 | ||
+ | |||
+ | degrees of freedom | ||
+ | rms of residuals | ||
+ | variance of residuals (reduced chisquare) = WSSR/ | ||
+ | |||
+ | Final set of parameters | ||
+ | ======================= | ||
+ | m = 1.04544 | ||
+ | n = -0.0618459 | ||
+ | |||
+ | correlation matrix of the fit parameters: | ||
+ | m n | ||
+ | m | ||
+ | n -0.967 | ||
+ | </ | ||
+ | Con lo que tengo una pendiente de $1.05 \pm 0.02$ y una $R^2 = 0.9906$ que esta bastante bien. | ||
+ | {{: | ||
+ |
neuroimagen/centiloid.1556012290.txt.gz · Last modified: 2020/08/04 10:47 (external edit)