search for: mycon

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

Did you mean: myco
2011 Jan 21
1
Reading gz compressed csv file - 'incomplete line found'
...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, open="r")) # mydata <- read.csv(textConnection(readLines(mycon))) # close(mycon) works under my linux distribution, but under windows, I get the following warning: > myurl <- "ftp://ftp.ncbi.nih.gov/pub/geo/DATA/supplementary/series/GSE24729/G...
2011 Jan 04
2
Print plot to pdf, jpg or any other format when using scatter3d error
...raphs (they dont have to be rotatable/interactive after the print out)? The code is fairly simple and is listed down : #libraries library(RMySQL) library(rgl) library(scatterplot3d) library(Rcmdr) ############################################################################## #database connection mycon <- dbConnect(MySQL(), user='root',dbname='test',host='localhost',password='') #distinct sessions rsSessionsU01 <- dbSendQuery(mycon, "select distinct sessionID from actiontimes where userID = 'ID01'") sessionU01 <-fetch(rsSessionsU01) ses...
2011 Jan 04
0
Error in M[, 1] : incorrect number of dimensions when trying to plot hexbin
...iated as i dont see why this error occurs on the data for the 16th user. All the other users get plotted out without a problem. I am using the R 2.12.1 on W7 if needed. The user data is in the csv file attached to this mail. The R code is: #libraries library(RMySQL) library(hexbin) #user data mycon <- dbConnect(MySQL(), user='root',dbname='test',host='localhost',password='') rsUser01 <- dbSendQuery(mycon, "select a.userID,a.sessionID,a.actionTaken,a.timelineMSEC,a.durationMSEC,b.X,b.Y,b.Rel__dist_,b.Total_dist_ from `actiontimes` as a , `ulogdata`...
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
...ird results when i choose k=4. Here is my acepackage code and isoMDS function: X <- cbind(Brand, Price, Life, Hazard) # independent variables Y <- Rank # response variable cate <- as.vector(c(1,2,3,4)) # categorical variables(columns) in X mycon <- avas(x=X, y=Y, cat=cate) mymatrix <- as.matrix((X) row.names(mymatrix) <- Rank Any help is well appreciated. Thanks. myc <- isoMDS(dist(mymatrix), k=?) [[alternative HTML version deleted]]
2014 Feb 21
2
[LLVMdev] compiler-rt CMake build
...a recursive-make-like structure was > only later proposed as a use case. In order to make the build > step always run you need to make it depend on an extra step that > is always out of date: > > ExternalProject_Add_Step(compiler-rt always-build > COMMENT "Always building MyCOnly..." > DEPENDERS build > ALWAYS 1 > ) > Great, thanks for suggestion! We can even use "DEPENDERS configure" instead of "DEPENDERS build" here. And we'd better "clobber" the compiler-rt build tree if any of the dependencies change (we need...
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 = getel...
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,...
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::com...