search for: audiences

Displaying 20 results from an estimated 1188 matches for "audiences".

Did you mean: audience
2008 Jan 30
9
catching errors, rspec basics
Trying to spec the following but don''t know if I''m using the right matcher. How do I spec? Plz, sugar on tops. Audience.stats - should have a stats of 80 when passed a flux of 10 - should return an error when passed a string (ERROR - 1) 1) TypeError in ''Audience.stats should return an error when passed a string'' String can''t be coerced into Fixnum
2017 Nov 29
6
Data cleaning & Data preparation, what do R users want?
R has a very wide audience, clinical research, astronomy, psychology, and so on and so on. I would consider data analysis work to be three stages: data preparation, statistical analysis, and producing the report. This regards the process of getting the data ready for analysis and reporting, sometimes called "data cleaning" or "data munging" or "data wrangling". So as
2013 May 26
2
[LLVMdev] [cfe-dev] [3.3 Release] Release Candidate 2 Available
On Sat, May 25, 2013 at 1:52 PM, Renato Golin <renato.golin at linaro.org>wrote: > On 25 May 2013 20:42, Sean Silva <silvas at purdue.edu> wrote: > >> Could you please incorporate this useful document into LLVM's official >> documentation? I think that this is good content for encouraging greater >> external/downstream involvement in the release process.
2013 May 26
0
[LLVMdev] [cfe-dev] [3.3 Release] Release Candidate 2 Available
On 26 May 2013 03:03, Sean Silva <silvas at purdue.edu> wrote: > AFAIK, the closest we have is <http://llvm.org/docs/HowToReleaseLLVM.html>, > which details basically what the release manager has to do (i.e., the > audience is LLVM developers, and release managers in particular). I really > liked the article you linked because it seemed to be targeted at an > audience
2013 May 27
2
[LLVMdev] [cfe-dev] [3.3 Release] Release Candidate 2 Available
On Sun, May 26, 2013 at 5:57 AM, Renato Golin <renato.golin at linaro.org>wrote: > On 26 May 2013 03:03, Sean Silva <silvas at purdue.edu> wrote: > >> AFAIK, the closest we have is <http://llvm.org/docs/HowToReleaseLLVM.html>, >> which details basically what the release manager has to do (i.e., the >> audience is LLVM developers, and release managers in
2002 Nov 22
1
forwarding to a wider audience - KbdInteractiveDevices???
Could someone provide a description of the config setting KbdInteractiveDevices And how it would be used. There is no mention of this here: http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config&sektion=5&arch=&apropos=0&manpath=OpenBSD+Current And a quick glance of the source doesn't seem to reveal much. Thanks in advance, scott
2019 May 06
3
RFC: On removing magic numbers assuming 8-bit bytes
On Mon, 6 May 2019 at 10:13, James Courtier-Dutton via llvm-dev <llvm-dev at lists.llvm.org> wrote: > Although the above is mentioning bytes, looking at the "/ 8" and "& 0x7" makes it look like the author meant octets and not bytes. > Bytes can be any size of bits. I don't think you'll have much luck trying to make that stick for a general audience,
2010 Dec 07
1
Statistical Analysis with R Beginner's Guide Book
Hi Everyone, I'm writing to announce my new R beginner's guide book and answer questions related to it. The primary focus of Statistical Analysis with R is helping new users become accustomed to R and empowering them to apply R to suit their own needs. It is a beginner's guide written for a broad audience and should be well received by businesspeople, IT professionals, researchers,
2010 Aug 24
3
How to obtain seed after generating random number?
Dear all, I was doing an experiment to disprove some theory therefore performing lot of random simulation. Goal is to show the audience that although something has very rare chance to occur but it doesn't mean that event would be impossible. In this case after getting that rare event I need to show that same scenario for multiple times to explain other audience. Hence I need to somehow
2017 Nov 29
0
Data cleaning & Data preparation, what do R users want?
Great question. What do I want? I want my co-workers to stop using Excel spreadsheets for data entry, storage, and sharing! I want them to understand the value of data discipline. But alas . . . . I work in a county health department in the US. Between dplyr, stringr, grep, grepl, and the base R read() functions, I'm doing OK. I need to learn more about APIs, so I can see if I can make R
2017 Nov 30
2
Data cleaning & Data preparation, what do R users want?
Hi again, Typo in the last email. Should read "about 40 standard deviations". Jim On Thu, Nov 30, 2017 at 10:54 AM, Jim Lemon <drjimlemon at gmail.com> wrote: > Hi Robert, > People want different levels of automation in the software they use. > What concerns many of us is the desire for the function >
2018 May 14
6
Removing LLVM testing tools from the install distribution
Should the binaries included in an LLVM release be generally useful to a wide audience of toolchain users, or is it OK to ship tools that are only really useful for LLVM development? If the former is the case, can we consider not shipping tools which are exclusively for testing the compiler? E.g removing these 5 binaries from 5.0.2-rc1 would have saved over a hundred megabytes in uncompressed
2017 Nov 29
0
Data cleaning & Data preparation, what do R users want?
Hi Robert, People want different levels of automation in the software they use. What concerns many of us is the desire for the function "figure-out-what-this-data-is-import-it-and-get-rid-of-bad-values". Such users typically want something that justifies its use by being written by someone who seems to know what they're doing and lots of other people use it. One advantage of many R
2017 Nov 29
0
Data cleaning & Data preparation, what do R users want?
I don't think my view is of interest to many, so offlist. I reject this: " I would consider data analysis work to be three stages: data preparation, statistical analysis, and producing the report." For example, there is no such thing as "outliers" -- data to be removed as part of cleaning/preparation -- without a statistical model to be an "outlier" **from**,
2004 Jun 15
2
To run or not to run examples, CTFS package
Hi again; I have placed many examples in the CTFS Rd pages because my audience really really likes lots of examples in order to understand the options available in a functions. At this time I have set them all to \dontrun{}. however, this isn't because the example command line with its function and options won't work, but rather that CTFS specific datasets must exist to have the
2008 May 29
5
f.checkbox?
Okay so I have a typical search page where a keyword is entered and results are retrieved that match the keyword. What I want to do now is have checkboxes to search for results in specific areas (my site is a big events calendar with "streams" and "audiences") I want to use the checkboxes to look for results in ''streams'', ''audiences'', or both. I want to be able to return either true or false from a method depending on whether or not a box is checked. I have no idea how to do this, I''ve only used checkb...
2020 Aug 04
2
Discourse category for the AMDGPU target
On Mon, Aug 3, 2020 at 7:00 PM David Blaikie <dblaikie at gmail.com> wrote: > I don't have much personal interest here - but my understanding was > that there was/is a fair bit of pushback to fragmenting the > communications channels to discord before there's a more general > buy-in to switch over across the project? (perhaps I'm misremembering > the previous
2009 Feb 10
5
What do you use? .conf or AEL?
Hi all, I built my first asterisk using the traditional (?) .conf files and constructs. I recall reading books at the time about AEL but it seemed "new" and untested so I left it alone. Now, I'm interested to poll the audience here to see if I should look into using AEL instead (or in addition to) for future work. TIA
2002 May 19
1
Hornet's Nests and Parallel Universes
Fisher is not the only person that it may be necessary to read 4 or 5 times. The same may be the case for side comments that Bill Venables is wont to make. Now to the parallel universe that I have in mind. I wonder whether the time is opportune for a list that focuses on "Statistical Methodology for R Users". The difference from other statistical methodology lists is that it will be
2012 Oct 17
9
[LLVMdev] Announcement: Phabricator for code reviews
Dear LLVM / Clang community, we'd like to open the use of Phabricator as an optional tool for doing code reviews to a wider audience. Please feel free to start your code reviews by following the documentation at http://llvm.org/docs/Phabricator.html. Note that e-mail is still the reference medium for code reviews. Please let me know about any problems with Phabricator or the documentation