This page is moving to a new website.
“Without data, you’re just another person with an opinion.” W. Edwards Deming. As quoted at https://www.goodreads.com/author/quotes/310261.W_Edwards_Deming.
This page is moving to a new website.
“Without data, you’re just another person with an opinion.” W. Edwards Deming. As quoted at https://www.goodreads.com/author/quotes/310261.W_Edwards_Deming.
This page is moving to a new website.
Some of my students in my Introduction to SAS class are having trouble with a particular data set. Here are some screen shots showing how SAS can read this file in several different ways. Continue reading
This page is moving to a new website.
I’ve done a lot of work with Evidence-Based Health, but one big and largely unsolved problem is how to get health care professionals to change their practices once the evidence for these changes becomes obvious. If no one changes in the face of evidence, then all the effort to produce and critically appraise the evidence becomes worthless. A new field, implementation science, has been developed to get at methods to encourage the adoption of new evidence-based practices. This paper outlines how implementation science is supposed to work and offers two real world examples of implementation science studies. Continue reading
This page is moving to a new website.
If you program anything in R, you’ll end up calling a lot of functions. You pass your data or your constants to these functions, and you can do it in one of two ways. You can either pass the data/constants in the order in which the function expects the arguments or you can match each data/constant value with a particular argument name. This came up in the context of a question: do I need to save everything using
save.image(file=”foo.RData”)
or can I save it with
save.image(“foo.RData”)? Continue reading
This page is moving to a new website.
The International Association of Survey Statisticians publishes a newsletter every six months that covers general information about surveys, announcements about meetings, and other activities of the association. Continue reading
This page is moving to a new website.
I’ve gotten an inquiry about teaching a couple of webinars. Nothing’s official yet, but let me outline the these webinars here on my blog. If the offer becomes official, I will update on this blog post or on a new post. Continue reading
This page is moving to a new website.
I’m on a Clincal and Translational Science Award (CTSA) research grant (5UL1TR000001-05, formerly 1U54RR031295-01A1), which is pretty cool. My name is even mentioned a few times in the grant. I thought that as I plan what I would do for this grant, I would see what the grant promised and write down what, exactly, that those promises mean. As I talk with various people (especially Russ Waitman, who is supervising my work on this grant), I will revise and update my plans. Still, I thought it would be valuable to put some thoughts down now, both to help me focus on what I should be doing and to offer an early draft of those ideas to the various people that I will end up interacting with. Continue reading
This page is moving to a new website.
This is an AMA (Ask Me Anything) session with Mike Bostock, a former graphics editor for the New York Times and creator of the d3.js data visualization package. I’ll be writing a few things about d3.js once I figure things out. Mike is someone worth watching, because he is working on high visibility, high impact stuff. Continue reading
This page is moving to a new website.
Doug Zahn has done a tremendous amount of work on what I like to call the human factors in statistical consulting. He summarizes some key ideas in this article. His humorous anecdote about his prized Mustang car illustrates the tendency of all of us to be poor listeners. Pay special atention to Table 1 where he outlines the five steps you should always follow in any consulting interaction. Continue reading
This page is moving to a new website.
I was talking about pricing models for consulting in an email exchange and I thought I’d extract some of those comments for this blog. When you are an independent consultant, you need to decide whether you will charge by the hour or charge a flat fee for the entire project. Continue reading