R Dataset / Package COUNT / fasttrakg
Attachment | Size |
---|---|
dataset-76979.csv | 361 bytes |
Documentation |
---|
On this Picostat.com statistics page, you will find information about the fasttrakg data set which pertains to fasttrakg. The fasttrakg data set is found in the COUNT R package. Try to load the fasttrakg data set in R by issuing the following command at the console data("fasttrakg"). This may load the data into a variable called fasttrakg. If R says the fasttrakg data set is not found, you can try installing the package by issuing this command install.packages("COUNT") and then attempt to reload the data with library("COUNT") followed by data("fasttrakg"). Perhaps strangley, if R gives you no output after entering a command, it means the command succeeded. If it succeeded you can see the data by typing fasttrakg at the command-line which should display the entire dataset. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the fasttrakg R data set. The size of this file is about 361 bytes. fasttrakgDescriptionData are from the Canadian National Cardiovascular Disease registry called, FASTRAK. years covered at 1996-1998. They have been grouped by covariate patterns from individual observations. Usagedata(fasttrakg) FormatA data frame with 15 observations on the following 9 variables.
1= Age>75; 0=Age<=75
Detailsfasttrakg is saved as a data frame. Count models use died as response numerator and cases as the demoninator Source1996-1998 FASTRAK data, Hoffman-LaRoche Canada, National Health Economics & Research Co. ReferencesHilbe, Joseph M (2007, 2011), Negative Binomial Regression, Cambridge University Press Hilbe, Joseph M (2009), Logistic Regression Models, Chapman & Hall/CRC Hilbe, Joseph M (2014), Modeling Count Data, Cambridge University Press Exampleslibrary(MASS) data(fasttrakg) glmfp <- glm(die ~ anterior + factor(killip) + offset(log(cases)), family=poisson, data=fasttrakg) summary(glmfp) exp(coef(glmfp)) -- Dataset imported from https://www.r-project.org. |
Picostat Manual |
---|
How To Register With a Username
How To Register With Google Single Sign On (SSO)
How To Login With a Username and Password
How To Login With Google Single Sign On (SSO)
How To Import a Dataset
How To Perform Statistical Analysis with Picostat
How To Use Educational Applications with Picostat
|
Recent Queries For This Dataset |
---|
No queries made on this dataset yet. |
Title | Authored on | Content type |
---|---|---|
R Dataset / Package COUNT / azprocedure | March 9, 2018 - 1:06 PM | Dataset |
OpenIntro Statistics Dataset - fheights | August 9, 2020 - 12:25 PM | Dataset |
R Dataset / Package datasets / LakeHuron | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package wooldridge / crime1 | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package datasets / faithful | March 9, 2018 - 1:06 PM | Dataset |