Displaying 15 results from an estimated 15 matches for "kunzler".
2010 Jul 06
3
Selection with changing number of columns
...involved columns.
Is there a way to generate the following selection automatically (maybe for loop), so that it makes no difference if there are two or ten columns involved.
Selection:
d[d$Var.1==9 | d$Var.1==9 | d$Var.1==9 ,]
Does anybody know a way?
Thanks
Mit freundlichen Gr??en
Andreas Kunzler
____________________________
Bundeszahn?rztekammer (BZ?K)
Chausseestra?e 13
10115 Berlin
Tel.: 030 40005-113
Fax: 030 40005-119
E-Mail: a.kunzler at bzaek.de
2008 Jul 08
4
Manipulate Data (with regular expressions)
Dear Everyone,
I try to automatically manipulate the data of a variable (class =
factor) like
x
220
220a
221
221b
B221
Into two variables (class = numeric) like
x y
220 0
220 1
221 0
221 1
221 1
y has to carry the information about the class (number or string) of the
former x-Variable.
I could do it by hand like
x[x == "220a"] <- 220
2010 Jul 05
3
Counting defined character within String
...ect.
The character "|" is used to separated ids.
Assume a data (d) structure like
Var
NA
NA
NA
NA
NA
1
1|2
1|22|45
3
4b|24789
I need to know the maximum number of ids within one object. In this case 3 (1|22|45)
Does anybody know a better way?
Thanks
Mit freundlichen Gr??en
Andreas Kunzler
____________________________
Bundeszahn?rztekammer (BZ?K)
Chausseestra?e 13
10115 Berlin
Tel.: 030 40005-113
Fax: 030 40005-119
E-Mail: a.kunzler at bzaek.de
2008 Sep 11
2
Handling time-series-Data
...nt the attendants that at least have attendend one time a year. In this case 2 persons, because i=2 has no observation in 2007.
I thought about creating a subset with the duplicate function. But I can't find a way to control (i) and (y).
subset(data, !duplicated(i[y]))
Thanx so much
Andreas Kunzler
____________________________
Bundeszahn?rztekammer (BZ?K)
Chausseestra?e 13
10115 Berlin
Tel.: 030 40005-113
Fax: 030 40005-119
E-Mail: a.kunzler at bzaek.de
2008 Sep 09
2
exporting tapply objects to csv-files
...of a)
3,6,7,8,8,8,1 (Counts of a total)
1,2,3,4,5,3,0 (Counts of a where b==A)
2,4,4,4,3,5,1 (Counts of a where b==B)
I tried to change the class of the table result to a matrix but I could not find a way to use the results of tapply. I use tapply because b has 15 different values.
Thanx
Andreas Kunzler
____________________________
Bundeszahn?rztekammer (BZ?K)
Chausseestra?e 13
10115 Berlin
Tel.: 030 40005-113
Fax: 030 40005-119
E-Mail: a.kunzler at bzaek.de
2008 Jul 17
5
calculate differences - strange outcome
Dear List,
I ran into some trouble by calculating differences. For me it is
important that differences are either 0 or not.
So I don't understand the outcome of this calculation
865.56-(782.86+0+63.85+18.85+0)
[1] -1.136868e-13
I run R version 2.71 on WinXP
I could solve my problem by using
round()
but I would like to know the reason.
Maybe someone can help me?
Thanx
2008 Jul 22
2
Table orderd by frequencies
Dear List,
I try to order the output of a table by the frequencies of the vector I
am look at.
The object I am looking at is a factor with a lot of levels that were
named only once.
Therefore it would be much easier to order the output by the frequencies
of the levels.
E.g.
> levels(a)
"a" "b" "c" "d"
Preferred outcome:
table(a)
b c a d
10 5 1 1
1999 Jun 11
1
SMBMOUNT on SGI
I would like to use smbmount on a SGI running IRIX 6.5.1m. The distribution
of samba for IRIX does not include the executables smbmount or smbmnt. Is
there a source for these executables?
Regards,
Fred
--------------------------------------
Fred Kunzler Phone: (281) 575-5090
91-1SE-42C Pager: (800) 618-5062
10200 Bellaire Blvd. Fax: (281) 575-5473
Houston, TX 77072 E-mail: fred.kunzler@halliburton.com
<mailto:fred.kunzler@halliburton.com>
1999 Jul 19
1
Saving MS Word Documents to a Samba Share from NT
...ve attempted to fix the
problem with create mode = 0777 and force create mode = 0777 with no
success. I have no problems with other applications, including MS Excel, MS
PowerPoint, Visio, Notepad or MS Project.
I tried the saving a Word document from Windows 95 and had no problem.
Regards,
Fred Kunzler
Systems Analyst
91-1SE-42C Phone: (281) 575-5090
10200 Bellaire Blvd. Pager: (800) 618-5062
Houston, TX 77072 Fax: (281) 575-5473
E-mail: fred.kunzler@halliburton.com <mailto:fred.kunzler@halliburton.com>
2006 Jan 12
3
Using an extension to send a linux command
...ever the script (br) never is
actually executed. Any ideas? (no I don't want to convert the script into
an agi or php yet, I like it as it is)
exten => 1111,1,Goto(custom-command,s,1)
[custom-command]
exten => s,1,System(/usr/local/bin/br -c C -n 1)
exten => s,n,Hangup()
Kaleb L. Kunzler
2008 Jul 16
2
Group level frequencies
Dear List,
I have Multi-level Data
i= Indivitual Level
g= Group Level
var1= First Variable of interest
var2= Second Variable of interest
and I want to count the frequency of "var1" and "var2" on the group
level.
I found a way, but there must be a much simpler way.
data.ml <-
data.frame(i=c(1:8),g=as.factor(c(1,1,1,2,2,3,3,3)),var1=c(3,3,3,4,4,4,4
,4),
2006 Feb 28
0
FW: 7960-tones.xml (Schochet, Wes)
...know that's true of firmware, there seems to be a lot of XML config file
examples out there on just about every web site you find. of course, not
these particular one that I am looking for....
----------------------------------------------------------------------------
----
From: Kaleb L. Kunzler [ ]
Sent: Monday, February 27, 2006 7:13 PM
To: chan-sccp-users@berlios.de
Subject: RE: [Chan-sccp-users] 7960-tones.xml
Wes, it would be illegal for anyone on the list to send you this file (or
any Cisco file). To get the necessary files you need to contact Cisco, who
will most likely tell you...
2006 Jan 24
6
iax provider
Hi
I looking a good IAX service for a *emerging * voip provider.
Better with a test account to try.
Thanks in advance.
roberto
--
Ing. Roberto Pereyra
ContenidosOnline
Servidores BSD, Solaris y Linux
Soporte t?cnico ISPs
Jabber ID: rpereyra@lugmen.org.ar
For reliable and professional DNS, use DNS Made Easy!
http://www.dnsmadeeasy.com/u/14989
-------------- next part
2008 Jul 24
2
NAs - NAs are not allowed in subscripted assignments
Dear List,
I ran into some trouble handling missing values.
Assume 2 vectors (numeric) including NAs
a <- c(rep(seq(1,4),4),NA,NA)
b <- c(sample(1:2,14,replace=T),NA,NA,1,2)
I want to replace the values of vector a that are smaller than 2 and
larger than 3 into NAs only in case vector b equals 1
a[b==1][a[b==1]<2 | a[b==1]>3] <- NA
The following error accurse:
NAs are not
2006 Feb 27
0
RE: Cisco 7960 upgrade to SIP
...erisk server via TFTP. It took me about 5 minutes
maximum to get the phone working with SIP through asterisk. NO Call-manager
was used in the firmware upgrade process. Before SIP my phones where using
SCCP (also known as skinny). I imagine that a change from MGCP to SIP
should be as painless.
KKunzler
>Message: 16
>Date: Mon, 27 Feb 2006 14:14:57 -0600
>From: Alan Bunch <Alan.Bunch@udfc.com>
>Subject: [Asterisk-Users] Covad anyone ....
>To: Asterisk Users Mailing List - Non-Commercial Discussion
> <asterisk-users@lists.digium.com>
>Message-ID: <44035DC1.60...