int.: Population-level regression intercept

Description Usage Arguments Value

Description

Intercept in the regression of one vector on another in a bivariate population.

Usage

1
int.(y, x, p)

Arguments

x

A numeric vector giving the independent variable of the population.

y

A numeric vector giving the dependent variable of the population.

p

An optional vector of weights. If missing, equal weights are used.

Value

The intercept associated with x and y.


popmoments documentation built on May 2, 2019, 5 p.m.

Related to int. in popmoments...