search for: ag1

Displaying 9 results from an estimated 9 matches for "ag1".

Did you mean: a1
2007 Jun 26
2
Aggregation of data frame with calculations of proportions
...: Factor w/ 6 levels "Americas","Asia",..: 4 4 3 3 3 3 3 3 3 3 ... # It is straightforward to aggregate data: smart.sum <- function(x,...) { if (is.numeric(x)) return(sum(x, na.rm=T)) else return(paste(unique(x), collapse=", ")) # for natbib citations } sp.ag1 = aggregate(sp, by=list(region=sp$region), FUN=smart.sum) sp.ag2 = aggregate(sp, by=list(patient.type=sp$patient.type), FUN=smart.sum) print(sp.ag1) # and even to calculate crude percentages spp = sp.ag1 spp[,2:15] = sapply(spp[,2:15], FUN=function(x) { round(x*100/ spp$total, 1)}) # *BUT*, the p...
2009 Jun 26
2
Matching data to a new column
Hi all, I wonder if anyone can help, I have a dataframe with columns for... 'I.D' 'age' 'mothers I.D' 01 5 03 02 6 06 03 16 NA 04 8 06 05 3 NA 06 17 NA I need to create a new column for 'mothers age' which puts the age of the individual with 'mothers i.d' into the row for her offspring (so
2010 Nov 22
1
how do remove those predictor which have p value greater than 0.05 in GLM?
.... could you please give your suggestions. It would be really a great help. please see the example of retaining predictors which have p value is greater that 0.05 after stepwise logistic regression. Thank Shubha Pandit, PhD University of Windsor Windsor, ON, Canada ==== > summary(step.glm.int.ag1) Call: glm(formula = ag1less ~ GEARTEMP + DOGEAR + GEARDEPTH + SECCHI + GEARTEMP:SECCHI + DOGEAR:SECCHI + GEARTEMP:DOGEAR + GEARTEMP:GEARDEPTH + DOGEAR:GEARDEPTH, family = binomial, data = training) Deviance Residuals: Min 1Q Median 3Q Max -2.1983 -0.8272 -0.4677...
2010 Jun 10
1
Am I having problems with codecs? or am I not receiving an invite at all from my DID provider?
...ot; <sip:Unknown at 82.80.252.234:5090>;tag=as24089849* *To: <sip:MyUsername at 177.177.177.177 <sip%3AMyUsername at 177.177.177.177>>* *Contact: <sip:Unknown at 82.80.252.234:5090>* *Call-ID: 55a4cf1f4e5575e97f8b3b23495f0a43 at 82.80.252.234* *CSeq: 102 INVITE* *User-Agent: AG1* *Max-Forwards: 70* *Date: Thu, 10 Jun 2010 14:58:09 GMT* *Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY* *Supported: replaces* *Content-Type: application/sdp* *Content-Length: 331* * * *v=0* *o=root 6129 6129 IN IP4 82.80.252.234* *s=session* *c=IN IP4 82.80.252.234* *t=0 0* *...
2013 Feb 13
5
spearman correlation and p-value as a matrix
I have two data matrices that I want to make the correlation between each column from data1 and each column from data 2 and also calculate the p-value Matrices dont have the same size and I tried such a script. > bg <- read.table (file.choose(), header=T, row.names) > bg > Otu00022 Otu00029 Otu00039 Otu00042 Otu00101 Otu00105 Otu00125 Otu00131 Otu00137 Otu00155 Otu00158 Otu00172
2014 Sep 07
0
Issue with Samba 3.6.3 and DFS Windows 2008 R2 share
Hi there, it's quite a week that I'm trying hard on this . To make it simple: - ubuntu 12.04 - samba 3.6.3 I'm trying to mount with CIFS the following corporate share: mount -t cifs //cop.gen.net/fsgruppo/DISCO_GEN/Flussi/AG1 /mnt/ -o username=johndoe Mounting this returns a "mount error(115): Operation now in progress" I can mount directly the share which is " //cop.gen.net/fsgruppo" but then I can't do anything, for example I can't even do a simple "ls DISCO_GEN" as that wil...
2009 Sep 30
1
pam_authenticate() failed
...rip=127.0.0.1, lip=127.0.0.1, secured this login attempt is done via webmail but also connections with mail clients fail. other users can login successful: dovecot: Sep 30 09:58:36 Info: auth(default): client in: AUTH 1 PLAIN service=IMAP secured lip=127.0.0.1 rip=127.0.0.1 resp=AG1 hcnRpam5AeW91bmdndW5zLm5sADZtdW5zaG9l dovecot: Sep 30 09:58:36 Info: auth(default): pam(martijn at youngguns.nl,127.0.0.1): lookup service=dovecot dovecot: Sep 30 09:58:36 Info: auth(default): client out: OK 1 user=martijn at youngguns.nl dovecot: Sep 30 09:58:36 Info: auth(default): maste...
2001 Nov 14
0
OPEN ssh pkg
...-J< 3ZZ9OPH(&41 at _1V%E)6>H3&:<!<I+2AD=*'ZE"\ MK -UH:3 at ZRA5I).22;_*7>6DF]56)@%0.E(J"BG=*Y%K0RP,:K0=O.'".*3= MCS+$TVM!375.<-4L&B-*WM+$D$M3#"_UI4WB)P73$#A,3Y$Q1:9'09F> 9>2 M2$>8\!%3RA5DF)1,=DVU2S9M ]N4<4H45_5-$</$:*\1YYQ*AG1:B=8IN6BG MT&%23-?+P$R;*3V%J'<3GSJURGI6[X-:#9#C-%%TU)]I3[LFWHR$B3417M:3 M.EG=YS at U-0_VHWK80"A2*^J$-:LCMHAR2%2883<LA'V((?4*_2R2&F(MJX5% MJ"5V5!+*HMI8$T5+?:DN#9(=C7V74]LHC/VQE_"GRBJ?.$Z]JM-JK.HKJ8(* MIGIMY.I3K:M2E*K"N6JZ5_$#5IU=6A6P=E5*=3_!:GP:JPJ5LIK5^9)6^2...
2010 Nov 24
0
4. Rexcel (Luis Felipe Parra)-how to run a code from excel
...t. could you please give your suggestions. It would be really a great help. please see the example of retaining predictors which have p value is greater that 0.05 after stepwise logistic regression. Thank Shubha Pandit, PhD University of Windsor Windsor, ON, Canada ==== > summary(step.glm.int.ag1) Call: glm(formula = ag1less ~ GEARTEMP + DOGEAR + GEARDEPTH + SECCHI + GEARTEMP:SECCHI + DOGEAR:SECCHI + GEARTEMP:DOGEAR + GEARTEMP:GEARDEPTH + DOGEAR:GEARDEPTH, family = binomial, data = training) Deviance Residuals: Min 1Q Median 3Q Max -2.1983 -0.8272 -0.4677...