R Dataset / Package survival / mgus
Attachment | Size |
---|---|
dataset-62816.csv | 11.22 KB |
Documentation | |||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
On this Picostat.com statistics page, you will find information about the mgus data set which pertains to Monoclonal gammapothy data. The mgus data set is found in the survival R package. Try to load the mgus data set in R by issuing the following command at the console data("mgus"). This may load the data into a variable called mgus. If R says the mgus data set is not found, you can try installing the package by issuing this command install.packages("survival") and then attempt to reload the data with library("survival") followed by data("mgus"). 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 mgus 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 mgus R data set. The size of this file is about 11,493 bytes. Monoclonal gammapothy dataDescriptionNatural history of 241 subjects with monoclonal gammapothy of undetermined significance (MGUS). Usagemgus mgus1 Formatmgus: A data frame with 241 observations on the following 12 variables.
mgus1: The same data set in start,stop format. Contains the id, age, sex, and laboratory variable described above along with
DetailsPlasma cells are responsible for manufacturing immunoglobulins, an important part of the immune defense. At any given time there are estimated to be about 10^6 different immunoglobulins in the circulation at any one time. When a patient has a plasma cell malignancy the distribution will become dominated by a single isotype, the product of the malignant clone, visible as a spike on a serum protein electrophoresis. Monoclonal gammapothy of undertermined significance (MGUS) is the presence of such a spike, but in a patient with no evidence of overt malignancy. This data set of 241 sequential subjects at Mayo Clinic was the groundbreaking study defining the natural history of such subjects. Due to the diligence of the principle investigator 0 subjects have been lost to follow-up. Three subjects had MGUS detected on the day of death. In data set
These data sets were updated in Jan 2015 to correct some small errors. SourceMayo Clinic data courtesy of Dr. Robert Kyle. ReferencesR Kyle, Benign monoclonal gammopathy – after 20 to 35 years of follow-up, Mayo Clinic Proc 1993; 68:26-36. Examples# Create the competing risk curves for time to first of death or PCM sfit <- survfit(Surv(start, stop, event) ~ sex, mgus1, subset=(enum==1)) print(sfit) # the order of printout is the order in which they plotplot(sfit, xscale=365.25, lty=c(2,1,2,1), col=c(1,1,2,2), xlab="Years after MGUS detection", ylab="Proportion") legend(0, .8, c("Death/male", "Death/female", "PCM/male", "PCM/female"), lty=c(1,1,2,2), col=c(2,1,2,1), bty='n')title("Curves for the first of plasma cell malignancy or death") # The plot shows that males have a higher death rate than females (no # surprise) but their rates of conversion to PCM are essentially the same. -- 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 Stat2Data / TwinsLungs | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package DAAG / psid1 | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package quantreg / gasprice | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package datasets / nottem | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package DAAG / hills2000 | March 9, 2018 - 1:06 PM | Dataset |