grouping.classify.once: clusters firms based on their cross-sectional wage...

Description Usage Arguments

View source: R/firm-clustering.R

Description

clusters firms based on their cross-sectional wage distributions

Usage

1
2
3
4
5
6
7
grouping.classify.once(
  measures,
  k = 10,
  nstart = 1000,
  iter.max = 200,
  step = 20
)

Arguments

measures

object created using grouping.getMeasures

k

number of groups

nstart

(default:1000) total number of starting values

iter.max

(default:100) max number of step for each repetition

step

step size in the repeating

sdata

cross sectional data, needs a column j (firm id) and w (log wage)

Nw

number of points to use for wage distribution


chaudhary-amit/acblm documentation built on Dec. 19, 2021, 3:02 p.m.