R Dataset / Package gap / l51
Attachment | Size |
---|---|
dataset-55916.csv | 966 bytes |
Documentation |
---|
On this Picostat.com statistics page, you will find information about the l51 data set which pertains to An example pedigree data. The l51 data set is found in the gap R package. Try to load the l51 data set in R by issuing the following command at the console data("l51"). This may load the data into a variable called l51. If R says the l51 data set is not found, you can try installing the package by issuing this command install.packages("gap") and then attempt to reload the data with library("gap") followed by data("l51"). 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 l51 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 l51 R data set. The size of this file is about 966 bytes. An example pedigree dataDescriptionThe data contains data on 51 individuals in a pedigree. Below it is used for comparing results from various packages. Usagedata(l51) FormatA data frame SourceMorgan v3. ReferencesMorgan v3. http://www.stat.washington.edu/thompson/Genepi/MORGAN/Morgan.shtml Examples## Not run: km <- kin.morgan(l51) k2 <- km$kin.matrix*2# quantitative trait library(regress) r <- regress(qt ~ 1, ~k2, data=l51) names(r) r # qualitative trait N <- dim(l51)[1] w <- with(l51,quantile(qt,probs=0.75,na.rm=TRUE)) ped51 <- within(l51, bt <- ifelse(qt<=w,0,1)) d <- regress(bt ~ 1, ~k2, data=ped51) d # for other tests not shown here set.seed(12345) ped51 <- within(ped51,{r <- rnorm(N); bt[is.na(bt)] <- 0}) library(foreign) write.dta(ped51,"ped51.dta")## End(Not run) -- 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 - Dotplot | Apr 7, 2020 |
Picostat Output - Dotplot | Apr 7, 2020 |
Title | Authored on | Content type |
---|---|---|
OpenIntro Statistics Dataset - unemploy_pres | August 9, 2020 - 2:38 PM | Dataset |
OpenIntro Statistics Dataset - house | August 9, 2020 - 12:25 PM | Dataset |
R Dataset / Package evir / nidd.annual | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package Stat2Data / WeightLossIncentive4 | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package HSAUR / clouds | March 9, 2018 - 1:06 PM | Dataset |