How to Create a Package in R (Example) | Ft.

Поделиться
HTML-код
  • Опубликовано: 3 дек 2024

Комментарии • 22

  • @StatistikinDD
    @StatistikinDD Год назад +2

    Thanks Joachim, it was a pleasure to collaborate!

    • @StatisticsGlobe
      @StatisticsGlobe  Год назад +1

      Indeed, it was. Thanks for the great collaboration! :)

  • @ramgouveia
    @ramgouveia 2 года назад +3

    Very useful video. At least we can create a package with functions that we regularly use.

    • @StatisticsGlobe
      @StatisticsGlobe  2 года назад +2

      Yes, absolutely Rui. I think this technique is also very useful to create your own private package for functions that you use yourself on a regular basis. Thanks for the kind comment! :)

  • @ahmed007Jaber
    @ahmed007Jaber 2 года назад +1

    Thank you for this Joachim; amazing one

  • @sabarikrishna1978
    @sabarikrishna1978 2 года назад +2

    Wow I thinking about it 🤔 you made it. Thanks sir 🙏

  • @shaimasoltane8445
    @shaimasoltane8445 2 года назад +1

    Thank you very much, it's great 👍👍👌👌👌👌❤❤❤👌👌👌❤❤❤👌👌👌

  • @콘충이
    @콘충이 2 года назад +1

    Thanks!

  • @attak794
    @attak794 2 года назад +1

    Thanks. It's helpful.
    Also how to create package with the dataset. Plan is to update the dataset and call it from a different project and do the analysis.

    • @StatisticsGlobe
      @StatisticsGlobe  2 года назад +2

      Thank you very much for the kind words! Please have a look at Wolf Riepl's tutorial on this topic: ruclips.net/video/BHgNA1vJO_0/видео.html

    • @attak794
      @attak794 2 года назад +1

      @@StatisticsGlobe Thanks for the great help. I was looking for like this for quite a while.

    • @StatisticsGlobe
      @StatisticsGlobe  2 года назад +1

      You are welcome, glad it's useful! :)

  • @joshstat8114
    @joshstat8114 10 месяцев назад +1

    How can I add the external data or files into an R package, such as JS files, C++ header files or raw data files?

    • @StatisticsGlobe
      @StatisticsGlobe  10 месяцев назад

      Hi, Josh. Please take a look at this Stack Overflow answer to a similar question. It might be helpful to you: stackoverflow.com/questions/40915385/how-to-add-external-data-file-into-developing-r-package

  • @ammarulwan7698
    @ammarulwan7698 2 года назад +1

    Dr, do you know about data imputation other than ImputeTS function?

    • @StatisticsGlobe
      @StatisticsGlobe  2 года назад

      Hey Ammar, please have a look at my response to your other comment :)

  • @kwamebuanyinaohemeng919
    @kwamebuanyinaohemeng919 2 года назад

    Thanks for the video. Do you know of how to add a function that depends on another package to your package?

    • @StatisticsGlobe
      @StatisticsGlobe  2 года назад

      Hi Kwarme! Sorry for my late response, I've been on vacation. Do you still have questions?