search for: hj

Displaying 20 results from an estimated 146 matches for "hj".

Did you mean: jh
2006 Jan 11
1
F-test degree of freedoms in lme4 ?
...apf:bl 3 78 2.99 0.0362 Then I tried to move to lmer. I tried to find something equivalent to the above lme call, with no success at all. In case, that the problem is in the data, here is the set: VP ampl wg bl gapf 1 WJ 22 w s 144 2 CR 23 w s 144 3 MZ 25 w s 144 4 MP 34 w s 144 5 HJ 36 w s 144 6 SJ 26 w s 144 7 WJ 34 w s 80 8 CR 31 w s 80 9 MZ 33 w s 80 10 MP 36 w s 80 11 HJ 37 w s 80 12 SJ 32 w s 80 13 WJ 34 w s 48 14 CR 37 w s 48 15 MZ 38 w s 48 16 MP 38 w s 48 17 HJ 40 w s 48 18 SJ 32 w s 48 19 WJ 36 w s 16 20 CR 40 w s 16 21 MZ 39 w s 16 22 MP 40 w s 16 23 HJ 40 w s 16 24...
2012 Mar 01
1
help stylesheet_link_tag
...:defaults %> - <%= csrf_meta_tag %> - </head> "stylesheet_link_tag" and "javascript_include_tag" dosn''t work. My Rails version is 3.2.1. The book was written using Rails 3.0.5. How to modify stylesheet_link_tag parameters to fit Rails 3.2.1? My files hj@debian:~/depot$ ls app/assets/stylesheets/ application.css depot.css products.css.scss store.css.scss carts.css.scss line_items.css.scss scaffolds.css.scss hj@debian:~/depot$ ls app/assets/javascripts/ application.js depot.css products.js.coffee carts.js.coffee line_items.js.co...
2012 Jul 09
2
Read vector as multi-dimensional data in R by row
...6 7 8 9 10 , , 2 [,1] [,2] [,3] [,4] [,5] [1,] 11 12 13 14 15 [2,] 16 17 18 19 20 I checked '?array' but there is not an argument or something like 'byrow=T' as the one in 'matrix'. Could anyone help please? Many thanks in advance! HJ [[alternative HTML version deleted]]
2012 May 25
4
Reading a bunch of csv files into R
...s, I do not bother to search a more efficient way. Is there any claver way that I do not have to type in all these hundreds names by hand, maybe using a R package or write some code in some other languages if it is not too difficult to learn. Any thoughts/hints please?? Many thanks in advance! HJ [[alternative HTML version deleted]]
2012 Mar 27
2
Supperscript, subscript and double lines in the main/sub title and using greek letters
...'//' or '\\' to seperate the two parts of the text I want to put in two lines?? I heard about using something like plot(x,y, main=expression(....)) but from neither '?plot' or '?expression' could I find comprehensive information about what I need... Many thanks! HJ [[alternative HTML version deleted]]
2013 Mar 06
2
How to combine conditional argument and logical argument in R to create subset of data...
...NA 16 20 [4,] NA 5 NA 17 21 I thought something like the code below gonna to work but it only returns the last row,e.g "NA 5 NA 17 21". ... bb<-b[which( (b[,2]>4 | b[,2]==NA) & (b[,1]>4 | b[,1]==NA) & b[,4]>15) ,]) Please could anyone help? Many thanks in advance HJ [[alternative HTML version deleted]]
2004 Sep 10
1
[inzanekaoz@yahoo.com: Bug#179764: 8-bit audio samples incorrectly played back]
I am forwarding this bug report from the Debian bug tracking system. Please preserve the CC header when responding. To reach the submitter directly, send mail to 179764-submitter@bugs.debian.org. ----- Forwarded message from HJ <inzanekaoz@yahoo.com> ----- Date: Tue, 4 Feb 2003 03:54:36 -0800 (PST) From: HJ <inzanekaoz@yahoo.com> Resent-From: HJ <inzanekaoz@yahoo.com> To: submit@bugs.debian.org Subject: Bug#179764: 8-bit audio samples incorrectly played back Package: xmms-flac Version: 1.1.0-3 All fl...
2008 Dec 05
1
complex(?) reshaping question
...;fg"), class = "factor"), toka3 = structure(c(NA, NA, NA, NA, NA, NA, 1L, 2L, NA, NA, NA, NA, NA, 2L), .Label = c("as", "fg"), class = "factor"), kol1 = structure(c(NA, NA, NA, NA, 1L, 2L, NA, NA, NA, NA, 1L, 2L, NA, NA), .Label = c("hj", "ht"), class = "factor"), kol2 = structure(c(NA, NA, NA, NA, 1L, 2L, NA, NA, NA, NA, 1L, 2L, NA, NA), .Label = c("hj", "ht"), class = "factor"), kol3 = structure(c(NA, NA, NA, NA, 1L, 2L, NA, NA, NA, NA, 1L, 2L, NA, NA), .Labe...
2012 Mar 21
2
Check results between two data.frame
...L) for (i in 1:nrow(x)) { for (j in 1:ncol(x)) { if (x[i, j] == y[i, j]) { CHECK_XY[i, j] = c("good") } else { CHECK_XY[i, j] = c("check") } } } print(CHECK_XY) } Thanks! HJ [[alternative HTML version deleted]]
2012 Nov 13
3
Can't remember which package I used. Anyone can help please?
...o on. In this case we have 30 and 28 respectively (please see attached table and plot). I lost my code and can not remember which packages/functions I used here? Could anyone recognize and give me some clue? I only made a note 'crosstable' if can ring your bell... Many thanks in advance HJ
2012 Aug 06
1
How to convert data to 'normal' if they are in the form of standard scientific notations?
...ert them using other form rather than scientific notations which seems a standard/default? I want them to be in the form like '20110911001084', but I'm very confused why when I used 'as.factor' call it works for my 'Tem1' but not for 'Tem5'...?? Many thanks! HJ > Tem1[1:5,1][1] 2.10004e+12 2.10004e+12 2.10004e+12 2.10004e+12 2.10004e+12> Tem5[1:5,1][1] 2.011091e+13 2.011091e+13 2.011091e+13 2.011091e+13 2.011091e+13> class(Tem1[1:5,1])[1] "numeric"> class(Tem5[1:5,1])[1] "numeric"> as.factor(Tem1[1:5,1])[1] 2.10004e+12...
2012 Mar 27
1
Data indexing issue...
...g data. So for example... WinterWdIndex<-which(Calender$Day=='Wd' AND Calender$Season=="Winter") I know the above syntax is wrong, and I checked '?which' which did not give me an answer and also tried '?AND' but seems it doesn`t exist at all... Many thanks! HJ [[alternative HTML version deleted]]
2013 May 02
2
Calculating distance matrix for large dataset
...be provided for your advice, so try below if needed: A<-matrix(1:365000*144,nrow=365000,ncol=144)> dim(A)[1] 365000 144> d1<-dist(A,method="euclidean")Error in dist(A, method = "euclidean") : negative length vectors are not allowed Many thanks in advance! HJ [[alternative HTML version deleted]]
2013 May 21
1
keep the centre fixed in K-means clustering
...1 [3,] 3 0.2550276 0.1691720 1 [4,] 4 -0.1162162 0.6754874 1 ... [55,] 55 1.1570996 1.1175119 2 [56,] 56 1.4816195 1.6836226 2 p.s. I use Euclidian to obtain/calculate distance matrix. Many thanks in advance HJ [[alternative HTML version deleted]]
2012 Jun 08
3
Resolution issue with exporting plots from R and write tables in Latex code for producing pdf document
...more handy to do the job? Also are there a good way to write some hundred tables from R to Latex for producing pdf documents in an easier fashion?? i.e. Just realised that Latex does not like compiling large amount tables/figures in one go! Any advices/ideas are greatly appreciated! Best wishes HJ Below is my code... ===================== SumTab<-function(Data=SortedDataInList,StartDate="30/1/12",EndDate="31/05/12",StartTime="22:50:00",EndTime="23:00:00"){ Start= chron(StartDate,StartTime , format=c(dates="d/m/y", times="h:m:s&q...
2012 Mar 15
2
Importing multiple worksheets from one Excle/ csv file into R
...from one Excle file or one csv file and put them into one R data.frame. Or does anyone ever used any packages in part 8 shown in the following link that can help to do the job I mentioned here?? http://cran.r-project.org/doc/manuals/R-data.html#Spreadsheet_002dlike-data Many thanks in advance! HJ I know how to import one single worksheet in one file but would like to know how to import data from .csv file containning multiple worksheets. [[alternative HTML version deleted]]
2012 Mar 13
4
Converting factor data into Date-time format
...ion. Please note that the data I received is recorded every 10 minutes so they are saved in the form of 'dd/mm/yyyy hh:mm', e.g. I only have data measured up to 'minute' NOT to 'second'. Are there any direct solution that I can solve this issue?? Many thanks in advance! HJ [[alternative HTML version deleted]]
2015 Feb 24
0
New maildir default permissions
hi, i'm trying to configure dovecot to create maildir directories of new users with specific permissions. i'm ending with this dovecot: auth: Debug: sql(blabla,::1,<HJ/.>): query: SELECT data_user.username, data_user.password, 500 AS userdb_uid, 500 AS userdb_gid, 500 as mail_access_groups, 750 as mode, '/var/mail/' AS userdb_home, concat('maildir:/var/mail/', data_ldap.maildir) AS userdb_mail, concat('*:bytes=', data_ldap.quota) AS use...
2003 Mar 19
3
SAMBA on the WAN
Is anyone routing samba connections over a wan? Is there a way to do this that will make the network admins happy? Thanks for your help with this. -alan ============================================== Alan M. Goldberg SAP Basis Specialist, Web Consultant HJ Heinz Company of Canada Ltd PH: 416-226-7542 FX:416-226-7564 CEL: 416-606-8945 PAG:416-381-0157 alan.goldberg@hjheinz.com
2012 Mar 19
2
'Unexpected numeric constant'
...E<-paste(rep("T",48),seq(0.5,24,by=0.5)) names(T1A)<-c("DATE",TIME) However, if I do not change the columns' name then everything works fine, e.g. I can call the variables with no problem. class(T1A$X00.30.00) [1] "numeric" Any thoughts?? Many thanks!!! HJ [[alternative HTML version deleted]]