We will use a data set of counts (atomic disintegration events that take place within a radiation source), taken with a Geiger counter at a nuclear plant. The counts were registered over a 30 second period for a short-lived, man-made radioactive compound.
We read in the data and subtract the background count of 623.4 counts per second in order to obtain the counts that pertain to the radio-active source. Cut and paste the following data into your R workspace.
Read the full article →
And having them all in the variable view window makes things incredibly easy while you’re doing your analysis. But sometimes you need to just print them all out–to create a code book for another analyst or to include in the output you’re sending to a collaborator. Or even just to print them out for yourself for easy reference.
Read the full article →