Hi everybody,
I wanna implement independent component analysis on my data, for this reason I'm using both AnalyzeFMRI and FastIca packages.
I only have ione doubt: how can you calculate the number of components? Some pares suggest to use the minimum description length principle, but it seems...
Hi everybody,
I have some problems with this operator []
I have this code:
for (file in files) {
+ img <- f.read.analyze.volume(file)[,,,1]
+ mask3D <- mask3D*(!is.na(img))
+ }
Error in mask3D * (!is.na(img)) : non-conformable arrays
> dim(!is.na(img))
[1] 64 64 18
> for (file...
Hi everybody,
I'm trying to convert my Dicom images in the Analyze tipe, but I found some problems. I wanna access the header info (with a function of the package "Analyze fMRI"), but it still gives me errors.
Code:
> dcmList <- readDICOM(system.file("central slice", package="oro.dicom"))...
Hi there,
I began using R last week and... It drives me crazy!
However, I'm using the package "AnalyzefMRI" and that's right, but I have some problems related to atomic vector.
Here's my code:
>library(AnalyzeFMRI)
> fM0223_004 <- "C:/Users/IVACCHIERI/Downloads/fM00223.fM0223_004.img"...
I can't seem to find this package - "lmPerm" (linear model permutation test).
On the page http://cran.r-project.org/web/packages/lmPerm/index.html it says
" Package ‘lmPerm’ was removed from the CRAN repository.Orphaned on 2014-02-11: the maintainer is unresponsive. "
What does this mean...
I'm trying to learn a bit more about multilevel modeling so I'm going to start this thread here and post questions about the process as I know there are several regulars here who use multilevel models frequently. I know the nmle package exists but I'm mostly trying to figure out how lme4 works...
When I updated MikTex on Windows 7, R no longer would compile PDFs.
* checking PDF version of manual ... WARNING
LaTeX errors when creating PDF version.
This typically indicates Rd problems.
LaTeX errors found:
!pdfTeX error: pdflatex.EXE (file ts1-zi4r): Font ts1-zi4r at 540 not found...
Dason anserwed how to get the devel. version of R for Linux here.
I am attempting the same for Windows and can't seem to get the devel. version up and running.
I recently migrated from windows to linux mint + cinnamon. There's a habit I picked up as a windows user I like that I'd like to replicate but can't. I like this for my work flow though you make think it's silly. But the question is can I do this in mint. In this video...
This thread is just to serve as a marker for future searchers as Dason answered this for me:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E084DAB9
sudo sh -c "echo 'deb http://streaming.stat.iastate.edu/CRAN/bin/linux/ubuntu quantal/' >> /etc/apt/sources.list"
sudo apt-get...