similarcoef: similar coefficient of industry structure

Description Usage Arguments Examples

View source: R/vava_funset.R

Description

similar coefficient of industry structure

Usage

1
similarcoef(x1, x2)

Arguments

x1, x2

industry's proportion of region 1 and region 2.

Examples

1
2
3
4
5
6
7
x1 = c(1:10)
x2 = c(1:10)
similarcoef(x1, x2)

x1 = rep(0,10)
x2 = rep(1,10)
similarcoef(x1,x2)

Nisus-Liu/vava documentation built on May 7, 2019, 6:18 p.m.