fakedata: Synthetic Dataset

fakedataR Documentation

Synthetic Dataset

Description

An artificially generated cross-sectional dataset together with an accompanying binary connectivity matrix W. The n=100 units are located on a regular grid and W is defined according to rook's adjacency definition of contiguity. The synthetic data can be used to illustrate the functionality of this package.

Usage

data(fakedata)

W

Format

An object of class data.frame with 100 rows and 8 columns.

An object of class matrix (inherits from array) with 100 rows and 100 columns.

Value

The file contains two objects:

fakedataset a synthetic dataset
W an artificial spatial connectivity matrix

Examples


data(fakedata)
head(fakedataset)
dim(W)

spfilteR documentation built on Aug. 23, 2022, 1:06 a.m.