search for: title2

Displaying 17 results from an estimated 17 matches for "title2".

Did you mean: title
2009 Jul 02
2
Passing expression as argument to do.call
...rt example below, concatenating lists objects and an expression creates an expression object, which is not an acceptable argument for do.call. Is there a way to avoid that? Thanks you Sebastien foo <- list(x=1:10, y=1:10) mylist <- list(pch=6, col=2) title <- "1 microgram" title2 <- expression ("1 " mu "g") do.call(plot, c(foo, mylist, main=title)) class(c(foo, mylist, main=title2)) do.call(plot, c(foo, mylist, main=title2))
2006 Jun 27
4
Not Active Record Model Validation
I have a problem with ruby on rails validation total_book_toy.rhtml ================ <%= text_field ''book1'', ''title1'' %> <%= text_field ''book2'', ''title2'' %> I want to validate these text_field so user can''t insert same title. However, I was stuck how to do it. Or maybe you have another way how to do it. Any suggestion, please? Thank you so much. -------------- next part -------------- An HTML attachment was scrubbed... URL:...
2002 May 06
4
Subtitle?
Hi, Is it possible to add a subtitle that appears directly below the main title? I tried the "sub" parameter, but it adds sub-title to the bottom of the plot. Cheers, Kevin ------------------------------------------------------------------------------ Ko-Kang Kevin Wang Postgraduate PGDipSci Student Department of Statistics University of Auckland New Zealand Homepage:
2006 Apr 08
1
help : uninitialized constant Song
...def aSong(aSong) @songs.push(aSong) self end def deleteFirst @songs.shift end def deleteLast @songs.pop end end list =SongList.new list. append(Song.new(''title1'', ''artist1'', 1)). append(Song.new(''title2'', ''artist2'', 2)). append(Song.new(''title3'', ''artist3'', 3)). append(Song.new(''title4'', ''artist4'', 4)) ------------ thnx FF --------------------------------- How low will we go? Check out...
2010 Mar 23
0
rdcomclient issue - member not found when using borders
...s3.R") xls <- COMCreate("Excel.Application") xls[["Visible"]] <- TRUE wb = xls[["Workbooks"]]$Add(1) sh = wb[["Worksheets"]]$Add() sh[["Name"]] <- as.character(tabName) AnalyzeExport <- function(sh,Data,Cell,Title1,Title2) { letters<-c("A","B","C","D","E","F","G","H","I","J","K","L","M","N","O"," P","Q","R","S","T&quot...
2005 Nov 10
1
# symbol in input data (PR#8296)
...aring in a quoted string in input causes further input of that line to be ignored. Can be cured by escaping (i.e., "\#"), but in big data sets it is onerous to find. # should not be "special" inside a quoted string. Here is a small input file. Read it with read.csv(). Title1, Title2, cHdr1, cHdr2, cHdr3 "xyz","abc",1.0,2.0,3.0 "xyy","ab#c",4.0,5.0,6.0 "zyx","abc",7.0,8.0,9.0
2008 Sep 07
1
Oggenc: Bug or feature?
...behaviour in oggenc that I didn't expect and wondered if this was intentional or not. I was wanting to encode a Cd which has more than one artist, but several tracks per artist. The command I entered took the form of: oggenc -n "%n - %a - %t.ogg" -a artist1 -N 1 -t title1 -N 2 -t title2 -N 3 -t title3 -a artist2 -N 4 -t title4 -N 5 -t title5 -a artist3 -N 6 -t title6 ... What I expected was that tracks 1 2 and 3 would use artist1, tracks 4 and 5 would use artist2 and track 6 would use artist3. What happened was that track 1 used artist1 and track 2 used artist2. Presumably...
2007 Mar 30
2
gallery issue...
.../*.jpg 4 5 mainPageMetaInfo: 6 inMenu: true 7 otherKey: value 8 9 galleryPagesMetaInfo: 10 orderInfo: 10 11 inMenu: true 12 --- 13 gallery/frate.jpg: 14 title: Test title 15 description: Long description of image 16 17 gallery/gas01.jpg: 18 title: Title2 of pic 19 mykey: mydata of course i have a directory gallery/ with some pictures... but it makes only empty pages: it creates them, but empty page. any ideas? thanks, bye! -- -gaspa- ----------------------------------------------- --------- Powered by Debian GNU/Linux --------- -Il lunedi...
2008 Dec 11
1
candisc plotting
...n Cumulative Ratio F Value Num DF Den DF Pr > F 1 0.1068 1.0000 1.0000 0.90349416 31.88 2 597 <.0001 I am also wondering how to plot the can1*can1 like it is done in SAS. proc plot; plot can1*can1=species; format species spechar.; title2 'Plot of Constits_vs_cassettes'; run; Thanks [[alternative HTML version deleted]]
2004 Aug 06
1
bit/bytes
...at the PLS file for SomaFM's "Goove Salad" channel you'll see : ------------------------------------------------ [playlist] numberofentries=3 File1=http://64.236.34.97:80/stream/1018 Title1=SomaFM Presents: Groove Salad 128k (Feed #1) Length1=-1 File2=http://205.188.245.133:8076 Title2=SomaFM Presents: Groove Salad 128k (Feed #2) Length2=-1 File3=http://server2.somafm.com:8032 Title3=SomaFM Presents: Groove Salad 128k (Feed #3) Length3=-1 Version=2 ----------------------------------------------- So for this channel they have 3 possible feeds to spread the load over. You could...
2004 Sep 10
0
Suggestion for tagging flac w/ cuesheets
...e integrated cuesheet functionality for handling performer/artist information. I share this opionion since that would mean to sacrifice a very flexible tagging system for some static solution adopted from the CDDA world. How would it be to just use tags like "TITLE1=Light my fire", "TITLE2=Extinguish me!", "PERFORMER1=..." for cuesheet flacs? That would be very flexible and would require no changes to the cuesheet handling system. Of course one could say that there is no need for standardization since everybody can handle this as he wants. But it would be really a big...
2006 Mar 28
0
substring and html in the db
...n give me a hand. I have a blog type application that I''m developing. There is a page "list all entries" which looks like this: Title1 posted by Person1 about 2 hours ago test1 test1test1 test1test1 test1test1 test1test1 test1test1 test1test1 test1... (click here for full post) Title2 posted by Person1 about 2 hours ago test1 test1 test1 test1 test1 test1 test1 test1 test1 test1 test1 test1 test1 test1...(click here for full post) I "preview" the news entries by displaying the first 200 characters of the body of each entry, with a ...(click here for full post) The pro...
2010 Jul 16
0
Effects library LSM decimal place errors
...: PROC IMPORT OUT= WORK.dat DATAFILE= "C:\Documents and Settings\nxf\Desktop\mydat.xls" DBMS=EXCEL REPLACE; GETNAMES=YES; MIXED=NO; SCANTEXT=YES; USEDATE=YES; SCANTIME=YES; RUN; proc contents data=dat; run; data dum; set dat; ln_y = log(y+0.01); run; proc glm data=dum; title2 'test'; weight w; class var1 var2 var3; model ln_y = covar var1 var2 var3 var1*var3 var2*var3; lsmeans var1 var2 var3 var1*var3 var2*var3 /out=LSMeffect stderr; run;quit; proc print data=LSMeffect; run; proc export data=LSMeffect outfile='C:\Documents and Settings\nxf\Desktop\s...
2011 Mar 01
1
Pairwise T-Tests and Dunnett's Test (possibly using multcomp)
...114 PB 19 115 PB  .  117 PB 33 118 PB 37  122 PB 25 126 PB 28  129 PB 26 132 PB  .  133 PB 31 134 PB 27  139 PB 30 144 PB 25  145 PB 22 147 PB 36  149 PB 32 ;   PROC SORT DATA = GAD; BY DOSEGRP; PROC MEANS MEAN STD N DATA = GAD;     BY DOSEGRP;     VAR HAMA;     TITLE1 'One-Way ANOVA';     TITLE2 'EXAMPLE 6.1: HAM-A Scores in GAD'; RUN;   PROC GLM DATA = GAD;     CLASS DOSEGRP;     MODEL HAMA = DOSEGRP;     MEANS DOSEGRP/T DUNNETT('PB');     CONTRAST 'ACTIVE vs. PLACEBO' DOSEGRP 0.5 0.5 -1; RUN; [[alternative HTML version deleted]]
2004 Aug 06
3
bit/bytes
...Salad" channel you'll see : > > ------------------------------------------------ > [playlist] > numberofentries=3 > File1=http://64.236.34.97:80/stream/1018 > Title1=SomaFM Presents: Groove Salad 128k (Feed #1) > Length1=-1 > File2=http://205.188.245.133:8076 > Title2=SomaFM Presents: Groove Salad 128k (Feed #2) > Length2=-1 > File3=http://server2.somafm.com:8032 > Title3=SomaFM Presents: Groove Salad 128k (Feed #3) > Length3=-1 > Version=2 > ----------------------------------------------- > > So for this channel they have 3 possible fee...
2011 Apr 01
2
Cox Proportional Hazards model with a time-varying covariate
....   344 -20 1 C 4  . 345  14 0 C 3  .   346   3 1 C 3  . ;   PROC PHREG DATA = VITCLEAR;     MODEL RSPTIM*CENS(0) = TRT DENS INFCTN / TIES = EXACT;     IF INFTIM GT RSPTIM OR INFTIM = . THEN INFCTN = 0;     ELSE INFCTN = 1;     STRATA CENTER;     TITLE1 'Cox Proportional Hazards Model';     TITLE2 'Example 22.2: Hyalurise in Vitreous Hemorrhage' ; RUN; [[alternative HTML version deleted]]
2010 Mar 24
0
R-help ordinal regression
...ble"]] <- TRUE > > wb = xls[["Workbooks"]]$Add(1) > > > > sh = wb[["Worksheets"]]$Add() > > sh[["Name"]] <- as.character(tabName) > > > > > > > > AnalyzeExport <- function(sh,Data,Cell,Title1,Title2) { > > > letters<-c("A","B","C","D","E","F","G","H","I","J","K","L","M","N","O"," > P","Q","R","...