1
2
3
4
5
#

Name:

Description:

This is a small rounded subset of the C-horizon data chorizon from package mvoutlier.

Variables:

A data frame with 61 observations on 11 variables. The variables contain scaled concentrations of chemical elements.

 

Details

This data set was produced from chorizon via these statements:

    data(chorizon, package = "mvoutlier")
    chorSub <- round(100*scale(chorizon[,101:110]))[190:250,]
    storage.mode(chorSub) <- "integer"
    colnames(chorSub) <- gsub("_.*", '', colnames(chorSub))

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Source

Kola Project (1993-1998)

 

See Also

chorizon in package mvoutlier and other Kola data in the same package.

R Dataset Upload:

Use the following R code to directly access this dataset in R.

d <- read.csv("https://www.key2stats.com/Subset_of_C-horizon_of_Kola_Data_168_27.csv")

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.