Estimates the covariance matrix G for random intercepts that occurs at Step 3 of the FUI method. A helper function for `fui`.
G_estimate_randint(data, L, out_index, designmat, betaHat, silent = TRUE)
An estimation of the G matrix
A data frame containing all variables in formula
Number of columns of outcome variables
Indices that contain the outcome variables
Design matrix of the linear models
Estimated functional fixed effects
Whether to print the step description during calculations. Defaults to `TRUE`.