R Dataset / Package quantreg / Bosco
Attachment | Size |
---|---|
dataset-96632.csv | 91 bytes |
Documentation |
---|
On this Picostat.com statistics page, you will find information about the Bosco data set which pertains to Boscovich Data. The Bosco data set is found in the quantreg R package. Try to load the Bosco data set in R by issuing the following command at the console data("Bosco"). This may load the data into a variable called Bosco. If R says the Bosco data set is not found, you can try installing the package by issuing this command install.packages("quantreg") and then attempt to reload the data with library("quantreg") followed by data("Bosco"). 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 Bosco 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 Bosco R data set. The size of this file is about 91 bytes. Boscovich DataDescriptionBoscovich data used to estimate the ellipticity of the earth. There are five measurements of the arc length of one degree of latitude taken at 5 different latitudes. See Koenker (2005) for further details and references. Usagedata(Bosco) FormatA data frame containing 5 observations on 2 variables
ReferencesKoenker, R. (2005), "Quantile Regression", Cambridge. Examplesdata(Bosco) plot(0:10/10,0:10*100,xlab="sin^2(latitude)", ylab="arc-length of 1 degree of latitude",type="n") points(Bosco) text(Bosco, pos = 3, rownames(Bosco)) z <- rq(y ~ x, tau = -1, data = Bosco) title("Boscovitch Ellipticity of the Earth Example") xb <- c(.85,.9,.6,.6) yb <- c(400,600,450,600) for(i in 1:4){ abline(c(z$sol[4:5,i])) interval <- paste("t=(",format(round(z$sol[1,i],2)),",", format(round(z$sol[1,i+1],2)),")",delim="") text(xb[i],yb[i],interval) } -- 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 |