search for: 62220

Displaying 3 results from an estimated 3 matches for "62220".

Did you mean: 2220
2006 Jun 15
4
help with table partition
Hi, I have a test_table where the dim is 62220 by 73 (row by col) I would like to partition the rows into 170 equal parts (170 tables where each is of dim 366 by 73), and rearrange them horizontally. The source codes I have: for (i in 1:170) { c = cbind(c,test_table[(367*i+1):(367*(i+1)),2:73]); } Unfortunately,...
2006 Jun 15
0
log returns (was: Re: help with table partition)
...> lapply(mat.s,t) > # transpose matrices in list > > gives you a list of transposed tables, which is probably better than > separate tables. Just change rep(1:5,each=20) to rep (1:170, > each=366). > > or > a quicker one without data frame > > mat <- matrix(rnorm(62220*73), 62220,73) > > dim(mat) <- c(366,73,170) > mat.i <- array(0,dim=c(73,366,170)) > for (i in 1:170) mat[ , , i] <- t(mat[ , , i]) > > HTH > Petr > > > > > > On 15 Jun 2006 at 9:38, Wong, Kim wrote: > > Date sent: Thu, 15 Jun 2006...
2000 Aug 27
0
Printing from windows to samba
...ser jason (uid=1000, gid=1000) (pid 62219) [2000/08/27 10:11:51, 1] smbd/service.c:close_cnum(583) winblows (10.1.1.11) closed connection to service lp [2000/08/27 10:11:54, 1] smbd/service.c:make_connection(550) winblows (10.1.1.11) connect to service lp as user jason (uid=1000, gid=1000) (pid 62220) [2000/08/27 10:11:54, 1] smbd/service.c:close_cnum(583) winblows (10.1.1.11) closed connection to service lp [2000/08/27 10:11:56, 1] smbd/service.c:make_connection(550) winblows (10.1.1.11) connect to service lp as user jason (uid=1000, gid=1000) (pid 62220) Here is my smb.conf file, # Sam...