search for: idnum

Displaying 16 results from an estimated 16 matches for "idnum".

Did you mean: dnum
2018 Feb 03
2
find unique and summerize
Thank you so much Rui. 1. How do I export this table to excel file? I used this tbl1 <- table(Country, IDNum) tbl2=addmargins(tbl1) write.xlsx(tbl2,"tt1.xlsx"),sheetName="summary", row.names=FALSE) The above did not give me that table. 2. I want select those unique Ids that do have records in all countries. From the above data set, this ID "FIN1540166" should...
2015 Apr 09
2
samba member logon.. question.
...t;>>> >>>> Bye >>> OH yes you can, well I can :-) >> Can you share how? >> >> Bye > You are using python, which to me is a very big snake, so I bash it :-D > I just use these two functions in a bash script: > # Finds the next useable user uidNumber or group gidNumber > # Input : $1 > # $1 : msSFU30MaxUidNumber or msSFU30MaxGidNumber > # Output : the first free uidNumber or gidNumber > _findnext () { > ATTR="$1" > if [ -z "${ATTR}" ]; then > error "No Attribute supplied" >...
2018 Feb 03
0
find unique and summerize
Hello, Thanks for the reproducible example. See if the following does what you want. IDNum <- sub("^(\\d+).*", "\\1", mydata$ID) Country <- sub("^\\d+(.*)", "\\1", mydata$ID) tbl1 <- table(Country, IDNum) addmargins(tbl1) tbl2 <- xtabs(Y ~ Country + IDNum, mydata) addmargins(tbl2) Hope this helps, Rui Barradas On 2/3/2018 3:00 AM,...
2018 Feb 03
2
find unique and summerize
Hi all, I have a data set need to be summarized by unique ID (count and sum of a variable) A unique individual ID (country name Abbreviation followed by an integer numbers) may have observation in several countries. Then the ID was changed by adding the country code as a prefix and new ID was constructed or recorded like (country code, + the original unique ID Example original ID
2015 Apr 09
3
samba member logon.. question.
El 09/04/15 a les 16:20, Rowland Penny ha escrit: > On 09/04/15 14:58, Luca Olivetti wrote: >> El 09/04/15 a les 14:57, Andrey Repin ha escrit: >>>> Using the RFC2307 attributes, you will get the same ID number on every >>>> Unix machine, whereas if you use the 'rid' backend, whilst you should >>>> get the same ID on each Unix machine, you will
2018 Feb 05
0
find unique and summerize
...his helps, >> >> Rui Barradas >> >> On 2/3/2018 4:42 PM, Val wrote: >> >> Thank you so much Rui. >> >> 1. How do I export this table to excel file? >> I used this >> tbl1 <- table(Country, IDNum) >> tbl2=addmargins(tbl1) >> write.xlsx(tbl2,"tt1.xlsx"),sheetName="summary", >> row.names=FALSE) >> The above did not give me that table. >> >> >> 2. I want select those unique Ids...
2015 Apr 09
3
samba member logon.. question.
Greetings, Rowland Penny! >>> You are using python, which to me is a very big snake, so I bash it :-D >>> I just use these two functions in a bash script: >>> # Finds the next useable user uidNumber or group gidNumber >>> # Input : $1 >>> # $1 : msSFU30MaxUidNumber or msSFU30MaxGidNumber >>> # Output : the first free uidNumber or gidNumber >>> _findnext () { >>> ATTR="$1" >>> if [ -z "${ATTR}" ]; then >>...
2015 Apr 09
0
samba member logon.. question.
...the same way as ADUC). >>> >>> >>> Bye >> OH yes you can, well I can :-) > Can you share how? > > Bye You are using python, which to me is a very big snake, so I bash it :-D I just use these two functions in a bash script: # Finds the next useable user uidNumber or group gidNumber # Input : $1 # $1 : msSFU30MaxUidNumber or msSFU30MaxGidNumber # Output : the first free uidNumber or gidNumber _findnext () { ATTR="$1" if [ -z "${ATTR}" ]; then error "No Attribute supplied" error "Cannot continue... Exi...
2015 Apr 09
0
samba member logon.. question.
...t;> Bye >>>> OH yes you can, well I can :-) >>> Can you share how? >>> >>> Bye >> You are using python, which to me is a very big snake, so I bash it :-D >> I just use these two functions in a bash script: >> # Finds the next useable user uidNumber or group gidNumber >> # Input : $1 >> # $1 : msSFU30MaxUidNumber or msSFU30MaxGidNumber >> # Output : the first free uidNumber or gidNumber >> _findnext () { >> ATTR="$1" >> if [ -z "${ATTR}" ]; then >> error "No...
2015 Apr 09
0
samba member logon.. question.
On 09/04/15 17:09, Andrey Repin wrote: > Greetings, Rowland Penny! > >>>> You are using python, which to me is a very big snake, so I bash it :-D >>>> I just use these two functions in a bash script: >>>> # Finds the next useable user uidNumber or group gidNumber >>>> # Input : $1 >>>> # $1 : msSFU30MaxUidNumber or msSFU30MaxGidNumber >>>> # Output : the first free uidNumber or gidNumber >>>> _findnext () { >>>> ATTR="$1" >>>> if [ -z "${AT...
2001 Jun 06
1
ppr, number of terms, and data ordering
...that are identical (tested using proc compare in SAS) except for the fact that the records are in different order. Below I have pasted in the results from running ppr on the two data sets in their original order (first and third sets of results below) and running ppr after sorting the datasets by idnum (second and third sets of results below). At first I thought that perhaps the regression parameters are different but the underlying results are equivalent but predicted values are significantly different. I tried increasing the bass parameter, thinking that perhaps I was overfitting the data, bu...
2008 Dec 01
1
How to make a banner table.
I have a dataframe with the following variables: idnum area gender race etc. I would like to make a table that looks like area gender race M F B W A 1 4 5 3 5 1 2 6 7 4 6 3 etc. Basically, I want to make a single broad table with a number of sub-set tables. I have tried: cbind(table(area, gender), table(area, race)) But, when I do this, I...
2005 May 28
1
cmd curl crashes asterisk:
...;Zap/2-1", "http://old-inside.theplanet.com/xmlservices/cnum_lookup.html?cid=") in new stack pbx01*CLI> Disconnected from Asterisk server [macro-getcustid]; ${DEFAULT} is my own number..i.e. no cid was given... exten => s,1,setvar(CURL=) exten => s,2,gotoif($["${CALLERIDNUM}" = "${DEFAULT}"]?9:3) exten => s,3,noop(Call from ${CALLERIDNAME} using ${CALLERIDNUM}.) exten => s,4,curl('http://mywebserver-name/xmlservices/cnum_lookup.html\?cid=${CALLER IDNUM}') exten => s,5,setvar(CURL=${CURL:0:15}) exten => s,6,noop(Setting callerid ${CAL...
2005 Nov 15
9
Multiple Login scripts
Hi all, Just a quick question about login scripts for a large number of users who change rooms a lot. I have several rooms each with a printer, and nearly a thousand users divided into two main groups - pupils and teachers who change rooms on a routine basis. Is it possible to set up multiple login scripts that would be executed in sequence i.e. run by user is %u, and machine is %m is it
2011 Jan 13
0
Help with Data Transformation - RESOLVED
..." "datasets" "rcom" "rscproxy" "utils" "methods" "base" confirming presence. Executed your toy script (stepwise so as not to include the output as input) Received the following result at the end: > cast(df, idnum ~ lab, value = 'y') Error: could not find function "cast" The Package 'reshape2' documentation indicates that either acast() or dcast() are used, not giving an example of cast() itself. I resolved this by trying both acast() and dcast(). Both yielded the same screen resu...
2004 Mar 26
4
multicolumn sort on dataframe?
I couldn't find any reference to this in the FAQ, but is it possible to sort a dataframe by multiple columns? I've created some code, similar to the following: nspr.code <- sp.results$sp.code[order( sp.results$sp.code )] nspr.tpa <- sp.results$tpa[order( sp.results$sp.code )] nspr.code <- as.character( levels( nspr.code ) )[nspr.code] nspr.tpa <- as.numeric( levels( nspr.tpa