Displaying 20 results from an estimated 38 matches for "punkte".
Did you mean:
punkt
2007 Dec 19
1
library(rpart) or library(tree)
..." to build a model:
library(rpart)
attach(data.frame)
result <- rpart(pnV22 ~ JTemp + SNied)
I got the following tree:
n=55518 (50 observations deleted due to missingness)
node), split, n, deviance, yval
* denotes terminal node
1) root 55518 668.744500 0.0121942400
2) punkte[["JTemp"]]< 10.35 51251 18.992960 0.0003707245 *
3) punkte[["JTemp"]]>=10.35 4267 556.532000 0.1542067000
6) punkte[["SNied"]]>=450 3136 291.318600 0.1036352000 *
7) punkte[["SNied"]]< 450 1131 234.954900 0.2944297000
14) p...
2013 Feb 14
3
Problems plotting and regression w.r.t. date data type on x axis
...plotting/regressing w.r.t. a date data type. My trials were unfruitful. Can
anyone help ? Thanks in advance!
Here is my interaction with R:
> tabelle
date number date2
1 2009-01-1 1673 2009-01-01
2 2009-12-1 2111 2009-12-01
3 2010-7-1 2487 2010-07-01
4 2013-2-1 4301 2013-02-01
> regression.punkte<-lm(tabelle$number ~ tabelle$date2)
Fehler in model.frame.default(formula = tabelle$number ~ tabelle$date2, :
ung?ltiger Typ (list) f?r die Variable 'tabelle$date2'
> regression.punkte<-lm(tabelle$number ~ tabelle$date)
> plot(tabelle$date2,tabelle$number, pch=19, xlab="dat...
2013 Nov 20
1
10.0 BETA3 - nanobsd.sh does not use pkg
Hi, all,
I just wanted to report that. I do not yet have a patch to suggest.
nanobsd.sh cust_pkg() still tries to call pkg_add and fails when
adding packages to the NANO_WORLD_DIR. tbz vs. txz ?
Kind regards
Patrick
--
punkt.de GmbH * Kaiserallee 13a * 76133 Karlsruhe
Tel. 0721 9109 0 * Fax 0721 9109 100
info at punkt.de http://www.punkt.de
Gf: J?rgen Egeling AG Mannheim 108285
2010 Jun 11
2
r code to broaden the boarder of the bars of a histogram
To whom it may concern,
I have a problem concerning the design of a histogram. How do I change
the border widths of the bars of a histogram. The initial command is:
hist (punkte,breaks=30, xlab="Punkte", ylab="H?ufigkeit",
main="Histogramm", col= heat.colors(30), border= "red")
I suspect that it has to do with the "lwd" command but can't figure it out.
Kind regards,
Andreas Baranowski
University of Klagenfurt
Univ...
2014 Mar 24
0
ADS data crippled after joining Samba into active MS domain
Hi together,
after joining Samba 4.1.6 into our domain with 2 MS Win2008 R2 DCs on last Friday, we had got 2 accidents:
1. one of our users couldn't access his Exchange account any more (the relation to the correct mailbox database was empty)
2. Exchange 2010 Outlook Web Access (OWA) fails today on Monday with following error message:
[PS] C:\Windows\system32>Get-OwaVirtualDirectory
2013 Feb 05
2
duplicate data
...ge the z-values in case there are identical x/y-values. Is that
possible?
If necessary for an answer I'll copy the short script below.
Thanks for helping!
Richard
----%----
#RM?u 5.2.2013, r.mueller at oeko-sorpe.de
require(akima) # Das Paket akima wird ben?otigt, um
# nicht vorhandene Punkte zu interpolieren# und einen sch?onen
Farbgradienten hinzukriegen
sorpe <- read.csv("bis_130204-korr.csv")
pdf("sorpe.pdf") # Es wird nicht auf den Bildschirm gezeichnet,
# sondern ein PDF-Dokument erstellt.
zr <- range(290,220) # Hier wird der Bereich f?ur die z-Werte#...
2008 Aug 20
1
boot0cfg and gmirror ...
Hi, all,
I know about the "foot shooting" prevention in geom(4)
when trying to update the MBR of a mounted disk.
I have a system with ad4 and ad6 mirrored and fdisk
partitions residing on the mirror to be booted alterningly:
hd30# gmirror status
Name Status Components
mirror/m0 COMPLETE ad4
ad6
hd30# mount
/dev/mirror/m0s1a on / (ufs, local, read-only)
2012 Oct 07
1
Problem with national characters in main, xlab, ylab with pdf{grDevices} / postscript {grDevices}
Hello.
I'm trying to make some graphics with nationalized labels (pdf for use
in LaTeX document).
On console (displayed on screen) using all looks ok:
----------------------------------------\/
data<-rnorm(100)
hist(data,main='Rozk?ad g?sto?ci punkt?w', xlab='Warto?? na osi y',
ylab='Cz?sto?? wyst?powania')
-------------------------------------------/\
But
2011 Feb 03
1
lmtp error at domains containing "-" sign
hallo,
I have running dovecot 2.0.9.
I want to deliver mail with rcipient prameter "-", we spoked about that at
thread "LMTP with address extension" and after your patch and version 2.0.8
that works.
But now, there's an another much greater problem. No mails to adresses, which
domain-part contains an "-" sign wil be delivered (i.e.
test at
2007 Dec 16
1
Working with ranges of a list
...eines Wasserwegenetzplanes
#St??dte
#TLD.Stadtk??rzel<-list("Stadtname",Breite,L??nge)
de.cux<-list("Cuxhaven",53.87,8.7)
de.hl<-list("L??beck",53.87,10.69)
de.hb.br<-list("Bremerhaven",53.55,8.58)
see<-function(orte){
lang<-length(orte)
punkte<-array(,c(lang,2))
punkte[,1]<-orte[[1]][[2[1]]]
punkte
}
k??ste<-(list(de.hb.br,de.cux,de.hl))
see(k??ste)
2008 Dec 31
1
Cool: using Wine to dissect the Storm bot!
http://blog.mellenthin.de/archives/2008/12/30/25c3-hangover/
says, in a writeup about the recent CCC meeting,
"Sehr interessant war Squeezing Attack Traces und Stormfucker: Owning
the Storm Botnet. Zuerst wurden konkrete Techniken gezeigt, wie man
Malware analysieren kann. Die Zentrale Idee ist hier, statt eine
Sandbox (Windows in einer VM) zu verwenden, die Requests unter Linux
an Wine
2013 Dec 04
3
Adaptec 5805 as a guest on ESXi 5.5 - problem
Hi,
I've installed a FreeBSD (stable 9.2) as a guest on ESXi 5.5. I've added
Adaptec Controller via passthrough. Unfortunately FreeBSD does not show hard
drives. Any clue?
aac0: <Adaptec RAID 5805> mem 0xfd200000-0xfd3fffff irq 18 at device 0.0 on
pci3
aac0: Enabling 64-bit address support
aac0: Enable Raw I/O
aac0: Enable 64-bit array
aac0: New comm. interface enabled
aac0:
2003 Mar 05
1
connecting 2 home-lan's ?
i have quite some problems getting 2 lans together with tinc,
setup is :
2 linuxrouter connected to the inet.
behind everyone is a subnet 192.168.0.0/255.255.0.0 with some normal
windowsworkstations.
these 2 subnets should be merged to one.
we already connected the 2 linuxboxes with tinc and it worked smooth. but
the subnets behind the routers werent pingable.
so I thought we need ethernet
2006 Dec 10
1
Huge IMAP folder takes forever
Hi!
Just updated to 1.0 rc15, but the problem remains. I think it could be
client-dependent to some extent.
I have only IMAPS access and Maildir. I have one mailbox which contains
some 10,200 mails. That mailbox takes forever (have waited 30 minutes
and then aborted) to open with Thunderbird 1.5.0.7. Other mailboxes
(like dovecot :-), only 6984 mails) opens quickly.
When Thunderbird tries to
2012 Apr 28
5
Restricting users from certain privileges
Hi:
I could not figure out how to restrict users or other users from certain
privileges to execute certain commands in FreeBSD/NanoBSD?
What I meant is I want to create a NanoBSD image in which there will be an
additional user, say 'admin'. I need to give this new user (admin) some
privileges to run some root-can-only-execute commands, but not all (ACL
similar to the firmwares in adsl
2007 Apr 03
7
Zaptel 1.4.1 Install Modules CentOS
Hi All,
I have a CentOS server that I am trying to configure Asterisk on 1.4 on.
Everything seems to go ok, with regards to compiling Zaptel, Libpri,
Asterisk (will be using kernel 2.6 timer and ztdummy)
Unfortunately I can't insmod / modprobe ztdummy.
[root @xyz src]# modprobe ztdummy
FATAL: Module ztdummy not found.
FATAL: Error running install command for ztdummy
2013 Oct 28
1
[heads up] axing AppleTalk and IPX/SPX
Hello!
[Cc to stable@, for wider audience]
The plan is two axe two old networking protocols from FreeBSD head/,
meaning that FreeBSD 11.0-RELEASE, available in couple of years would
be shipped without them.
1) AppleTalk
Last time claimed to be supported by vendor in 2007[1]. In practice
had very little use since 90th.
Discontinued by major routing equipment vendors since 2009[2].
2006 Nov 26
1
IMAPS works, IMAP does not
Hello!
I have a simple (I think) problem. I have had IMAPS working fine for a
long time. Now I want to start to use IMAP and STARTLS, since my mobile
SonyEricsson P900 can't use IMAPS directly. But I can't connect even
locally to the IMAP port (143), no-one listens there according to
netstat (*.imaps is in LISTEN state). I have the following settings in
my /etc/dovecot.conf:
2006 Jan 26
1
1.0beta2 build error
Hi!
I received the following error (I ran ./configure and make without
options) when running make install:
Making all in auth
make: don't know how to make db-ldap.h. Stop in
/tmp/dovecot-1.0b2/dovecot-1.0.beta2/src/auth.
*** Error code 1
Stop in /tmp/dovecot-1.0b2/dovecot-1.0.beta2/src (line 284 of Makefile).
*** Error code 1
Stop in /tmp/dovecot-1.0b2/dovecot-1.0.beta2 (line 340 of
2006 Feb 06
0
Newbie question
Hi,
Finally I managed to build (as ordinary user in my home dir) 1.0b2.
(remember, I had problems with db-ldap.h disappeared after compile)
What is the (simplest and) safest way to shut down dovecot on the live
server and replace the running 0.99.14? I run OpenBSD 3.7 on Sparc.
The last step would be 'make install', of course. To shutdown dovecot
the last time I resorted to kill