find_reg_coef: Find regression coefficients

View source: R/optimization.r

find_reg_coefR Documentation

Find regression coefficients

Description

Find regression coefficients

Usage

find_reg_coef(model_input, R, ...)

Arguments

model_input

Model input as a character string. Multiple models need to be on their own line. Model syntax uses lavann like syntax, see details for more details about this syntax.

R

A correlation matrix, most likely this will be the average correlation matrix outputted from the metafor package.

...

Currently not used

Value

A vector of regression coefficient estimates.


lebebr01/metaRmat documentation built on Feb. 24, 2024, 10:44 a.m.