search for: bloos

Displaying 10 results from an estimated 10 matches for "bloos".

Did you mean: blogs
2009 Dec 12
1
Antw: Export R output to Word/RTF?
I am using SWord from statconn: http://rcom.univie.ac.at/download.html It allows you to put r-commands into Word (similar to odfWeave). Output is directed to Word including figures and tables. It is still a beta-version but works fine. Frank Bloos >>> Wenjie Lee <wenjieleemaillist@gmail.com> 12.12.2009 00:28 >>> Hi R Experts, I'm aware of pdf(), jpeg(),... functions. But, 1. Is it also possible to export graphs directly to word or RTF? I use to copy and paste graphs but resolutions are not so great. 2. Also, i...
2009 Aug 16
3
Rails without a database
Hello! I can''t find a way to have rails not use a database. I just left my database.yml file as it is. When I run my rails application that has no models, my browser says that it couldn''t connect to a database. In environment.rb I uncommented the line config.frameworks -= [ :active_record, :active_resource, :action_mailer ] but then Webrick won''t start. Sorry if this has
2010 Mar 03
1
: Three most useful R package
ad 1) ggplot2, Hmisc, RODBC ad 2) A package to produce high quality tables with summary statistics for publications in scientific journals. Regards, Frank >>> Ralf B <ralf.bierig@gmail.com> 02.03.2010 21:13 >>> Hi R-fans, I would like put out a question to all R users on this list and hope it will create some feedback and discussion. 1) What are your 3 most useful R
2009 Jul 23
2
Antw: How to extract the upper xlim and ylim of my plot?
You may want to use the function corner.label from the plotrix-package. Frank >>> Mark Na <mtb954@gmail.com> 21.07.2009 23:03 >>> Dear R-helpers, I wish to place some text in a plot, at approx 10% of my upper xlim and approx 90% of my upper ylim, i.e. > plot(log(all$SR,10)~log(all$AREA,10)) > text(.1*max(xlim),.9*max(ylim),"text to be placed") (I know
2010 Jan 06
0
Antw: Code flowchart generator for R ?
You may want to look into RAnalyticFlow: http://www.ef-prime.com/products/ranalyticflow_en/index.html Regards, Frank ******************************************************** Dr.med. F. Bloos, Ph.D./U.W.O. Oberarzt Klinik f. Anästhesiologie und Intensivtherapie Klinikum der Friedrich-Schiller-Universität Jena Erlanger Allee 101 07747 Jena GERMANY Tel: +49 - 3641-932 32 83; Fax: +49 - 3641-932 33 87 HomePage: www.uni-jena.de/~ifb Skype: bloos_f *****************************************...
2012 Mar 28
1
Transferring a dataset from WINXP to Mac - problems with umlauts
Dear R-Help, is it possible to correctly display umlauts in a dataset, which has been created under WINXP, on a Mac-system? This is the problem: I have imported a German MS-Access database into R 2.14.1 by using RODBC on a WINXP-System. It runs with a Latin-1 encoding (codepage 1252). However, most of the work is done with a Mac (UTF-8 encoding) and the R-dataset has been transferred to the MAC.
2009 Sep 15
1
Detecting Transfer
Is there a way to detect if a call is a transfer in the dialplan? Here is my issue: I have an office with 2 extensions. Under normal circumstances any call that comes in should ring both extensions. I accomplish this through a queue. The problem is that if the call is answered on say extension 11 and the answerer wants to transfer the call to the other phone, extension 10, transferring
2009 Jun 29
5
Help
Hi group, I found a module for adaptive kernel density estimation for Stata users, but unfortunetly I don't have access to Stata, can I find a similar approach using R? Thank u so much 4 ur time. [[alternative HTML version deleted]]
2013 Oct 06
40
[xen] double fault: 0000 [#1] PREEMPT SMP DEBUG_PAGEALLOC
Greetings, I got the below dmesg and the first bad commit is commit cf39c8e5352b4fb9efedfe7e9acb566a85ed847c Merge: 3398d25 23b7eaf Author: Linus Torvalds <torvalds@linux-foundation.org> Date: Wed Sep 4 17:45:39 2013 -0700 Merge tag ''stable/for-linus-3.12-rc0-tag'' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip Pull Xen updates from Konrad
2010 Mar 17
0
Antw: odfWeave Error
Hi, I am using 7-zip for unzipping (http://www.7-zip.org/). Then odfWeaveControl needs to be set to odfWeaveControl(zipCmd=c("c:/programme/7-zip/7z a -tzip $$file$$","c:/programme/7-zip/7z x $$file$$ -aoa")) -> control where 'c:/programme/7-zip/' is the path to my 7-zip installation. You can then use control to set the control-parameter in odfWeave. Frank