Displaying 20 results from an estimated 48 matches for "wuerzburger".
Did you mean:
wuerzburg
2010 Nov 12
3
Partition of a set
Hi
I am new on this forum. I am searching for a function in R which provides
all partitions of a set, say for the set
{1,2,3}
you get
{{1,2,3}}
{1,{2,3}}
{2,{1,3}}
{3,{1,2}}
{{1},{2},{3}}
. The number of partitions of a set is given by Bellsche`s number. The
number of possibilities of length (this is the number of subsets included in
the partition) of the partition is given by the partition
2006 May 16
3
multiple plots in a function()
Dear all,
I have the following problem:
I have written a function genereating to plots, eg
myfunction <- (data, some.parameters) {
#some calculations etc
.
par (mfrow=c(1,2))
plot1(......)
plot2(.....)
}
which works fine. But for analysing several variants, I tried a slope, eg:
par (mfrow=c(5,5))
for ( i in 1:10) {
myfunction(data, i)
}
Off
2010 May 04
3
Using R with screenreading software
Dear R-Experts,
a student of mine tries to use the Windows-Rconsole with screen reading
software (she is blind), and cannot access the command line (Menus are ok).
The company which produces her screen reader tells her that this is due to
the cursor used in Rconsole, which is static, not blinking. They maintain
that if the cursor could be changed to a blinking one, she should be able to
access
2009 Apr 20
4
graph with 15 combinations
Dear R helpers,
I have a data set with 4 types (W, C, E & S). Now I have values for all
types plus all possible combinations (the order is unimportant): W, C,
WC, E, WE, CE, WCE, S, WS, CS, WCS, ES, WES, CES & WCES. Ideally I would
like to represent everything in one graph and as concise as possible.
Drawing 4 circles and depicting it as overlap just gives me 13 out of
the 15
2005 May 10
5
converting an ASCII file to a matrix
Dear R-WinEdit users,
I got a simple question, but somehow I cannot find the answer, although
I have
tried a lot!
I got an ASCII-file and I want to import it into R, so that every
character is defined by [i;j].
The rows are not of the same length.
the file looks like the following shortened abstract example:
name: xxxxx xxxx
age: 9.9.99
record number: 999
title: xxxxx xxxx xxx
keywords: xxx xx
2002 Jun 27
1
Samba 2.2.5: denying access to printer...
Hy there,
I have a problem with Samba 2.2.5 (on AIX 4.3) concerning a printer
share.
I set up a few printer share which work well. Now I want to restrict
the access to one of them. In order to achieve this I put in a
hosts deny=all
hosts allow=<IP-Adresses of hosts, which should be allowed to print>
in the corresponding printer-share-section.
What happens is this:
non
2001 Feb 27
4
AllowHosts / DenyHosts
I'd like to see a feature of the commercial ssh in openssh:
AllowHosts xxx.yyy.xxx.yyy *.domain.net
DenyHosts xxx.yyy.xxx.* name.domain.net
This allows or denies connects from certain machines (including wildcard
matching).
Is there any chance for this feature to be included? No, we don't want to
use tcp-wrapper for this.
Bye.
2008 Apr 29
2
Broken Header uidvalidity problem after upgrade
Hi, we use a current Debian etch distribution as basis for our servers,
which are running within a vmware server environment. Our current
configuration consists of a dovecot server with imap enabled and a ldap
based authentication. Mails are stored using the Maildir format on a
central nfs store. We do not use any virtual mailboxes.
Since upgrading from dovecot version 1.0.rc15 (debian
2003 Apr 03
1
ts function
hello
I read "Practical Time Series" (Gareth Janacek; 2001) and they presented
e.g the
smoothing functions msmooth(x,k) or the bivariate function
crosscorr(x,y,k),
but both didn't work on my machine. I only load the ts library, is
another
library necessary or did this function change since 2001? Is there a
more recent and detailed manual for ts?
thanks, cheers Martin
--
Martin
2003 Apr 21
2
name of arrays
Hello,
I computed acf() and have an array as output. now I would like to have
only one matrix or data frame (not yet familiar with the nomenclature)
extracted from this array. or even only the first row of each matrix.
the first part of my data "test" is called
$acf
,1
, , 1 , , 2
1, , ... ...
2, , .. ...
I tried several names but nothing wants to work, I only
1998 Oct 04
2
policies
Hi,
I have set up samba to enable Domain-Logons for windows95/98.
I am using Samba-1.9.18p7. I have a share netlogon with
a batchfile for connection network drives. Everything is working.
But when I create a policies file and put it onto the netlogon
share windows doesn't use it. I have named it config.pol. Is there
another special thing to configure?
I have found archives of this
2000 Aug 29
1
Samba 2.07 eats Disk-Space!
...Server:
Solaris 7
Samba 2.07 installed in /opt/samba
6 Sparc CPU with 400MHz
6 GB RAM
Disk Space 1,7 TB
Can you help us?
ciao
Hans-Joerg Lindner
---------------------------------------------
SIEMENS AG
Automation & Drives System Engineering
A&D SE OI T
UNIX-Administration
Wuerzburger Str. 121
90766 Fuerth
Tel.: +49 (911) 750 - 4935
Fax: +49 (911) 750 - 2248
mailto:HJLindner@fthw.siemens.de
---------------------------------------------
mit freundlichen Gr??en
Hans-Joerg Lindner
>
--------------------------------------------------------------------------...
2009 Jun 11
3
ctc package
Dear R-helpers,
I would like to export hierarchical clusters
e.g. fit <- hclust(d, method="ward") in the newick format
write(hc2Newick(fit),file='hclust.newick')
Searching for a possibility I found this solution in the package ctc
(http://www.bioconductor.org/packages/bioc/html/ctc.html). However,
neither from this site nor via CRAN it is possible to install the
package.
2003 Apr 30
2
acf() with two df?
Hello,
I have two dataframes, one with a time series of variables and another
one with biological data of each plot. the column names correspond to
each other
plot1 plot 2.......
1983 ... ....
1984 ... ....
...
and
plot 1 plot2
1 ... ...
2
is it somehow possible to use acf() with two data frames and get a p
values for the whole correaltion of these
1999 Jan 23
4
smbwrapper
> What you are looking for is smbwrapper, which is in fact included with
Samba
> 2.0. However as it is not supported on all systems it is not included
> in the default build (it should work nicely on Solaris though).
> Essentially smbwrapper is a preloaded library which intercepts system
calls and
> simulates a /smb filesystem, so you can access /smb/SERVER/SHARE/file.txt.
2003 Apr 30
1
Interactive Input Problem
Hi,
I built and installed R-base-1.7.0 on SuSE 8.2 without any problems, but the
interactive R interpreter, has problems with cursor movement:
> ls()
character(0)
> ^[[A^[[B^[[D^[[C^[[A^[[D^[[C^[[B^[[D^[[A
These ugly characters are produced by the arrow keys. Does anyone know how to
fix that problem?
Ciao
Sebastian
2003 May 10
1
error in qr(x)
Hello,
I get the following prompt when tring to compute rlm:
> x<-rlm(core.e, na.action=na.omit)
>Error in qr(x) : NA/NaN/Inf in foreign function call (arg 1)
I checked with is.finite and is.infinite but in both cases i get FALSE and my
missing values are substituted by NA.
what does this error prompt mean and how do I solve it?
thanks in advance, cheers Martin
--
Martin
2003 Dec 15
0
mailing list for basic questions
Dear R-user,
I started a few month ago with R and now I think that it is a great program
but in the beginning I was close to give up, because I did not manage to
read
in my files, did not know how the indexing works, where my results are or
did
not understand how R saves my data and so on.
And last but not least the command line might be a hurdle as well for people
who always used
2011 Apr 01
0
guidelines for using the R logo
Hello,
I am writing an R-guide which is addressed especially for students of German
Universities
(http://www.rrzn.uni-hannover.de/buch.html?&no_cache=1&titel=statistik_r).
For the title page, I want to use the R logo. I found a similar question in
the R mailing list about the same topic. The answer was that the usage of
the logo is OK. However, this already a few years
2010 May 17
0
R interface for blind users: Summary
Dear R-help,
just for the record a summary of responses to my problem:
> On 04/05/2010 9:41 AM, Rainer Scheuchenpflug wrote:
> a student of mine tries to use the Windows-Rconsole with screen
> reading software (she is blind), and cannot access the command line (Menus
are ok).
- Duncan Murdoch (Murdoch.duncan at gmail.com) suggested as preliminary
workaround to run RTerm in a command