search for: datenanalyse

Displaying 9 results from an estimated 9 matches for "datenanalyse".

2008 Dec 14
1
Help - java.library.path
....path. java.lang.UnsatisfiedLinkError: no jri in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682) at java.lang.Runtime.loadLibrary0(Runtime.java:823) at java.lang.System.loadLibrary(System.java:1030) at org.rosuda.JRI.Rengine.<clinit>(Rengine.java:9) at net.datenanalyse.iedae.rinterface.RInterface.<init>(RInterface.java:20) at net.datenanalyse.iedae.rinterface.Start.main(Start.java:9) Java Result: 1 ----------------- OK, we know that we have same .dll reference problems. In the first step we copied all necessary .dlls into the system32 folder and checked...
2010 Dec 08
2
piechart
...quot;,"F","M","A","M","J","J","A","S","O","N","D"),clockwise=T) points (0,0,col="black",cex=20,pch=1 -- ------------------------------------------------- UDATA Umweltschutz und Datenanalyse Hydrologie, Klimafolgenforschung, Boden- und Grundwasserschutz Carl-Sch?ller-Str. 30 1/3, 95444 Bayreuth www.udata.de Tel. 0921/78638573 (Durchwahl) wendel at udata.de Firmensitz: Neustadt an der Weinstra?e Inhaber: Dr. J?rg Scherzer
2009 Nov 04
4
read.table (again)
...I can tell R, that every 4 digits, a new number begins? I treif different things with "sep". data <- read.table ("RA19930101.txt",header=F,sep=) Thanks for your help again in this topic. Sybille -- ------------------------------------------------- UDATA Umweltschutz und Datenanalyse Hydrologie, Klimafolgenforschung, Boden- und Grundwasserschutz carl-Sch?llerstr. 30 1/3 95444 Bayreuth<< www.udata.de Tel. 0921/78638573 (Durchwahl) wendel at udata.de Firmensitz: Neustadt an der Weinstra?e Inhaber: Dr. J?rg Scherzer
2003 Apr 23
0
tk windows position
...ckers, I want to split my screen into four screens (like split it do in Rgui). To get this I do the following: Window1 <- tktoplevel() Window1 <- tktoplevel() Window1 <- tktoplevel() Thomas Untern?hrer E-Mail: thomas.unternaehrer at zhwin.ch Institut f?r Datenanalyse und Prozessdesign Tel: 052/ 267 7813 Z?rcher Hochschule Winterthur Fax: 052/ 268 7813 Technopark / J?gerstrasse 2 Postfach CH-8400 Winterthur http://www.idp.zhwin.ch
2003 Apr 25
1
Rcmd vs. Rterm.exe
...haven't found any documentation about the difference (readme, FAQs, ...). I use rterm.exe, but is there a benefit in using rcmd? Can you explain me that or give me a link? Thanks Thomas Thomas Untern?hrer E-Mail: thomas.unternaehrer at zhwin.ch Institut f?r Datenanalyse und Prozessdesign Tel: 052/ 267 7813 Z?rcher Hochschule Winterthur Fax: 052/ 268 7813 Technopark / J?gerstrasse 2 Postfach CH-8400 Winterthur http://www.idp.zhwin.ch
2003 Apr 24
3
R TclTk Examples
Hi, I've been learning how to use R TclTk in Windows over the last few months. I have recently put together a collection of examples of some common widgets and their corresponding R code, at http://bioinf.wehi.edu.au/~wettenhall/RTclTkExamples/ I would be interested in any feedback - Is it useful? Does it contain any significant errors or bad coding style? Does anyone else want to
2003 May 28
2
Ordinal data - Regression Trees & Proportional Odds
I have a data set w/ an ordinal response taking on one of 10 categories. I am considering using polr to fit a cumulative logits model. I previously fit the model in SAS (using proc logistic) which provides a test for the proportional odds assumption (p < 0.001 for the test). Are there simple diagnostic plots that can be used to look at the validity of this assumption and possibly help w/
2016 Apr 27
0
R Script Template
The subject of your email is missing. Perhaps you need to read the Posting Guide (again?) about attachments. Embedding your example directly in the body of the email is generally more accessible in archives than attaching it. -- Sent from my phone. Please excuse my brevity. On April 27, 2016 1:14:17 PM GMT+01:00, G.Maubach at gmx.de wrote: >Hi All, > >I am addressing this post to all
2016 Apr 27
2
R Script Template
Hi All, I am addressing this post to all who are new to R. When learing R in the last weeks I took some notes for myself to have code snippets ready for the data analysis process. I put these snippets together as a script template for future use. Almost all of the given command prototypes are tested. The template script contains snippets for best practices and leaves out the commands that