You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Package posterior offers general handling of parameter draws. I'll create a documentation PR showing how to use posterior together with the output from as.matrix.projection(). But posterior also has (limited) support for weighted draws (see stan-dev/posterior#184) and in particular, it offers function posterior::resample_draws(). Therefore, it would be nice to make the cluster weights accessible to the user.
Currently, only proj_predict() seems to take the clustering into account. My original idea was to offer the resampling of clustered draws at other places within projpred. This was already mentioned here, but at that time not with the connection to posterior yet. The posterior package is more general and so I think it should suffice (and would be preferable) to just return the cluster weights, so they can be used in posterior.
The text was updated successfully, but these errors were encountered:
Package
posterior
offers general handling of parameter draws. I'll create a documentation PR showing how to useposterior
together with the output fromas.matrix.projection()
. Butposterior
also has (limited) support for weighted draws (see stan-dev/posterior#184) and in particular, it offers functionposterior::resample_draws()
. Therefore, it would be nice to make the cluster weights accessible to the user.Currently, only
proj_predict()
seems to take the clustering into account. My original idea was to offer the resampling of clustered draws at other places withinprojpred
. This was already mentioned here, but at that time not with the connection toposterior
yet. Theposterior
package is more general and so I think it should suffice (and would be preferable) to just return the cluster weights, so they can be used inposterior
.The text was updated successfully, but these errors were encountered: