Using monte carlo simulations to generate confidence intervals in R - part II

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 พ.ย. 2024

ความคิดเห็น • 3

  • @gbr4167
    @gbr4167 5 ปีที่แล้ว

    thanks for sharing the skill, its very useful for my work^^

  • @boombangbang94
    @boombangbang94 5 ปีที่แล้ว

    Hi Ian! Thank you for this tutorial. I have one question: when you generate y from rnorm with mean = a+b*covarite, is this mean a single number?

    • @iandworkin1347
      @iandworkin1347  4 ปีที่แล้ว

      The way I have set it up in this, for each case yes. But the overall function is vectorized so it is generating the full vector of simulated responses.