Displaying 3 results from an estimated 3 matches for "save_to".
2011 Aug 03
2
Error message for MCC
Greetings all,
I am getting an error message 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 C...
2006 Jun 22
3
Importing images with file_column over http?
I haven''t cracked the source of file_column just yet - but has anyone worked
out a way to snag images via URL instead of a file upload?
Optimally I''d like to have my clients be able to upload a file, or enter in
a URL to store as file on the system.
Any/all help would be cool.
--
seth at subimage interactive
http://www.subimage.com/sublog/
-------------- next part
2011 Aug 01
2
Errors, driving me nuts
...tt_pvalue[i] <- tt$p.value
+ }
Error in tt_pvalue[i] <- tt$p.value : object 'tt_pvalue' not found
# I tried setting up a vector...
# as.vector(tt_pvalue, mode="any") ### but NO GO
> file.name = paste("ttest.results.", compareA, compareB, "")
> setwd(save_to)
> write.table(tt_pvalue, file=file.name, sep="\t" )
Error in inherits(x, "data.frame") : object 'tt_pvalue' not found
# No idea??
What is going wrong??
M
Matt Curcio
M: 401-316-5358
E: matt.curcio.ri at gmail.com