powered by
This object can be used with any other function or package that uses stanfit objects from rstan
get_stanfit(bpc_object)
a bpc object
a stanfit object
# NOT RUN { m<-bpc(data = tennis_agresti, player0 = 'player0', player1 = 'player1', result_column = 'y', model_type = 'bt', solve_ties = 'none') stanfit<- get_stanfit(m) print(class(stanfit)) # }
Run the code above in your browser using DataLab