Statistical modeling often begins with the response generation process because data analysis is a combination of mathematics and substantive theory. It is a theory of how things work that determines how we ought to collect and analyze&n...
Statistical modeling often begins with the response generation process because data analysis is a combination of mathematics and substantive theory. It is a theory of how things work that determines how we ought to collect and analyze&n...
This is the second of a two part reexamination of Florence Nightingale's data visualization based on her innovative cam diagrams (my term) shown in Figure 1.
The world of Data Visualization offers infinite variants to display our Data. However, there is still some reluctance in exploiting all the possibilities that computers give us nowadays in this field, probably not because of a rejection of novelties but … Continue reading →
The TimingManager library is a tool written in JavaScript used to apply animations in a web browser. It is not concerned with creation or modification of animation timing information, and delegates those tasks to R via the animaker package. Primarily … Continue reading →
We've mentioned before how you can use R to design 3-D objects. Now, thanks to the latest version of the rgl package, you can produce real-world 3-D objects with R as well. The rgl package has long made it possible to create virtual 3-D objects in R, and export them as animations like this: But now, package author Duncan...