This is a test version of Biostars. For the public version, visit https://www.biostars.org.
statmod package in R

Hi every body

I am trying to find within illumina chip correlation in R using package limma, but I encounter error that tells me "there is no package statmod". I don't know how to import statmod package to R .

Can any body guide me about it.

Thanks in advance

Nazanin

rna-seq

1 answer

What problems were you facing? I could install the package as you would normally do:

install.packages("statmod")
library(statmod)

Thanks a lot My problem was resolved with your command. Regards Nazanin

Log in to answer this question.