Hi Duncan;
Thanks for this. I used followed command. In command line: blood is the name of the data file, degree=11 because I have 12-time point. I need to create the design matrix of dummies (named des_blood) for fitting time series micorarray gene expression experiments using maSigPro program. des_blood=make.design.matrix(blood, degree=11) On Sat, Nov 12, 2016 at 7:54 PM, Duncan Murdoch <murdoch.dun...@gmail.com> wrote: > On 12/11/2016 7:33 PM, greg holly wrote: > >> Dear all; >> >> I am getting the following error message when I run maSigPro package by >> using >> >> make.design.matrix commend. I could not figure out why this error happens. >> Thanks for your help >> >> Greg >> >> Error in Summary.factor(c(24L, 28L, 29L, 30L, 31L, 32L, 33L, 34L, 35L, : >> ‘min’ not meaningful for factors >> >> > You'll need to give a minimal reproducible example (i.e. something others > can run, but not containing a lot of unnecessary stuff) if you want help > with this. > > Duncan Murdoch > > [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.