search for: tilda

Displaying 16 results from an estimated 16 matches for "tilda".

Did you mean: tilde
2005 Dec 16
0
auto_link fails to handle tilda''s (~) and markdown fails to handle acute accent (`)
Hi There, So I was just having some trouble with auto_link and markdown. Specfically auto_link was failing to handle urls with tildas in them (~) e.g. http://www.hawaii.edu/~name/index.html and markdown couldn''t handle an acute accent (`) e.g. Hawai`i It seems that acute accents (or backticks) in Markdown signify code segments, and it seems there''s an open ticket for this: http://www.deveiate.org/projects/...
2009 Sep 10
2
patching from different directory
Howdy, I have a diff file in my /var/tmp and would like to apply patch to a file in a different directory (other than /va/tmp). I tried using patch with -d switch, but that doesn't work. It complains abt 'patch: **** Can't open patch file tilda.diff : No such file or directory'. Do I need to copy my diff file to the directory where original file resides? Or is there any other way round? - CS.
2006 Aug 15
0
BlueCloth throws exceptions! Be careful! (was: auto_link fails to handle tilda''s (~) and markdown fails to handle acute accent (`))
On 12/15/05, Sam Joseph <sam@neurogrid.com> wrote: > markdown couldn''t handle an acute accent (`) e.g. > > Hawai`i > > It seems that acute accents (or backticks) in Markdown signify code > segments, and it seems there''s an open ticket for this: > > http://www.deveiate.org/projects/BlueCloth/ticket/24 I would just like to bring this to
2010 Dec 30
2
unexpected input in rpart
Hi all, I'm a newbee using R. I need to do a classification tree using the rpart package. Basically I have a set of birds of known sex and several morphological measurements and we want to predict the sex using the morphology. I read my csv file and it shows up in R no problem, looks fine but when I execute the following rpart command
2011 Jun 28
1
Axes labels, greek letters and spaces
...can't seem to figure how to use a greek character in expression() in plot() labels without adding a space. So for example below when plotting this out x<-1:10 plot(x,x^2, xlab=expression(Chlorophyll~italic(a)~mu~g~cm^-2)) the axis label read as μ g cm^-2 because I have space there with a tilda. But if I remove the tilda then my units are mug cm^-2. Can anyone recommend a way that I can modify the axis label to look for like this: μg cm^-2 Thanks in advance! Sam [[alternative HTML version deleted]]
2012 Nov 09
9
lm function - strange error
I am following a document teaching how to use regression and right at the onset I get an R error. I understand that variables "conc" and "signal" should have the same length but I am using the what R manual suggests to drop the error and it is not cooperating. What gives? The manual says that the default is na.ombit by the way, not that it's addition does anything How
2007 Nov 28
1
ifelse function
...*tmp*`, 1, value = 5L) Then I tried this statement. It works, but I do not understand how it convert the values not only into 1 but also into 2,3,4,5 at the same time. > pth$g<-ifelse(pth$g=="aa",1,pth$g) > pth$g [1] 4 4 3 3 1 4 1 5 .... I appreciate your help. Min (Tilda) Zhang Department of Statistics North Carolina State University
2012 Jun 01
4
regsubsets (Leaps)
...aller portion of the data, also with linear dependency problems, and got results. However, the hourglass continues its endless spiraling with the full dataset. I am running the following on Windows 7 library(leaps) m_250<-regsubsets(Y~., data=model2, nbest=1, really.big=TRUE) (NOTE: The ~ is a tilda, not a dash, in the regression statement above: Y~.) Does anyone have any opinions on: 1) is R likely to still be running, even after a week, or should i just shut it down? 2) am i doing something wrong with regsubsets? 3) is there a better option than regsubsets, that will still allow me to na...
2015 Oct 12
13
[Bug 2478] New: Escape sequences (starting with ~) don't work when remote shell is BusyBox ash
...ne Linux and some other minimalist and/or embedded Linux distributions). This is because the BusyBox shell *always* sends a "query cursor position" terminal control escape sequence each time you press the <ENTER> key. Quick as a flash, as your pinky finger is descending towards the tilda key, the terminal sends back a "report cursor position" sequence. The result is that the SSH client *never* sees your tilda as immediately following the newline. Those ANSI terminal control sequences always begin with "<ESC>[" and end with an alphabetic character. Hence t...
2012 Jun 15
0
Syntax for nls optimization function
...gorithm=c("port"), trace=TRUE, model=TRUE, lower = parMin, upper = parMax, parOpt=parOpt, parVal=parVal, objFun=iObjFun, dset=dHM1, whatPDM=whatPDMi) Note: ~ it is a tilda in the above code. I know that I am not providing the correct syntax for "formula" in nls function. I get error messages, e.g., Error in x$formula : object of type 'closure' is not subsettable Could somebody point me to the correct syntax for this nls application, particularly f...
2012 Nov 21
0
Two way manova
Hello everyone, I would like to perform a 2-way manova test, but I'm having some issues. I implemented like this Y<-cbind(Resp1,Resp2,Resp3,....,Respn) model<-manova(Y "tilda" FactorA*FactorB) summary.aov(model) 1. I don't know at what level I have to do the Type I error correction. Is it on p-values returned by "summary.aov(model)? Or is it when I compare each subgroup with another subgroup? Or is it for summary(model)? 2. I have a significant interac...
2006 Jan 02
0
problem with ruby gem activate when trying to run actionpack tests
...tion about what causes these problems. I would love to work out how to fix this, and test the fixes I have. Many thanks in advance. CHEERS> SAM Sam Joseph wrote: >So I was just having some trouble with auto_link and markdown. > >Specfically auto_link was failing to handle urls with tildas in them (~) >e.g. > >http://www.hawaii.edu/~name/index.html > >and markdown couldn''t handle an acute accent (`) e.g. > >Hawai`i > >It seems that acute accents (or backticks) in Markdown signify code >segments, and it seems there''s an open ticket for...
2005 Sep 22
2
Survey of ROC AUC / wilcoxon test functions
...required format r = rank(c(x1,x2)) auc[1,i] = colAUC(x, y, alg="ROC") auc[2,i] = colAUC(x, y, alg="Wilcox") auc[3,i] = wilcox.test(x1, x2, exact=0)$statistic / (n1*n2) auc[4,i] = (sum(r[1:n1]) - n1*(n1+1)/2) / (n1*n2) auc[5,i] = roc.area(y, x)$A.tilda auc[6,i] = AUC(rocdemo.sca(y, x, dxrule.sca)) auc[7,i] = performance(prediction( x, y),"auc")@y.values[[1]] auc[8,i] = ROC(x,y,grid=0)$AUC # get AUC by 'ROC' auc[9,i] = auROC(y, x) # get AUC by 'auROC' pval[1,i] = wilcox.test(x1, x2, exact=0...
2013 Jun 07
0
Wine release 1.6-rc1
...ename PixelFormat_WineD3DtoDD() to ddrawformat_from_wined3dformat(). Hwang YunSong (1): po: Update Korean translation. Jacek Caban (1): jscript: Added RegExp.toString() implementation. Jason Edmeades (5): cmd: Fix handling of redundant information on goto/labels. cmd: Fix tilda parameter expansion when arg is empty. cmd: set "var=value" ignores trailing characters. cmd: Fix 'for' expansion of wildcards when no args are supplied. cmd: Avoid infinite loop running batch program. Jo?ko Nikoli? (1): po: Add Croatian language. Ken Tho...
2007 Sep 14
0
Wine release 0.9.45
...in HTMLElement object. James Hawkins (2): cabinet: Don't extract a file if DoExtract is FALSE. cabinet: Add initial tests for FDI. Jason Edmeades (8): comctl32: toolbar: Implemented SetRows. cmd.exe: Enhance FOR support. cmd.exe: Expand for variables at last with tilda modifications. cmd.exe: Allow = and , to be delimiters. cmd.exe: Add suport for if 1==1 echo yes. cmd.exe: Add basic for /F string support. cmd.exe: Add basic support for FOR /F parsing launched programs output. cmd.exe: Fix redirect ordering on a command line. Jeff L...
2013 Apr 18
0
Processed: adding new jessie tag to sid-tagged bugs
...ce-bin] kdebase-workspace-bin: plasma-desktop reports invalid d-bus interface Added tag(s) jessie. > tags 620822 + jessie Bug #620822 [libapache2-mod-perl2] mod_perl is not re-enabled when removing and re-installing the same version Added tag(s) jessie. > tags 556493 + jessie Bug #556493 [src:tilda] FTBFS with binutils-gold Added tag(s) jessie. > tags 616978 + jessie Bug #616978 [src:pypoker-eval] pypoker-eval: deprecation of dh_pycentral, please use dh_python2 Added tag(s) jessie. > tags 573832 + jessie Bug #573832 [doxygen] doxygen: C symbols manpages generated with extra leading unde...