以交互方式更改直方图箱的相对高度
在主观概率评估中,需要得出受试者相信的分布。它可以通过让受试者操纵直方图的每个频率仓的相对高度来实现。即概率的分布,包络曲线的形状保持累积和( P_i)=1。 这如何用 R 来完成?已经有一个我可以构建的包了吗?
或者:如何在电子表格应用程序(excel、oo calc、google 电子表格)中完成此操作?
In subjective probability assessments one needs to elicit the distribution of subjects believes. It can be achieved by letting the subject manipulate the relative height of each frequency bin of a histogram. I.e. the distribution of probability, the envelope curve gets shaped maintaining the cumulative sum(P_i)=1.
How can this be done with R? Is there already a package I can build on?
Alternatively: how can it be done in a spreadsheet application (excel, oo calc, google spreadsheet)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是我使用 tkrplot 包和可选的 logspline 包组合在一起的一些代码。
只需运行该函数(您可以更改参数,但要进行测试,您可以使用默认值进行尝试),然后在出现的新窗口中单击绘图,左键单击将在您单击的位置添加一个点,右侧(或中间)单击将删除最接近您单击位置的点。
我可能会对其进行一些清理,并将其包含在教学演示包的未来版本中(因此非常欢迎评论/建议)。
这是另一个允许拖动条形高度的版本:
Here is some code that I put together using the tkrplot package and optionally the logspline package.
Just run the function (you can change the arguments, but to test you can try it with the defaults) then in the new window that comes up click in the plot, left clicks will add a point where you click, right (or middle) clicks will remove the point closest to where you click.
I will probably clean it up a bit and include it in a future release of the TeachingDemos package (so comments/suggestions are very welcome).
Here is another version that allows the dragging of the heights of the bars: