search for: eel

Displaying 20 results from an estimated 37 matches for "eel".

Did you mean: ee
2011 Aug 18
2
Selecting subset of factor levels
...AB 2-2 2.7 AB 2-3 1.6 AB 2-3 1.5 AB 2-3 1.4 etc AB 2-20 3.1 AB 2-20 2.9 AB 2-20 3.0 I would like to create a subset containing all variable rows but for only, say, Fish 2-1, 2-2, and 2-3. The following code: Df2 <- subset(Df1, Eel=="2-1" | Eel=="2-3") selects only Eel 2-1 and 2-3. The use of a ":" rather than "|" gives an error message. My other approaches did not work. Any suggestions for doing this task would be much appreciated. Regards, BJ
2010 Nov 16
2
T1 with Robbed Bit Signaling
Has anyone here used T1s with RBS with asterisk? Cary Fitch
2007 Oct 15
18
Merbivore.com - Mockups
...n some discussion on the IRC channel about getting a site for Merb going. Since the culture around the project is pretty casual, I figured I''d just throw a few ideas together, see what you guys think. So, firstly here are three example pages, just to show off the general look and feel. http://mr-eel.com/tmp/merb/01_frontpage.gif http://mr-eel.com/tmp/merb/02_contribute.gif http://mr-eel.com/tmp/merb/03_why.gif A few notes on the design: I''ve gone for something quite clean, with most of the interest coming from the abstract shapes in the background. I know some peop...
2006 Feb 15
2
Pairwise comparison after repeated measures ANOVA
I am analyzing some data obtained after measuring some parameters at different times in samples obtained from many subjects. The model is quite simple: aov(parameter ~ Time + Error(Subject/Time)) Now I want to make a pairwise comparison between the levels of Time. However, I have not find how to do such a thing. I cannot use TukeyHSD or pairwise.t.test, I supposse. Maybe using contrasts? Could
2011 Jul 16
1
Creating composite factor and changing format from character to factor
...1$Position) creates the appropriate "SitePos" values e.g. "CR core" but as character values not as a factor. A linear model run on the updated dataframe works but notes that it coerces "SitePos" from character to factor e.g. Model.G = lmer(log10(SrCa) ~ SitePos + (1 | Eel), data = Data1) . The next step of a multiple comparison test on the output of the linear model: Model.G.mct = glht(Model.G, linfct = mcp(SitePos = "Tukey")) fails because the mct does not recognize "SitePos" as a factor and gives error message: "Error in mcp2matrix (model...
2010 Nov 07
7
Big practical systems
I don't want to start the "How many calls can Asterisk handle?" discussion or "How many angels can stand on the point of a pin?" discussion either. But can anyone contribute some practical knowledge of systems that take in channel bank T1s or DS3s from "far away", and process the calls? I am looking for real world, been there, done that, or "check the
2011 Jul 18
1
Multiple comparison test on selected contrasts
...linear model while using packages lme4 and multcomp? I am running R 2.13.0 under Windows 7. The following linear model and mct produces a global mct of 15 paired contrasts of the combined (Site, Position) factor SitePos of which only 9 are of interest. Model.G = lmer(log10(SrCa) ~ SitePos + (1 | Eel), data = Data1) Model.G.mct = glht(Model.G, linfct = mcp(SitePos = "Tukey"))summary (Model.G.mct) The following code creates the desired reduced set of contrasts but I have been unable to apply it correctly to the mct. contr = rbind("CR core - MH core" = c(1,0,0,-1,0,0),&quot...
2020 Sep 24
1
How to use `[` without evaluating the arguments.
...e tibble tidyverse package, I am quite confused. If you have any recommendations on how I can prevent evaluation prior to method dispatch, or of a work around that would produce the same API using a different approach, it would be appreciated. Thanks for your assistance. Best, --- Christopher Eeles Software Developer BHK Laboratory<http://www.bhklab.ca/> Princess Margaret Cancer Centre<https://www.pmgenomics.ca/pmgenomics/> University Health Network<http://www.uhn.ca/> This e-mail may contain confidential and/or privileged i...{{dropped:22}}
2018 Jul 10
2
Is it really valid to discard externally instantiated functions from a TU when marked inline?
...e definition in the .so is not visible to the executable, and the link fails. Where I think Clang/LLVM goes wrong is when it decides to remove the instantiation in the executable in favor of the one that is hypothetically provided externally. Indeed, the Standard says in [temp.explicit]/12 (http://eel.is/c++draft/temp.explicit#12): Except for inline functions and variables, declarations with types deduced from their initializer or return value ([dcl.spec.auto]), const variables of literal types, variables of reference types, and class template specializations, explicit instantiation declara...
2011 Feb 25
1
ANOVA and Pseudoreplication in R
...analyse those means - Exerciseing caution where there are extreme values. I think the 3 disks for each lineage themselves are not pseudoreplication, because they are genuinley 3 disks on a plate: the "Disk Diffusion Test" replicated 3 times - but the multiple readings from one disk if eel, is pseudoreplication. I've also read about including Error() terms in a formula. I'm unsure of the two NE. Treatments comming from the same culture does not introduce pseudoreplications at Treatment Factor Level, because of the two different antimicrobials used have two different effec...
2017 Jan 19
2
Error en loop anidado con data.table
...j must be vector of column name or positions In addition: Warning message: In i == datos$anireg_cod & j %in% colnames(datos) & (datos[k, l == : longer object length is not a multiple of shorter object length Muchas gracias y disculpas si quedó muy largo pero quería explicitar eel problema lo mejor posible. Saludos, Rodrigo. -- *Dr. Rodrigo López Correa.* Montevideo. Uruguay. Cel: 099 660 549. [[alternative HTML version deleted]]
2020 Sep 04
2
[RFC] Introducing the maynotprogress IR attribute
...ing them.) Atmn and Johannes [1] https://bugs.llvm.org/show_bug.cgi?id=965 [2] https://lists.llvm.org/pipermail/llvm-dev/2015-July/088103.html [3] https://lists.llvm.org/pipermail/llvm-dev/2017-October/118558.html [4] https://reviews.llvm.org/D38336 [5] https://reviews.llvm.org/D65718 [6] https://eel.is/c++draft/intro.progress
2004 Aug 06
2
ices 0.1.0 released
Hi, Since I got no negative feedback (or any feedback) about the autoconf changes I did a couple days ago, I've released ices 0.1.0 at http://www.icecast.org/releases/ices-0.1.0.tar.gz This is mostly a collection of minor bugfixes, plus an update to the reencoder to use the current LAME API. Note you'll need at least LAME 3.88beta to use reencoding. From the changelog: - 0.1.0
2003 Oct 20
1
presentation of spatial-temporal point processes
Hello all, Would anybody tell me how to present spatial-temoral point processes in R, for example, I'd like to plot the spatial points in the sequence of their time domain? Cheers -- Pingping Zheng Department of Mathematics and Statistics Fylde College Lancaster University Lancaster LA1 4YF UK
2018 Sep 25
3
[cfe-dev] New warnings when building trunk with GCC 9
+ Erik, who implemented DR1579 Originally, I had the warning similar to GCC's warning, but took it out due to not having DR1579 implemented in clang (warning changed in r243594) Erik in r274291 implemented DR1579, although PR27785 didn't mention anything about std::move It looks like what's happening is that Clang and GCC handles the return differently. Clang needs the std::move
2006 Jan 28
2
Unknown Files in /tmp
...ot at localhost tmp]# ls keyring-XphDRC gconfd-racket mapping-racket ssh-qONcvE2869 gconfd-root orbit-racket xses-racket.bWVjc5 keyring-P5i6Xo orbit-root below is just some content from "xses-racket.bWVjc5" (nautilus:2955): Eel-WARNING **: Error starting command ''/tmp/keyring-XphDRC/socket'': Failed to execute child process "/tmp/keyring-XphDRC/socket" (Permission denied) I ran a soundcard test today, could that be it? This is all probably not related, but, I find it odd. What do you think?...
2011 Feb 26
2
[R-sig-ME] Fwd: Re: ANOVA and Pseudoreplication in R
...n where there are extreme >> values. I think the 3 disks for each lineage themselves are not >> pseudoreplication, because they are genuinley 3 disks on a plate: the "Disk >> Diffusion Test" replicated 3 times - but the multiple readings from one disk >> if eel, is pseudoreplication. I've also read about including Error() terms >> in a formula. >> >> I'm unsure of the two NE. Treatments comming from the same culture does not >> introduce pseudoreplications at Treatment Factor Level, because of the two >> diffe...
2020 Sep 07
2
[RFC] Introducing the maynotprogress IR attribute
...we constraint program transformations, perform wrong program transformations, and require languages like Rust to add spurious side-effects to avoid this. > I'm afraid I don't have the full history of these discussions, but is > there really a _good_ reason for doing so? It would feel more natural > to have no progress requirement by default and add a "willprogress" > attribute to indicate that the so annotated function will eventually > make progress (whatever that means, which is the other issue I have > with this :)) We can certainly turn everything...
2000 Dec 11
0
Icecast and streaming vorbis
...down, along with News. I will be updating the page as more progress is made. I know alot of you have had questions about the recent shutdown of iCast.com, and how that will impact icecast development. The core of team Icecast, has over the last year, consisted mostly of Alexander Havang (aka - Eel), Jack Moffitt, and myself (Chad Armstrong). Alex lives in sweden, and his current employment keeps him mostly away from Icecast development. Jack and myself are currently decompressing from this last year, but our first priority, Vorbis, Icecast will see continuing development. In a perfect wor...
2020 Sep 05
4
[RFC] Introducing the maynotprogress IR attribute
...vm.org/show_bug.cgi?id=965 >> [2] https://lists.llvm.org/pipermail/llvm-dev/2015-July/088103.html >> [3] https://lists.llvm.org/pipermail/llvm-dev/2017-October/118558.html >> [4] https://reviews.llvm.org/D38336 >> [5] https://reviews.llvm.org/D65718 >> [6] https://eel.is/c++draft/intro.progress >> _______________________________________________ >> LLVM Developers mailing list >> llvm-dev at lists.llvm.org >> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >