| pdaCatalog | R Documentation |
use this function to guide end-users step-by-step to identify best pda models for their tasks, and set up control.
pdaCatalog(task=c('Regression', 'Survival', 'Trial_emulation',
'Causal_inference', 'Design_analysis', 'Clustering'),
write_json_file_path=getwd(), optim_maxit,optim_method,init_method)
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" |
pda control
pda
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.