dcemri 0.10 has been released on CRAN
"dcemri" is (to the best of my knowledge) the first public-domain software
package for the quantitative analysis of dynamic contrast-enhanced MRI
(DCE-MRI) and diffusion-weighted MRI (DW-MRI or DWI). Data import and
export is availble for ANALYZE or NIfTI
R-help,
I am trying to perform a basic anlaysis of the BreastCancer data from
"mlbench" using the svm() function in "e1071". I use the following code
library("e1071")
library("mlbench")
data(BreastCancer)
BC <- subset(BreastCancer, select=-Id)
pairs(BC)
model <- svm(Class ~ ., data=BC, cross=1
Dear R users,
I am curious to know if someone has connected R with the Insight
Segmentation and Registration Toolkit (www.itk.org). From the website...
ITK is an open-source, cross-platform system that provides developers with
an extensive suite of software tools for image analysis.
Developed
3 matches
Mail list logo