May 2018

First CRAN release for dqrng

May 14, 2018 | Ralf Stubner

The dqrng package is now available from CRAN. It is possible to install it using install.packages("dqrng") Besides this simplified installation the included RNGs have been updated: Xorshift128+ and Xorshift1024* have been removed in favor of the new Xorshiro256+, c.f. http://xoshiro.di.unimi.it/. Using the provided ... [Read more...]

Generative Assessment Creation

May 14, 2018 | Tony Hirst

It’s coming round to that time of year where we have to create the assessment material for courses with an October start date. In many cases, we reuse question forms from previous presentations but change the specific details. If a question is suitably defined, then large parts of this ...
[Read more...]

How to optimize a data pipeline

May 13, 2018 | Pachá

This is a personal reflection after my experience working for more than two years at Datawheel. By no means my opinions reflect on my former employer. What I’ll try to explain here is this famous diagram from R4DS from an often uncovered approach:... [Read more...]

Sketchnotes from TWiML&AI: Adversarial Attacks Against Reinforcement Learning Agents with Ian Goodfellow & Sandy Huang

May 13, 2018 | Dr. Shirin Glander

These are my sketchnotes for Sam Charrington’s podcast This Week in Machine Learning and AI about Adversarial Attacks Against Reinforcement Learning Agents with Ian Goodfellow & Sandy Huang: Sketchnotes from TWiMLAI talk: Adversarial Attacks Against Reinforcement Learning Agents with Ian Goodfellow & Sandy Huang You can listen to the podcast here. ...
[Read more...]

Sketchnotes from TWiML&AI: Adversarial Attacks Against Reinforcement Learning Agents with Ian Goodfellow & Sandy Huang

May 13, 2018 | Dr. Shirin Glander

These are my sketchnotes for Sam Charrington’s podcast This Week in Machine Learning and AI about Adversarial Attacks Against Reinforcement Learning Agents with Ian Goodfellow & Sandy Huang: Sketchnotes from TWiMLAI talk: Adversarial Attacks Against Reinforcement Learning Agents with Ian Goodfellow & Sandy Huang You can listen to the podcast here. ...
[Read more...]

Is non-inferiority on par with superiority?

May 13, 2018 | Keith Goldfeld

It is grant season around here (actually, it is pretty much always grant season), which means another series of problems to tackle. Even with the most straightforward study designs, there is almost always some interesting twist, or an approach that presents a subtle issue or two. In this case, the ...
[Read more...]

CRAN Release of R/exams 2.3-1

May 13, 2018 | R/exams

New minor release of the R/exams package to CRAN, containing a wide range of smaller improvements and bug fixes. Notable new features include a dedicated OpenOLAT interface, and a convenience function facilitating the use of TikZ-based graphics. Version 2.3-1 of the one-for-all exams generator R/exams has been published ... [Read more...]

Taking the baseline measurement into account

May 13, 2018 | Roos Colman

In Randomized Controlled Trials (RCTs), a “Pre” measurement is often taken at baseline (before randomization), and treatment effects are measured at one or more time point(s) after randomization (“Post” measurements). There are many ways to take the baseline measurement into account when comparing 2 groups in a classic pre-post design ... [Read more...]

Tips for Ellipse Summary Plot

May 12, 2018 | tomizono

I privately had some questions and reply here, because it may also help others including me. 1. How to specify size With plot axis parameters. __ ellipseplot(iris[,c(‘Species’, ‘Sepal.Length’)], iris[,c(‘Species’, ‘Sepal.Width’)], … Continue reading →
[Read more...]

AphA Scotland – it’s a thing

May 12, 2018 | HighlandR

Reflections on AphA Scotland launch event - On Tues 8th May there was only one Scottish based member of the Association of Professional Healthcare Analysts (me) but on Wed 9th May that number rose to around 80 with the launch of the the Scotland AphA Branch. The event took place in ... [Read more...]

Transactional Cost on High Frequency Trading

May 12, 2018 | Nan Liu

Special thanks to my great teammate, Qiang Ji. This research explores two execution approaches i.e Market Taking and Opportunistic Market Making. In short, Market Taking (MT) method allows us to send market order and aggress market immediately with the latest quotes. While, Opportunistic Market Making (OMM) method is more ...
[Read more...]

automaton: Interpretation of Automaton Diagrams (Using TikZ)

May 12, 2018 | R/exams

Exercise template for assessing the interpretation of an automaton diagram (drawn with TikZ) based on randomly generated input sequences. Name: automaton Type: mchoice Related: logic Description: An automaton diagram with four states A-D is drawn with TikZ and is to be interpreted, where A is always the initial state and ... [Read more...]

logic: Interpretation of Logic Gates (Using TikZ)

May 12, 2018 | R/exams

Exercise template for matching logic gate diagrams (drawn with TikZ) to the corresponding truth table. Name: logic Type: schoice Related: automaton Description: Gate diagrams for three logical operators (sampled from: and, or, xor, nand, nor) are drawn with TikZ and have to be matched to a truth table for another ... [Read more...]
1 8 9 10 11 12 16

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)