search for: mycons

Displaying 10 results from an estimated 10 matches for "mycons".

Did you mean: myconf
2011 Jan 21
1
Reading gz compressed csv file - 'incomplete line found'
Hi all, I am trying to download, decompress and read a csv file. My code: myurl <- "ftp://ftp.ncbi.nih.gov/pub/geo/DATA/supplementary/series/GSE24729/GSE24729_MitoNuclear_suppl_male_stats.csv.gz" # myfile <- "GSE24729_MitoNuclear_suppl_male_stats.csv.gz" # download.file(myurl, destfile=myfile, mode="w") # mycon <- gzcon(gzfile(myfile,
2011 Jan 04
2
Print plot to pdf, jpg or any other format when using scatter3d error
Hi, I have been trying to output my graphs to a file (jpeg, pdf, ps, it doesnt matter) but i cant seem to be able to get it to output. I tried a few things but none of them worked and am lost as what to do now. I am using the scatter3d function, and it prints out the graphs on tot he screen without any problems, but when it comes to writing them to a file i cant make it work. Is there any
2011 Jan 04
0
Error in M[, 1] : incorrect number of dimensions when trying to plot hexbin
Hello again, I am trying to plot out activity regions the user did on the screen via plotting a hexbin. I have 20 users whose information i want to plot out and it stops in the user 16 with the message Error in M[, 1] : incorrect number of dimensions. Any advice would be appreciated as i dont see why this error occurs on the data for the 16th user. All the other users get plotted out
2014 Feb 21
4
[LLVMdev] compiler-rt CMake build
Hi Brad, I have a few questions regarding ExternalProject_Add. For me it doesn't really work as expected. I add the following code to the tools/clang/runtime/CMakeLists.txt to configure compiler-rt as external project: ExternalProject_Add(compiler-rt #DEPENDS clang clang++ llvm-config PREFIX ${CMAKE_BINARY_DIR}/projects/compiler-rt SOURCE_DIR ${COMPILER_RT_SRC_ROOT}
2008 Feb 06
0
kruskal's MONANOVA algorithm
I am trying to obtain the Kruskal (1964) secondary least-squares monotonic transformation of a rank variable given 4 categorical variables in order to obtain optimal transformation for regression. The academic problem assigned is to compare R, SPSS (Conjoint Analysis), and SAS' proc transreg in speed and accuracy. Currently, SAS and SPSS are giving similar results, but R's are quite
2014 Feb 21
2
[LLVMdev] compiler-rt CMake build
On Fri, Feb 21, 2014 at 7:31 PM, Brad King <brad.king at kitware.com> wrote: > On 02/21/2014 09:49 AM, Alexey Samsonov wrote: > > 1) Looks like "DEPENDS" option is just broken > > I use cmake 2.8.10.2. > > Dependencies on normal targets were accidentally broken in 2.8.9 and > later fixed in 2.8.11 (along with a test case to keep it working): > >
2006 Jan 05
1
Suggestion for big files [was: Re: A comment about R:]
ronggui wrote: > If i am familiar with > database software, using database (and R) is the best choice,but > convert the file into database format is not an easy job for me. Good working knowledge of a DBMS is almost invaluable when it comes to working with very large data sets. In addition, learning SQL is piece of cake compared to learning R. On top of that, knowledge of another (SQL)
2014 Sep 01
2
[LLVMdev] Problem linking and JITing code through C++-API
...32 2 store i8* %136, i8** %157 %158 = getelementptr %"struct.sprite::compiler::node"* %102, i32 0, i32 3 store i8* %154, i8** %158 %159 = getelementptr %"struct.sprite::compiler::node"* %root_p, i32 0, i32 0 store %"struct.sprite::compiler::vtable"* @.vt.CTOR.MyCons, %"struct.sprite::compiler::vtable"** %159 %160 = getelementptr %"struct.sprite::compiler::node"* %root_p, i32 0, i32 1 store i64 1, i64* %160 %161 = getelementptr %"struct.sprite::compiler::node"* %root_p, i32 0, i32 2 store i8* %100, i8** %161 %162 = getele...
2014 Sep 02
2
[LLVMdev] Problem linking and JITing code through C++-API
...8 = getelementptr %"struct.sprite::compiler::node"* %102, i32 0, i32 3 > > store i8* %154, i8** %158 > > %159 = getelementptr %"struct.sprite::compiler::node"* %root_p, i32 > 0, i32 0 > > store %"struct.sprite::compiler::vtable"* @.vt.CTOR.MyCons, > %"struct.sprite::compiler::vtable"** %159 > > %160 = getelementptr %"struct.sprite::compiler::node"* %root_p, i32 > 0, i32 1 > > store i64 1, i64* %160 > > %161 = getelementptr %"struct.sprite::compiler::node"* %root_p, i32 > 0, i...
2014 Sep 08
2
[LLVMdev] Problem linking and JITing code through C++-API
...compiler::node"* %102, i32 0, > i32 3 > > > > store i8* %154, i8** %158 > > > > %159 = getelementptr %"struct.sprite::compiler::node"* %root_p, i32 > > 0, i32 0 > > > > store %"struct.sprite::compiler::vtable"* @.vt.CTOR.MyCons, > > %"struct.sprite::compiler::vtable"** %159 > > > > %160 = getelementptr %"struct.sprite::compiler::node"* %root_p, i32 > > 0, i32 1 > > > > store i64 1, i64* %160 > > > > %161 = getelementptr %"struct.sprite::comp...