search for: gruene

Displaying 20 results from an estimated 33 matches for "gruene".

Did you mean: greene
2005 Mar 29
1
final stages of installing R - please help?
Hello, This morning I downloaded, unzipped, and compiled the latest version of R for unix, in my HOME/APPLICATIONS directory. My current unix machine is a sparc-sun-solaris2.9, running SunOS 5.9. Here are the last few lines of the output following ./configure: R is now configured for sparc-sun-solaris2.9 Source directory: . Installation directory: /usr/local C compiler:
2004 Apr 23
4
Tcl Tk table
Hi I've a problem with the following example: library(tcltk) .Tcl("array unset tclArray") myRarray <- matrix(1:1000, ncol=20) for (i in (0:49)) for (j in (0:19)) .Tcl(paste("set tclArray(",i,",",j,") ",myRarray[i+1,j+1],sep="")) tt<-tktoplevel() table1 <- tkwidget(tt,"table",variable="tclArray",
2010 Aug 12
1
plot.circular
...) to plot a "histogram" from a list of angle. I would also like to draw a line from the origin at the angle of the mean (mean.circular), preferably with the resultant's length (rho.circular) as length. How do I achieve this on the circular plot, please? Thanks a lot, Tim -- -- Tim Gruene Institut fuer anorganische Chemie Tammannstr. 4 D-37077 Goettingen GPG Key ID = A46BEE1A -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: <https://stat.ethz.ch/pipermai...
2013 Aug 22
1
varpart
Dear R-users I applied vegan's varpart function to partition the effects of explanatory matrices. Adj. R square for the unique fraction [a] is 0.25. Does anyone know why the decomposition by hand using rda gives me a different result for [a] (constrained proportion is 0.32)? I used cbind() for the conditional fractions, but it should be similar to condition()? Thanks very much
2017 Oct 27
3
Need help in understanding auth digest-md5 and realm
...ne and clients can auth with mechanism digest-md5 and I see the following log entries: dovecot: auth: Debug: sql(user at temizbau.de,46.85.229.153,<klUjO3FcTy8uVeWZ>): Generating DIGEST-MD5 from user 'user at temizbau.de', password 'xxxx' dovecot: auth: Debug: sql(user at gruene-wiesentheid.de,87.168.26.5,<ISVLQXFcT/xXqBoF>): Generating DIGEST-MD5 from user 'user at gruene-wiesentheid.de@', password 'xxxxxxxxxx' dovecot: auth: Debug: sql(user at vitaler-genuss.de,81.209.203.170,<tzxyT3FcT9RR0cuq>): Generating DIGEST-MD5 from user 'user a...
2011 Sep 01
3
betareg question - keeping the mean fixed?
Hello, I have a dataset with proportions that vary around a fixed mean, is it possible to use betareg to look at variance in the dispersion parameter while keeping the mean fixed? I am very new to R but have tried the following: svec<-c(qlogis(mean(data1$scaled)),0,0,0) f<-betareg(scaled~-1 | expt_label + grouped_hpi, data=data1, link.phi="log",
2008 Aug 22
3
simple generation of artificial data with defined features
...easy understandable example of Fleiss-Kappa in the Methods part. To achieve this, I obtained a table with the results of the German election from 2005: party number of votes percent SPD 16194665 34,2 CDU 13136740 27,8 CSU 3494309 7,4 Gruene 3838326 8,1 FDP 4648144 9,8 PDS 4118194 8,7 I want to show the agreement of voters measured by Fleiss-Kappa. To calculate this with the kappam.fleiss-function of irr, I need a data.frame like this: (id of 1st voter) (id of 2nd vote...
2017 Sep 18
3
sieve stopped working and doveadm mailbox list without -s shows less folders then with
Hi Timo, update to 2.2.32 (suggested by Aki) did not change the situation ... Am 18.09.17 um 20:49 schrieb Timo Sirainen: > On 18 Sep 2017, at 20.12, Ralf Becker <rb at egroupware.org > <mailto:rb at egroupware.org>> wrote: >> >> Hi Timo, >> >> Am 18.09.17 um 12:03 schrieb Timo Sirainen: >>> On 18 Sep 2017, at 12.10, Ralf Becker <rb at
2017 Oct 27
0
Need help in understanding auth digest-md5 and realm
...ism digest-md5 > and I see the following log entries: > > dovecot: auth: Debug: > sql(user at temizbau.de,46.85.229.153,<klUjO3FcTy8uVeWZ>): Generating > DIGEST-MD5 from user 'user at temizbau.de', password 'xxxx' > dovecot: auth: Debug: > sql(user at gruene-wiesentheid.de,87.168.26.5,<ISVLQXFcT/xXqBoF>): > Generating DIGEST-MD5 from user 'user at gruene-wiesentheid.de@', password > 'xxxxxxxxxx' > dovecot: auth: Debug: > sql(user at vitaler-genuss.de,81.209.203.170,<tzxyT3FcT9RR0cuq>): > Generating DIGEST-...
2010 Jul 28
1
kde on Torus
...ow R well enough to understand whether I can use kde2d or nprudens with an arbitrary kernel My simple-minded attempt was to extend the data to [-2pi:4pi) and then use kde2d, but I am wondering a) how accurate is this b) is there a way to do it properly on a torus. Thanks a lot, Tim -- -- Tim Gruene Institut fuer anorganische Chemie Tammannstr. 4 D-37077 Goettingen GPG Key ID = A46BEE1A -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: <https://stat.ethz.ch/pipermai...
2012 May 04
1
doveadm mailbox: rc=0 on error
Hi all, I use "doveadm mailbox mutf7 -7 $folder" to convert imap foldernames to UTF-8. If $foldername is not mUTF-7 encoded, doveadm returns "doveadm(root): Error: Mailbox name not valid mUTF-7: $folder" This errormessage is printed on stderr but the returncode of doveadm is zero. I tested with dovecot-2.0.* and dovecot-2.1.* # all right: $ doveadm mailbox mutf7 -7
2010 Aug 07
3
How to start R
Hi folks, Just finished installing R on Ubuntu 10.04, running on a VM, download following packages on repo; r-base littler r-cran-plotrix r-cran-qtl r-cran-rggobi But I could not get R started. r is on /usr/bin/r On console evoking it just hanging there. Any additional packages I need to install? Thanks B.R.
2005 Mar 04
5
bayesmix - What is or where can I find JAGS executable?
Hallo! I want to use the package bayesmix. Trying the examples I had no success. The reason is, I think: > haveJAGS() [1] FALSE Have read of JAGS executable (I could not find JAGS.exe in my R directory). What is JAGS? Where can I find or download it? Karl
2006 Feb 23
0
useR! 2006 - 2006-02-28 Submission Deadline
Dear useRs, The submission deadline for `useR! 2006', the second R user conference to be held in Vienna June 15-17 2006, is only five days ahead. So this weekend is the perfect time to submit abstracts for user-contributed sessions! The sessions will be a platform to bring together R users, contributers, package maintainers and developers in the S spirit that `users are developers'.
2007 Feb 16
2
cluster analysis under contiguity constraints with R ?
Hello, I would like to know if there is a function in an R library that allows to do cluster analysis under contiguity constraints ? Thank you very much for your answer ! Lise Bellanger -- Lise Bellanger, Universit? de Nantes D?partement de Math?matiques, Laboratoire Jean Leray UMR CNRS 6629 2, Rue de la Houssini?re BP 92208 - F-44322 Nantes Cedex 03 T?l. : (33|0) 2 51 12
2006 Jan 24
0
useR! 2006 - Submission Deadline 2006-02-28
The submission deadline for `useR! 2006', the second R user conference to be held in Vienna June 15-17 2006, is only four weeks ahead. Now is the perfect time to submit abstracts for user-contributed sessions! The sessions will be a platform to bring together R users, contributers, package maintainers and developers in the S spirit that `users are developers'. People from different fields
2008 Feb 27
0
Call for abstracts: Innovative Tools in Data Analysis (ERCIM08)
Dear useRs, we are organizing the following session Topic: Innovative Tools in Data Analysis Organizers: Achim Zeileis and Bettina Gruen at the First Workshop of the ERCIM Working Group on Computing & Statistics June 19-21, 2008 Neuchatel, Switzerland URL: http://www.dcs.bbk.ac.uk/ercim08 To improve the quality of statistical data analysis the provision of innovative tools which make new
2010 Aug 15
1
Moving average in R
Hi, I want to fit moving average trend in R. In google, I see that it is in the package 'TTR'. But, I can't install this package. I have used the following code: >install.packages("TTR") But, it says there is no package called 'TTR'. Can you help me? Regards, Suman Dhara [[alternative HTML version deleted]]
2006 Jan 24
0
useR! 2006 - Submission Deadline 2006-02-28
The submission deadline for `useR! 2006', the second R user conference to be held in Vienna June 15-17 2006, is only four weeks ahead. Now is the perfect time to submit abstracts for user-contributed sessions! The sessions will be a platform to bring together R users, contributers, package maintainers and developers in the S spirit that `users are developers'. People from different fields
2009 Feb 23
1
New package: exams - Automatic Generation of Standardized Exams
Dear useRs, the new R package exams provides Sweave-based automatic generation of exams with multiple-choice questions and arithmetic problems. The package is available from CRAN: http://CRAN.R-project.org/package=exams It includes a vignette giving an overview of the main design aims and principles as well as strategies for adaptation and extension. Hands-on illustrations - based on example