similar to: quick matching question

Displaying 20 results from an estimated 2000 matches similar to: "quick matching question"

2012 May 02
1
Forestplot question
Hi, I'm trying to build a Forest Plot using the second and fourth columns in the table (test.csv) below. My code is the following: curated <- data.frame("test.csv") tmp <- curated$coef tmp1 <- curated$se_coef plt <- metaplot(tmp, tmp1, xlim = c(-.45, .45)) I keep getting the following error at the last line and am not sure why: Error in if (is.na(lower[i] + upper[i]))
2011 Jun 02
2
Matrix Question
Hi, First of all, I would like to introduce myself as I will probably have many questions over the next few weeks and want to thank you guys in advance for your help. I'm a cancer researcher and I need to learn R to complete a few projects. I have an introductory background in Python. My questions at the moment are based on the following sample input file: *Sample_Input_File*
2012 Feb 28
1
Error in read.table(file = file, header = header, sep = sep, quote = quote, : more columns than column names
Hey, I just googled my error and many things came up. I followed the leads and read the ?read.delim page; I tried changing header = TRUE, and row.names = TRUE-- but I've still been having trouble fixing it, so I would greatly appreciate any help you can provide. Here is my code: rm(list=ls()) source("../../functions.R") uncurated <-
2011 Sep 16
3
Problematic If-Else statement
Hi guys, My code (next 2 lines below) isn't doing what I'm expecting it to: tmp <- ifelse(uncurated$days_to_tumor_recurrence=="null","norecurrence","recurrence") curated$recurrence_status <- tmp I want the column "recurrence_status" in my output file to have values "recurrence" (if the input value had a number in the
2017 Sep 29
5
Converting SAS Code
Hello all, My statistical analysis training up until this point has been entirely done in SAS. The code I frequently used was: *Yield Champagin; data yield; set stress; if field='YV' then delete; if field='HB' then delete; if barcode='16187DD4015' then delete; if barcode='16187DD6002' then delete; if barcode='16187DD2007' then delete; if
2017 Sep 29
0
Converting SAS Code
You might get better answers if you 1 - break this down into separate issues 2 - tell us what you want to achieve in words rather than SAS, we all read English but few of us speak SAS 3 - post in plain text not HTML as HTML mangles your post On 29/09/2017 13:47, Andrew Harmon wrote: > Hello all, > > My statistical analysis training up until this point has been entirely done > in
2007 Oct 24
1
Stubbing Kernel.` (backquote)
I''m trying to stub(!) the Kernel.` (backquote) method and I''m having confusing (to me) results. Here''s the method I''m spec''ing: class Barcode ... def raw_barcodes self.make_temporary_copy `OcrBarcode #{self.temp_file_path}` end ... end And this is my (newbish) attempt at the spec: describe "Calling @barcode.raw_barcodes" do
2017 Sep 29
0
Converting SAS Code
I will offer an opinion, with which others may fairly take issue. If you are coming from SAS and wish to learn R, you should forget about SAS entirely; it is ancient and convoluted. But more to the point, as others have already suggested, you will only confuse and hamstring yourself trying to convert the programming paradigms of one language into another. Better to consider the **tasks** you wish
2017 Sep 29
4
Converting SAS Code
Regarding point 3, as a moderator I have been helping Andrew get this post out to the list over the past week. His previous attempts were encoded in some way that the listserv rejected. He sent me the post via his gmail account and viewing the source I saw it had at least both plain test and HTML an I said it was worth a try to post it. Certainly on my mail client his post displays acceptably
2012 Aug 07
3
Barcode Generating With Label On Canvas by using Barby gem
********UNDEFINED METHOD REGISTER ERROR IN THE FALLOWING CODE ******* Hi all, I am trying to generate barcode(including its name as label at the bottom of barcode image for easy understand with out scanning by barcode scanner). For this I am Using barby, chuncky_png, rmagick gems. I am using the fallowing code to generate label at bottom of image by using rmagick gem: gem
2011 Jun 07
1
Creating a file with reusable functions accessible throughout a computational biology cancer project
Hi, My project is set up the following way: root directory contains the following folders: folders: "Breast_Cancer" AND "Colorectal_Cancer" AND "Lung_Cancer" AND "Prostate_Cancer" I want to create a file, call it: "repeating_functions.R" and place it in the root directory such that I can call these functions from within the sub-folders in each
2017 Sep 13
2
https://ctan.org/tex-archive/graphics/pstricks/contrib/pst-barcode/
Hi, https://ctan.org/tex-archive/graphics/pstricks/contrib/pst-barcode/ says that pst-barcode is included in texlive. I installed texlive, and it can?t find pst-barcode.sty. Is that a bug in the packaging Centos does, or is texlive in Centos some derelict version?
2002 Jan 07
1
Barcode or EAN code?
One my of my CDs has a bar code, 4 011222 044068, which is titled "EAN CODE". Another one simply has a barcode, 07822-18646-2, without any title. Should I assume that the barcode of any CD is the EAN code? I'm asking this because I want to know how to title the comment of the Vorbis file -- "EAN code" or "Barcode". Thanks. -------------- next part
2017 Sep 13
1
https://ctan.org/tex-archive/graphics/pstricks/contrib/pst-barcode/
On 13 September 2017 at 11:42, Johnny Hughes <johnny at centos.org> wrote: > On 09/13/2017 10:28 AM, hw wrote: >> >> Hi, >> >> https://ctan.org/tex-archive/graphics/pstricks/contrib/pst-barcode/ >> says that pst-barcode is included in texlive. >> >> I installed texlive, and it can?t find pst-barcode.sty. Is that a >> bug in the packaging
2005 Aug 26
2
Generating barcodes (as gif/jpg)
Hello Rubyists, I need to generate barcodes (in UPC and codabar symbologies) and would like to know if anyone has done this with Ruby. From what I can tell, it would be possible to use the gnu-barcode [1] or barcodewriter [2] to generate a PostScript, then through RMagick (via GhostScript) take the file and create a GIF/JPG. These will really only be used for web display (to be printed
2010 Mar 29
6
Updating records
So I would like to be able to update a record without having to load the edit page. Lets use checking out a book as an example. From the front page of my application I would like to be able to have a form field where I can enter a record id and select one of a couple of check boxes and then hit submit which will update the associated record with the action selected by the check box (check out,
2010 Jul 08
2
Linking API derived data to my application's database
Hi guys, Given a page that retrieves data from a 3rd party API, how would you then go about associating additional info in the application''s database with that record? Specifically, the page displays info on a product, and I''d like to store and display locally created reviews for that product. To display the product I''m using a route of the form /product/
2006 May 21
5
no enter/click app [barcode reader]
I there We are making an app using barcode readers and it would be great if we did not have to hit enter or click each time an product is scanned, does anuybody has eny idea about how to achive this? Thanks in advance
2016 Dec 09
2
OT: a USB barcode scanner?
Hi, folks, I'm about to go googling, but thought I'd ask here if anyone's using a barcode scanner with CentOS, and if so, a) what scanner are you using, and b) what, if any, software are you using to record what it scans? <mutter, mutter, the serial number of every bloody h/d that we're asking them to deGauss...mutter,mutter> mark
2008 Jul 31
1
Why our application can't show the BarCode Font?
We use the debian 4.0 Linux with the wine 1.0. When we run our application on this platform, there is a problem: The Barcode can't be displayed correctly, but occurs some Garbled. The font we use is ?Carolinabar-B39-25F2?. But when we install the wine-0.9.25 instead of wine-1.0, the barcode can be displayed correctly. So could someone tell us the reason, and gives us some suggestions?