Displaying 10 results from an estimated 10 matches for "cloumn".
Did you mean:
coloumn
2009 Dec 16
0
mysql character set = UTF-8 on a cloumn in a migration
Hi,
I want to change a single table field to UTF-8, but cant see a way of
defining this in a migration. Does anyone know if there is a way, or
if it has to be an sql snippet, how would I add that?
Thanks
Tony
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2006 Jun 23
2
columnwise multiplication?
Hi all,
I'd like to do a multiplication between 2 matrices buy only want resulsts of
cloumn 1 * column 1, column 2 * column 2 and so on.
Now I do
C <- diag(t(A) %*% B)
Is there a bulit in way to do this?
Thank you.
[[alternative HTML version deleted]]
2012 Jan 16
1
problem in import and export
hello,
i hav a prob in R lang. i want to do correlation of data frame
22810(gene) rows and 1436 colums(experiment) when i covert this file
in csv or xls format it reads only 1024 cloumns. n when i do
correlation of data mean 22810 *22810 matrix made in terminal then i
export in csv or xls by write.table it will give me only 1024 columns
rather than 22810 columns.wat i do
plzzz help me... for this file what should the syntax of import and
export...
[[alternative HTML version dele...
2007 Dec 14
1
RJDBC to OpenOffice Calc as RODBC to MS Excel
...[label$.label]
FROM [data$], [label$]
WHERE [data$.ethn] = [label$.ethn];"
data = sqlQuery(connect, query);
odbcClose(connect);
[data$] and [label$] are two named sheets in the Excel spreadsheet
testdata.xls. [.ethn], [.sex], [.age], [.height], [.weight], and
[.label] are cloumn names that appear in the first row in the sheets. I
can also have UNION queries that allow me to overcome the spreadsheet
row limitation of a single sheet. The idea is to allow normalization of
data in a spreadsheet and leveraging the power of SQL, without using a
database.
Can the same be done u...
2013 Jun 18
1
hist function in a for loop
Dear all,
I need to create a for-loop in which I can compute multiple histograms
My code is the following :
#singlefile includes huge csv file
#I want to specify the binsize
#I would like to compute in the for -loop the histograms
numfiles <- length(singlefile)
for (i in 1 :51)
{
binsize <- -20 :20/2
hist(singlefile(singlefile$GVC[singlefile$new_id==i]], break=seq(),
2010 Oct 13
4
loop
...<- matrix(M[,ceven], nrow=nsim, ncol=20)
for (t in cevenl){
Mhb0[ ,t] <- M[,(41+t)]-M[,(41-t)]
Mhb1[ ,t] <- M[,(42+t)]-M[,(42-t)]
}
}
Problem: the problem is in the red part of the loop. I want that the software takes the column (41+t) from the matrix called M and subtract from it the cloumn (41-t) of the same matrix M, such that the value of t varies according to the vector cevenl above.
Why is this looping not working?
Thanks in advance!!!
Julia
[[alternative HTML version deleted]]
2008 Aug 21
0
Elastic net loop problem
Dear Members,
I am working on Elastic net and using R package for that. I
have two matrix. My response is a matrix of size 50X50 and predictor is also
in same
size. I want to extract only cloumns from the matrix and do the elastic net
analysis then store them as a matrix.
library(elasticnet)
library(lars)
XB<-matrix(rnorm(2500,0,1), ncol=50,nrow=50)
y1<-matrix(rnorm(2500,0,1), ncol=50,nrow=50)
en1<-enet(x=XB,y=y1[,1],lambda=1,normalize=TRUE,intercept=TRUE) # here I
have used one...
2010 Feb 08
1
Hi problem with read.csv
Hi all,
I am getting problem with "read.csv()"
command
the problem is
I have one file which is saved in "ANSI"
while I am trying to open with R-Project its opend and all the cloumn names
are comming proper like
for the command
names(kk)
"FILEID" "UNIQUEID" "LATESTFLG" "ACTIVEFLG"
"PROJROLEID" "IDENTIFIER" "TREATMTSTDATE" "TITLE"
"SOURCE" &quo...
2006 Jan 16
23
Read data from Excel
A client of mine has a ton of data stored in Excel spreadsheets. I''m
building a web application for her (backed by a real db of course) and want
to import all that data. Is there a library available to read data from
Excel? Is there an easy way to upload the spreadsheets and then read the
data?
Thanks,
Ken Kousen
--
Kenneth A. Kousen, Ph.D.
President
Kousen IT, Inc.
2010 Oct 15
0
nomianl response model
...1 <- matrix(M[,ceven], nrow=nsim, ncol=20)
for (t in cevenl){
Mhb0[ ,t] <- M[,(41+t)]-M[,(41-t)]
Mhb1[ ,t] <- M[,(42+t)]-M[,(42-t)]
}
}
Problem: the problem is in the red part of the loop. I want that the
software takes the column (41+t) from the matrix called M and subtract from
it the cloumn (41-t) of the same matrix M, such that the value of t varies
according to the vector cevenl above.
Why is this looping not working?
Thanks in advance!!!
Julia
[[alternative HTML version deleted]]
------------------------------
Message: 72
Date: Wed, 13 Oct 2010 11:16:24 -...