Learn R Programming

pda (version 1.3.0)

pdaCatalog: use this function to guide end-users step-by-step to identify best pda models for their tasks, and set up control.

Description

use this function to guide end-users step-by-step to identify best pda models for their tasks, and set up control.

Usage

pdaCatalog(task=c('Regression', 'Survival', 'Trial_emulation', 
'Causal_inference', 'Design_analysis', 'Clustering'), 
write_json_file_path=getwd(), optim_maxit,optim_method,init_method)

Value

pda control

Arguments

task

user-specified task, c('Regression', 'Survival', 'Trial_emulation', 'Causal_inference', 'Design_analysis', 'Clustering'). If no specify, display all models

write_json_file_path

directory path to write the control file to

optim_maxit

option in the control file for the optimization in pda, default 100

optim_method

option in the control file for the optimization in pda, default "BFGS"

init_method

option in the control file for calculating the initial estimate in pda, default "meta"

See Also

pda