search for: cult

Displaying 20 results from an estimated 108 matches for "cult".

Did you mean: celt
2008 Oct 05
1
Help on R Coding
Hi all, I am kind of stuck of using Predict function in R to make prediction for a model with continuous variable and categorial variables. i have no problem making the model, the model is e.g. cabbage.lm2<- lm(VitC ~ HeadWt + Date + Cult) HeadWt is a continuous variable, Date and Culte are factors. Date have three levels inside (d16,d20,d21), Cult has two levels(c39,c52). I need to calculate a confidence interval for the mean VitC for each combination of Date and Cult, fixing the value of HeadWt at the mean for the corresponding c...
2011 Aug 06
1
multcomp::glht() doesn't work for an incomplete factorial using aov()?
...performing a lot of contrasts and I need correcting for multiplicity. So, I can use multcomp::glht() for this. However, glht() return an error message that is not compatible with my expectations. Someone know I or has a suggestion for? Below some reproducible code. # toy data adi <- expand.grid(cult=gl(1,3,la=LETTERS[1]), fert=101) fat <- expand.grid(cult=gl(2,3,la=LETTERS[2:3]), fert=seq(50,150,50)) da <- rbind(adi, fat) da$y <- da$fert+rnorm(nrow(da),0,10) # plot require(lattice) xyplot(y~fert|cult, da) # adjust complete factorial m0 <- aov(y~cult*fert, subset(da, cult!="A...
2007 Dec 31
2
Building path to maildir
...99.11 This is my actual configuration: Protocols = imap pop3 imap_listen = * pop3_listen = * login_dir = /var/run/dovecot-login login = imap login = pop3 default_mail_env = maildir:/var/spool/virtualmail/%d/%n mbox_locks = fcntl auth = dovecot-auth auth_mechanisms = plain auth_default_realm = CASA.CULT.CU auth_userdb = ldap /etc/dovecot-ldap.conf auth_passdb = pam dovecot auth_user = root auth_verbose = yes auth_debug = yes dovecot-ldap.conf hosts = ldap.casa.cult.cu base = ou=CASA,dc=casa,dc=cult,dc=cu dn = cn=unix-conector,cn=Users,dc=casa,dc=cult,dc=cu dnpass = ***** ldap_version = 3 deref =...
2011 Aug 06
1
How set lm() to don't return NA in summary()?
...nderstant it. But I use contrast::contrast(), gmodels::estimable(), multcomp::glht() and all these fail when model has NA estimates. This is becouse vcov() and coef() has different dimensions. Is possible set lm() to omit NA? Below same toy data and code. > # toy data > adi <- expand.grid(cult=gl(1,3,la=LETTERS[1]), fert=101) > fat <- expand.grid(cult=gl(2,3,la=LETTERS[2:3]), fert=seq(50,150,50)) > da <- rbind(adi, fat) > da$y <- da$fert+rnorm(nrow(da),0,10) > > # plot > require(lattice) > xyplot(y~fert|cult, da) > > # adjust > m0 <- lm(y~cult*fe...
2013 Jan 17
1
[LLVMdev] [llvm-commits] [PATCH] A "very verbose" mode for FileCheck
...time to remove any mention of grep from that document? One contributing factor to the continued use of grep may be that the section "Writing New Regression Tests" [1] mentions grep multiple times, and FileCheck 0 times. Besides that, I suspect that most new uses of grep come from cargo culting, so just giving them nothing to cargo cult is an easy and mechanical way to avoid that part of the issue altogether (i.e. just removing all uses of grep in the current tests). Also, removing `not` and `count` from utils/ would incapacitate grep significantly w.r.t. writing tests with it, discour...
2003 Sep 19
3
SHN
I am interetsed to know views on how does best quality ogg compression compare with SHN or whether this is this really comparing apples with oranges because SHN does not compress that greatly? I am on a Music list that is doing a Tape Tree. I guess Grateful dead have made SHN the cult leader format. -- Raena Lea-Shannon --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subje...
2013 Jan 17
0
[LLVMdev] [llvm-commits] [PATCH] A "very verbose" mode for FileCheck
On Thu, Jan 17, 2013 at 10:20 AM, Jim Grosbach <grosbach at apple.com> wrote: > > On Jan 17, 2013, at 9:57 AM, Dmitri Gribenko <gribozavr at gmail.com> wrote: > >> On Thu, Jan 17, 2013 at 7:51 PM, Sean Silva <silvas at purdue.edu> wrote: >>> On Thu, Jan 17, 2013 at 8:36 AM, Dmitri Gribenko <gribozavr at gmail.com> wrote: >>>> We have to
2013 Jan 17
3
[LLVMdev] [llvm-commits] [PATCH] A "very verbose" mode for FileCheck
On Jan 17, 2013, at 9:57 AM, Dmitri Gribenko <gribozavr at gmail.com> wrote: > On Thu, Jan 17, 2013 at 7:51 PM, Sean Silva <silvas at purdue.edu> wrote: >> On Thu, Jan 17, 2013 at 8:36 AM, Dmitri Gribenko <gribozavr at gmail.com> wrote: >>> We have to options: >>> (a) replace 'FileCheck' with '%FileCheck' in all tests, and teach
2018 Jun 19
2
Naming clash: -DCLS=n and CLS in code
Tim Northover via llvm-dev wrote on 06/19/2018 09:22 PM: > On Tue, 19 Jun 2018 at 20:12, U.Mutlu <um at mutluit.com> wrote: >> You can find more examples by searching for "DCLS getconf LEVEL1_DCACHE_LINESIZE". > > Frankly, it all looks like cargo-cult optimization flagomancy. I'd > suggest you drop it, it's not magical I promise. Hey, I'm working on optimization, and I know "it works". Curious, have you ever heard of "false sharing" and "true sharing" and what lies behind them? Hint: it has todo wit...
2011 Jan 06
1
[CentOS-devel] are there any chances to see finished CentOS6 in 2011?
...> Thats bonkers. There *was* a specific callout for help, how many patches > did you submit ? I have three here, that are waiting to be submitted. They are not artwork/logo related, it was a bit more work. However, they won't be submitted. I'm not going to contribute to this 'cult', where there's a whole univserse rotating around exact one single person that has weird definitions (e.g. of 'community') and a massive lack of soft skills. In case I feel the need to do take part in a cult, I could spend (less than 90k GBP) buying Apple stuff and become a Jobs fan...
2004 Nov 23
3
Re: List proposition
On Tue, 2004-11-23 at 20:26, ~mg@a.org wrote: > Hello everyone! > > We have been thinking about something<early snip> With respect, this could have come from anyone... and looks like it did from the DNS records. I appreciate it's not an easy situation, but there must be some way of doing this where it does not look like a scam? Tell tale signs: - Don't tell anyone about
2018 Apr 24
0
TukeyHSD and glht differ for models with a covariate
...nyone elaborate on why the model.tables function is generating means that differ from the effect function?? Thanks... #-------------------------------- # Load libraries and data library(multcomp) library(effects) data(cabbages, package='MASS') #create the model mod1 <- lm(VitC~HeadWt+Cult+Date, data=cabbages) # Using TukeyHSD TukeyHSD(aov(mod1), which='Date') #? Tukey multiple comparisons of means # ? 95% family-wise confidence level # #Fit: aov(formula = mod1) # #$Date #????????????? diff??????? lwr????? upr???? p adj #d20-d16 -0.9216847 -5.5216345 3.678265 0.8797985 #d21...
2019 Mar 26
1
[PATCH 14/21] drm/nouveau: Use drm_fb_helper_fill_info
This changes the fb name from "nouveaufb" to "nouveaudrmfb". Aside: I wonder whether the in_interrupt() check is good enough for the nouveau acceleration. Cargo-cult says drm_can_sleep() is needed, which isn't actually working if you pick a .config without PREEMPT. For the generic fbdev defio support we've gone with offloading everything to a worker. For the non-accel callbacks (set_par, blank and friends) checking for oops_in_progress is good enough to...
2013 Apr 24
2
Trouble Computing Type III SS in a Cox Regression
I should hope that there is trouble, since "type III" is an undefined concept for a Cox model. Since SAS Inc fostered the cult of type III they have recently added it as an option for phreg, but I am not able to find any hints in the phreg documentation of what exactly they are doing when you invoke it. If you can unearth this information, then I will be happy to tell you whether a. using the test (whatever it is)...
2003 Nov 02
1
opie bug or ..?
...ng the MD5 algorithm to compute response. Sequence number 0 is not positive. but it works fine in case of: mx2# opiekey -n5 1 vo6199 Using the MD5 algorithm to compute response. Reminder: Don't use opiekey from telnet or dial-in sessions. Enter secret pass phrase: 0: OAK SEW CULT FALL AX WAND 1: BOUT AID SOOT BUT SIT BILK mx2# *** 3 *** pam_opie.so, the most interesting thing After successful login with 0 sequence number, trying to do it again (sequence number has been decreased, right?) mx2# ssh ssa@192.168.90.250 otp-md5 -1 (null) ext Password: Is it...
2017 Nov 21
2
[PATCH v2] drm: don't continue with anything after the GPU couldn't be woken up
This should make systems more stable where resuming the GPU fails. This can happen due to bad firmware or due to a bug within the kernel. The last thing which should happen in either case is an unusable system. v2: do the same in nouveau_pmops_resume Tested-by: Karl Hastings <kazen at redhat.com> Signed-off-by: Karol Herbst <kherbst at redhat.com> --- drm/nouveau/nouveau_drm.c | 31
2001 Dec 08
5
No "seteuid" method available
Hey Everyone: "No seteuid method available" is the error I get when trying to configure Samba 2.2.2 on an HP-UX 11.0 system. This system is part of a test network and has tcp/ip but no DNS. There are only 3 articles on the Samba site about this and the only fix requires changing and recompiling "C" libraries. Is there another, simpler fix? Thanks. ~ Gary Zawilinski ~
2014 Jan 03
1
VisualHostKey vs. RekeyLimit vs. VerifyHostKeyDNS
...host and get a visual cue of what looks like a strawberry or jester hat and suddenly a catalog of frequent commands relevant to the particular host surface in mind ;-) I have two configuration problems that make VisualHostKey less usable. * RekeyLimit I'm no crypto expert, pretty much cargo-culting here, but from bits and pieces I've read, it seems like re-keying is crucial for a cipher like AES-GCM. Maybe it's just a gut feeling inspired by strongSwan IPsec daemons which are constantly re-keying. Every time the cipher is re-keyed, VisualHostKey clobbers the terminal, usually wit...
2018 Jun 19
6
Naming clash: -DCLS=n and CLS in code
Tim Northover wrote on 06/19/2018 08:54 PM: >>> Why are you passing that argument in the first place? The compiler >>> completely ignores it. >> >> CLS stands for cacheline size. It is an important parameter >> for optimization of the generated code, at least with gcc/g++. >> -DCLS=n should have the same importance like for example -DNDEBUG. > > The
2001 Jul 02
5
Nullsoft Vorbis Decoder v.1.11a Bug Report
...k Alternative Ambient Anime Avantgarde Ballad Bass Beat Bebob Big Band Black Metal Bluegrass Blues Booty Bass BritPop Cabaret Celtic Chamber Music Chanson Chorus Christian Gangsta Rap Christian Rap Christian Rock Classic Rock Classical Club Club-House Comedy Contemporary Christian Country Crossover Cult Dance Dance Hall Darkwave Death Metal Disco Dream Drum & Bass Drum Solo Duet Easy Listening Electronic Ethnic Eurodance Euro-House Euro-Techno Fast-Fusion Folk Folk/Rock Folklore Freestyle Funk Fusion Game Gangsta Rap Goa Gospel Gothic Gothic Rock Grunge Hard Rock Hardcore Heavy Metal Hip-Hop H...