Displaying 2 results from an estimated 2 matches for "comparea".
Did you mean:
compared
2011 Aug 03
2
Error message for MCC
...that is stifling me.
Any ideas?
> ## Define Directories ##
> load_from <- "/home/mcc/Dropbox/abrodsky/kegg_combine_data/"
> save_to <- "/home/mcc/Dropbox/abrodsky/ttest_results/"
>
> ###############################
> ## Define Columns To Compare ##
> compareA <- "log_b_rich"
> compareB <- "Fc_cdt_rich_tot"
>
> ################################
> ## Collect Files To Compare ##
> setwd(load_from)
> files_to_test <- list.files(pattern = "combine.kegg")
>
> ##########################
> ## Init...
2011 Aug 01
2
Errors, driving me nuts
Greetings all,
I am getting this error that is driving me nuts... (not a long trip, haha)
I have a set of files and in these files I want to calculate ttests on
rows 'compareA' and 'compareB' (these will change over time there I
want a variable here). Also these files are in many different
directories so I want a way filter out the junk... Anyway I don't
believe that this is related to my errors but I mention it none the
less.
> files_to_test <- l...