Learn R Programming

xtvfreg (version 1.1.0)

estimate_group: Estimate model for a single group

Description

Estimate model for a single group

Usage

estimate_group(
  data,
  depvar,
  panel_id,
  mean_vars,
  var_vars,
  weights = NULL,
  converge = 1e-06,
  max_iter = 100,
  verbose = TRUE
)

Arguments