similar to: Odp: R: ave and quantile

Displaying 20 results from an estimated 800 matches similar to: "Odp: R: ave and quantile"

2013 Jul 17
0
usar partial=TRUE en rake
Estimados usuarios de R: Estoy usando un programa en que utilizo la funciĆ³n rake: *rake(ps,list(~A,~B,~C),list(pop.A, pop.B, pop.C),control = list(maxit=1000, epsilon = 1, verbose=TRUE))* ** *Obtengo como resultado:* ** , , C = 1 B A 1 2 3 4 5 A1 0.000000 0.000000 0.000000 0.000000 0.000000 A2 3.000000 3.000000 0.000000
2009 May 24
1
Animal Morphology: Deriving Classification Equation with Linear Discriminat Analysis (lda)
Fellow R Users: I'm not extremely familiar with lda or R programming, but a recent editorial review of a manuscript submission has prompted a crash cousre. I am on this forum hoping I could solicit some much needed advice for deriving a classification equation. I have used three basic measurements in lda to predict two groups: male and female. I have a working model, low Wilk's lambda,
2004 Apr 07
4
Problems with rlm
Dear all, When calling rlm with the following data, I get an error. (R v.1.8.1, WinXP Pro 2002 with service pack 1.) > d <- na.omit(data.frame(CPRATIO, HEIGHTZ, FAMILYID)) > c <- tapply(d$CPRATIO, d$FAMILYID, mean) > h <- tapply(d$HEIGHTZ, d$FAMILYID, mean) > c 1 2 3 6 7 9 10 11 6.000000 2.500000 3.250000
2008 Jul 25
0
glht after lmer with "$S4class-" and "missing model.matrix-" errors with DATA
maybe it's in the data? So here it comes. > sv.growth Grouped Data: length ~ meas | box_id meas spec comp water box_id sprouts leaves length long.sprout 1 1 Sv control moist 1 8.800000 37.80 211.2000 60.6 2 1 Sv xfull moist 2 7.000000 8.00 174.8000 62.8 3 1 Sv control moist 3 9.000000
2009 Jan 22
1
subset exact values
Hi- I need to subset the following data by the column 'dal' for values that equal the regular interval seq(0, 150, by=0.5) exactly.... ....excluding rows with irregular 'dal' values such as c(2.888958, 2.891620), etc. data<-data.frame(id=id, dal=dal, date=date, mu.x=mu.x) $dal [1] 0.000000 0.500000 1.000000 1.500000 2.000000 2.500000 2.888958 2.891620 3.000000 3.245405
2010 Nov 19
0
printCoefmat() for a data.frame with factors
I want to use something like printCoefmat() in a print.summary method to print a more nicely formatted version of the result from a summary method, but where the estimates may be cross-classified by one or more factors. However, printCoefmat() assumes that the labels for the parameters are the rownames of the object, and prints factors as integers. With one factor, I could just assign that as
2001 Nov 30
0
ODP: ODP: Joining BDC (Samba) to PDC (Samba)
Normal PDC/BDC isn't possible now. It will be in Samba 3.0 (look in documentation). But you can create substitute solution. For example two idendicaly servers with autocopy of password database, but it isn't PDC/BDC relations. It is two identicaly domains. I have two servers with samba, with two indenticaly password databases and smb.conf. When I have problem with one, I can fastly change
2009 Jan 21
0
Odp: R: Odp: Function able to identify the row and the column in a matrix
"enrico.foscolo2 at libero.it" <enrico.foscolo2 at libero.it> napsal dne 21.01.2009 11:54:49: > I can't use the function "outer" because my function fun() doesn't take vectors > as arguments. If you can not R-help at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide
2016 Aug 24
0
Odp: Re: Odp: Upgrade 4.2.14 --> 4.3.11
I provision with: /usr/local/samba/bin/samba-tool domain provision --realm=corp.example.com.pl --domain=EXAMPLE --adminpass="xxxxxx" --server-role=dc --dns-backend=SAMBA_INTERNAL Now I know that I made a mistake. I did use lowcase in realm (Is this really problem?) and I did not use switches --use-rfc2307 --use-xattrs=yes. I do not use AD for UNIX accounts authentication, but I would
2007 Jun 06
0
Odp: Odp: sampling problem - new to R
> Hi > > If I understand correctly, use split and sample with lapply. If DF is your dataframe > > lapply(split(DF$Tree, DF$Plot), function(x) sample(x,1)) > > shall select random tree from each plot. Or you can get it in tabular form with sapply. > > Regards > Petr Sorry, you shall use resample from sample help page as Prof.Ripley pointed if you can have
2009 Feb 13
0
Odp: Odp: extracting parts of words or extraxting letter to use in ifelse-func.
Hi johannes at dsr.life.ku.dk napsal dne 13.02.2009 13:17:06: > Hi > > I tried what you said, but i gives FALSE all the way down! And I think its > because there are other words in phrases as well. So if there is 'San' > in the phrase it has to be TRUE even thoug there are other words before and > after 'San' in the phrase. I do not understand. >
2010 Mar 05
1
What does "Odp" mean?
Though I've been on the list for quite a while, I've not yet figured out what the "Odp:" entry in subject lines means. Is it important information? JN
2019 Oct 25
0
Unexpected behavior when using macro to loop over vector
On 10/23/19 6:45 AM, Wang Jiefei wrote: > Hi all, > > I found an unexpected behavior when I was trying to use the macro defined > in "R_ext/Itermacros.h" to loop over an atomic vector. Here is a minimum > example: > > C++ code > ``` > #include "R_ext/Itermacros.h" > #define GET_REGION_BUFSIZE 2 > //Redefine the macro since C++ is not happy with
2011 Jul 20
0
Apache + asp.net + Oracle ODP are working under wine now
After 2 weeks of fighting I was able to have windows asp.net Oracle business application running under wine. It required 3 main changes: 1. Change apache code to avoid using getFile function which prevent apache to work under wine 2. Change wine code to fix GetUser bug from advapi.dll to have Oracle ODP working 3. Change some javascripts in application itself to solve some strange problem with
2007 Aug 10
0
Odp: having problems with factor()
You've spotted it! table(df$area) 0 1 2 3 4 5 7 21 27 71 46 19 3 1 There are no values in area 6. Thank you very much. Jabez ----- Original Message ---- From: Petr PIKAL <petr.pikal@precheza.cz> To: Jabez Wilson <jabezwuk@yahoo.co.uk> Cc: R-Help <r-help@stat.math.ethz.ch> Sent: Friday, 10 August, 2007 1:02:21 PM Subject: Odp: [R] having problems with
2008 Oct 27
0
Odp: Request: Most repeated sequence considering combinations at each row
Dear Petr Thanks for the response. Hope it will now help me to proceed. best regards M.Azam ________________________________ From: Petr PIKAL <petr.pikal@precheza.cz> Cc: R Help <r-help@r-project.org>; r-help-bounces@r-project.org Sent: Monday, October 27, 2008 8:43:27 AM Subject: Odp: [R] Request: Most repeated sequence considering combinations at each row Hi not sure if this is
2005 Jul 16
0
Odp: LARTC Digest, Vol 5, Issue 34
Hello Yes i have separate class for every user, every class have pfifp qdisc. User direction shaping: tc -s -d qdisc show dev eth2 | grep pfifo |wc -l 3959 Internet direction shaping: tc -s -d qdisc show dev vlan0891 | grep pfifo |wc -l 3959 Nat: iptables -L -n -v -t nat | grep SNAT | wc -l 3959 For shaping i use hfsc classifier. Date: Fri, 15 Jul 2005 14:16:33 +0200 From: Peter Surda
2016 Aug 24
1
Odp: Upgrade 4.2.14 --> 4.3.11
Rowland wrote: >Can I suggest you put your smb.conf back to what it was just after the >provision and try again. If it does work (and it should), before you >start adding lines again, can I also suggest you read 'man smb_conf', >most of the lines you have added are the defaults, others do nothing on >a DC and some are just plain wrong. > >Rowland Thank you for
2017 Sep 19
0
ODP: Re: samba 4 ad member - idmap = ad for machine accounts
Mandi! k.wirski via samba In chel di` si favelave... > I'm not sure what You mean about invalidating cache? 'nscd' is a generic Name Services Caching Daemon normally installed automatically alongside winbind. In the past, when playing with winbind, i get confused by the cache, and confusion grow considering that: getent passwd user does not query the cache, so all seems to
2017 Sep 19
1
ODP: Re: samba 4 ad member - idmap = ad for machine accounts
On Tue, 19 Sep 2017 12:29:37 +0200 Marco Gaiarin via samba <samba at lists.samba.org> wrote: > Mandi! k.wirski via samba > In chel di` si favelave... > > > I'm not sure what You mean about invalidating cache? > > 'nscd' is a generic Name Services Caching Daemon normally installed > automatically alongside winbind. > > In the past, when playing