R Dataset / Package datasets / infert
Attachment | Size |
---|---|
dataset-65073.csv | 6.56 KB |
Documentation | |||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
On this Picostat.com statistics page, you will find information about the infert data set which pertains to Infertility after Spontaneous and Induced Abortion. The infert data set is found in the datasets R package. Try to load the infert data set in R by issuing the following command at the console data("infert"). This may load the data into a variable called infert. If R says the infert data set is not found, you can try installing the package by issuing this command install.packages("datasets") and then attempt to reload the data with library("datasets") followed by data("infert"). 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 infert 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 infert R data set. The size of this file is about 6,715 bytes. Infertility after Spontaneous and Induced AbortionDescriptionThis is a matched case-control study dating from before the availability of conditional logistic regression. Usageinfert Format
NoteOne case with two prior spontaneous abortions and two prior induced abortions is omitted. SourceTrichopoulos et al (1976) Br. J. of Obst. and Gynaec. 83, 645–650. Examplesrequire(stats) model1 <- glm(case ~ spontaneous+induced, data = infert, family = binomial()) summary(model1) ## adjusted for other potential confounders: summary(model2 <- glm(case ~ age+parity+education+spontaneous+induced, data = infert, family = binomial())) ## Really should be analysed by conditional logistic regression ## which is in the survival package if(require(survival)){ model3 <- clogit(case ~ spontaneous+induced+strata(stratum), data = infert) print(summary(model3)) detach() # survival (conflicts) } -- 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
|
R Output | Date |
---|---|
Picostat Output - Cumulative Frequency Histogram | Dec 30, 2022 |
Picostat Output - Bivariate Plot | Dec 30, 2022 |
Picostat Output - Simple Linear Regression | Dec 30, 2022 |
Picostat Output - Simple Linear Regression | Dec 30, 2022 |
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 |