Skip to contents

contiguity database documentation

Usage

contiguity

Format

The contiguity database is a list that contains the following 2 datasets: COW_DIRCONT, HUGGO_CONT. For more information and references to each of the datasets used, please use the data_source() and data_contrast() functions.

COW_DIRCONT:

A dataset with 847 observations and the following 8 variables: dyadID, ContiguityType, Beg, End, stateID1, StateName1, stateID2, StateName2.

HUGGO_CONT:

A dataset with 192 observations and the following 9 variables: stateID, StateName, Beg, End, Contiguity, EntityType, FAOmembership, Group, url.

Details

#> $COW_DIRCONT
#> ----------------------------------------------------------------------------
#> |  Column Name  |  Data Type  |  Observations  |  Missing  |  Missing (%)  |
#> ----------------------------------------------------------------------------
#> |    dyadID     |   numeric   |             847|     0     |       0       |
#> |ContiguityType |   numeric   |             847|     0     |       0       |
#> |      Beg      |    mdate    |             847|     0     |       0       |
#> |      End      |    mdate    |             847|     0     |       0       |
#> |   stateID1    |   numeric   |             847|     0     |       0       |
#> |  StateName1   |  character  |             847|     0     |       0       |
#> |   stateID2    |   numeric   |             847|     0     |       0       |
#> |  StateName2   |  character  |             847|     0     |       0       |
#> ----------------------------------------------------------------------------
#> 
#> 
#> $HUGGO_CONT
#> ----------------------------------------------------------------------------
#> |  Column Name  |  Data Type  |  Observations  |  Missing  |  Missing (%)  |
#> ----------------------------------------------------------------------------
#> |    stateID    |  character  |             192|     0     |       0       |
#> |   StateName   |  character  |             192|     0     |       0       |
#> |      Beg      |    mdate    |             192|     0     |       0       |
#> |      End      |    mdate    |             192|     0     |       0       |
#> |  Contiguity   |  character  |             192|    41     |     21.35     |
#> |  EntityType   |  character  |             192|     0     |       0       |
#> | FAOmembership |  character  |             192|     0     |       0       |
#> |     Group     |  character  |             192|     0     |       0       |
#> |      url      |  character  |             192|     0     |       0       |
#> ----------------------------------------------------------------------------