Dear members,
I am trying to using generalized boost regression model for my data. But I found error in this step as below:
. After this command I try boost command but found error
Herewith my referenceHow can I use boost command? Is there another way to do generalized boost regression in Stata?
p/s: I am using Stata version 15.1 SE
I am trying to using generalized boost regression model for my data. But I found error in this step as below:
Code:
capture program boost_plugin, plugin using("C:\ado\personal\boost.dll")
file boost_plugin.plugin not found
p/s: I am using Stata version 15.1 SE
Comment