| Bornholm {archdata} | R Documentation |
Female Iron Age Graves, Bornholm, Denmark
Description
Data on the occurrence of 39 different types of ornamentation in 77 female graves at Iron age sites in in Bornholm, Denmark.
Usage
data("Bornholm")
Format
A data frame with 77 observations on the following 42 variables.
NumberObservation Number
SiteSite/Bural Number
PeriodChronological period:
1a,1b,2a,2b,2c,3a, and3bN2ccount
R3dcount
N2acount
Q3bcount
R3ccount
N1count
Q3ccount
O1count
O2count
N2ecount
I3count
R3bcount
K1acount
Q3acount
I2count
K1ccount
K1bcount
Hcount
Q3dcount
J1dcount
S1count
Dcount
Q2count
S3count
P2count
P4count
G3count
E2acount
P3count
R3acount
R1count
E2bcount
G2count
I1bcount
G1count
Fcount
P1count
I1acount
A2ecount
Details
Nielsen used data on 39 different types of ornaments from Ørsnes (1966) to seriate a series of 77 Late Germanic Iron Age (CE 550 - 800) graves from Bornholm, Denmark (1988, Table 4 and Figure 7). Baxter re-analyzed the data to illustrate correspondence analysis (1994: 104-107, Table A6). These data were taken from Nielsen's Table 4 showing her seriation. Baxter's version is scrambled in order to evaluate different seriation methods and does not include the ornament types (illustrated in Nielson's Figure 7). The data include Ørsnes's period and subperiod designations (1966).
Source
Baxter, M. J. 1994. Exploratory Multivariate Analysis in Archaeology. Edinburgh University Press. Edinburgh.
Nielsen, K. H. 1988. Correspondence Analysis Applied to Hords and Graves of the Germanic Iron Age. In Multivariate Archaeology: Numerical Approaches in Scandinavian Archaeology, edited by Torsten Madsen, pp 37-54. Jutland Archaeological Society Publications XXI. Arahus University Press.
Ørsnes, M. 1966. Form og stil i Sydskandinaviens yngre germanske jernalder. Nationalmuseets skrifter. Arkæologisk-historisk række 11. Copenhagen.
Examples
if (requireNamespace("MASS", quietly = TRUE)) {
data(Bornholm)
Bornholm.ca <- MASS::corresp(Bornholm[, 4:42], nf=2)
plot(Bornholm.ca$rscore, pch=substring(Bornholm$Period, 1, 1), cex=.75)
boxplot(Bornholm.ca$rscore[, 1]~Bornholm$Period, main="First CA Axis by Period")
} else {
cat("This example requires the MASS package.\n")
}