estimate_eta: Estimate eta (to be used in rotating the data) This function...

View source: R/estimate_eta.R

estimate_etaR Documentation

Estimate eta (to be used in rotating the data) This function is called internally by plmm()

Description

Estimate eta (to be used in rotating the data) This function is called internally by plmm()

Usage

estimate_eta(n, s, U, y, eta_star)

Arguments

n

The number of observations

s

The singular values of K, the realized relationship matrix

U

The left-singular vectors of the standardized design matrix

y

Continuous outcome vector.

Value

a numeric value with the estimated value of eta, the variance parameter


plmmr documentation built on April 4, 2025, 12:19 a.m.