ODACT.estimate: PDA ODACT surrogate estimation

View source: R/ODACT.R

ODACT.estimateR Documentation

PDA ODACT surrogate estimation

Description

PDA ODACT surrogate estimation

Usage

ODACT.estimate(ipdata, control, config)

Arguments

ipdata

local data in data frame

control

pda control

config

cloud config

Details

step-4: construct and solve surrogate logL at the master/lead site

Value

list(btilde = sol$par, Htilde = sol$hessian, site=control$mysite, site_size=nrow(ipdata))


pda documentation built on Nov. 18, 2025, 1:07 a.m.

Related to ODACT.estimate in pda...