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

  • @rajudey1673
    @rajudey1673 9 หลายเดือนก่อน +1

    Than you very much sir for your great work....Nice explanation.

    • @matthias.statisticsglobe
      @matthias.statisticsglobe 9 หลายเดือนก่อน

      That's great to hear, thank you very much for the feedback!

  • @RamonHernandez-r9t
    @RamonHernandez-r9t 10 หลายเดือนก่อน +1

    Great job! Great tutorial video1 Thanks, Joachim.

    • @matthias.statisticsglobe
      @matthias.statisticsglobe 10 หลายเดือนก่อน

      Hey Ramon, thank you very much for the positive feedback! Glad you like it!

  • @RoungYul
    @RoungYul 2 ปีที่แล้ว +1

    Dear Joachim, Thanks for the great work!
    Could you please guide me on how to find the performance of the Bayesian Moving Average control chart using Posterior distribution through ARL and SDRL as performance measures with the help of Monte Carlo Simulations?

    • @StatisticsGlobe
      @StatisticsGlobe 2 ปีที่แล้ว +1

      Hey, thanks a lot for the kind words! Unfortunately, I'm not an expert on this topic. In case you have questions on this topic, you may ask in the Statistics Globe Facebook group. This way, others can contribute/read as well: facebook.com/groups/statisticsglobe

  • @alicediscovertheworld
    @alicediscovertheworld ปีที่แล้ว +1

    Great tutorial ! Thank you very much !

    • @matthias.statisticsglobe
      @matthias.statisticsglobe ปีที่แล้ว

      Hi Alice, Thanks a lot for the wonderful response, I’m happy to hear that you like our instructions.

  • @haraldurkarlsson1147
    @haraldurkarlsson1147 2 ปีที่แล้ว +1

    I like the topic and I have seen this sort of thing before but I have often being unsure as to why someone is giving the data in this manner rather than a simple txt or csv file. I guess you are not saving a particular file but might be saving the entire global environment? Can you clarify?
    Thanks.

    • @StatisticsGlobe
      @StatisticsGlobe 2 ปีที่แล้ว

      Hey Haraldur, you may either save certain elements or the entire environment. This can not only be used to save data sets, but also to save functions, vector objects etc. Hence, this method is more flexible.

    • @PostImperfect
      @PostImperfect ปีที่แล้ว

      I have a data set that required me to delete two questions (I was running EFA for an assignment). Given the original data set was randomly generated from a massive df, I cannot easily go back to the original set. Hope this makes sense?

  • @alioubarry6664
    @alioubarry6664 ปีที่แล้ว +1

    Good job ! Thanks a lot Professor

  • @PostImperfect
    @PostImperfect ปีที่แล้ว +1

    Thanks for another great explanation - I really value your work :)
    Unfortunately, this didn't exactly work for me. I thought that maybe it was a problem with the location of my wd, so I changed it to my desktop and received this error "Error: '\U' used without hex digits in character string starting ""C:\U"".
    So I tried just saving it using this code:
    saveRDS(my.data_noQ16_noQ10,
    file = "my.data_noQ16_noQ10.RData")
    myEFAdata

    • @cansustatisticsglobe
      @cansustatisticsglobe ปีที่แล้ว

      Hello!
      It is possible that you receive this error since you are trying to load the RMD file, not an RData file. RMD files are R Markdown documents that contain a mix of text and code chunks. They are intended for reporting and can be rendered into various output formats like HTML, PDF, or Word using the markdown package. They are not like Rdata files, which store R objects such as data frames, matrices, etc. Hence, make sure that you have the right file extension while using the load() function.
      Regards,
      Cansu

  • @adarsh6025
    @adarsh6025 2 ปีที่แล้ว

    When I am trying to save my workspace. It shows that "first argument should be an image".
    Could you please tell me what should I do?

    • @StatisticsGlobe
      @StatisticsGlobe ปีที่แล้ว

      Sorry for my late response, Adarsh! I've been on vacation... Do you still have trouble with the problem?

  • @ZeeNoorTrip
    @ZeeNoorTrip 2 ปีที่แล้ว +1

    Hi can you make a video sooner if you make svm model in R and apply up, down and smote for that model?

    • @StatisticsGlobe
      @StatisticsGlobe 2 ปีที่แล้ว +1

      Hey, unfortunately I'm not an expert on this topic. In case you have questions on this topic, you may ask in the Statistics Globe Facebook group. This way, others can contribute/read as well: facebook.com/groups/statisticsglobe

    • @ZeeNoorTrip
      @ZeeNoorTrip 2 ปีที่แล้ว +1

      @@StatisticsGlobe still ok. As the Facebook link still very helpful

    • @StatisticsGlobe
      @StatisticsGlobe 2 ปีที่แล้ว

      Glad you like the group! :)

  • @amirteimourpour1144
    @amirteimourpour1144 2 ปีที่แล้ว +1

    Thank you 👍

  • @Hassan_MM.
    @Hassan_MM. ปีที่แล้ว

    Hi❤ can we Modify inbuilt Datasets in R ❓️❓️

    • @cansustatisticsglobe
      @cansustatisticsglobe ปีที่แล้ว +1

      Hello,
      I was on vacation. That's why I couldn't respond earlier. You should be able to use the given code also for built-in datasets.
      Best,
      Cansu

    • @Hassan_MM.
      @Hassan_MM. ปีที่แล้ว

      @cansustatisticsglobe I mean which 📂 folder of R to Edit,so that I can have my personalised Datasets as inbuilt ones ❗️

    • @cansustatisticsglobe
      @cansustatisticsglobe ปีที่แล้ว +1

      Hello @@Hassan_MM.,
      Do you like to create an R package where you can find your data as you find a built-in dataset? I am not sure if I get you well. Could you please give some more details?
      Best,
      Cansu

    • @Hassan_MM.
      @Hassan_MM. ปีที่แล้ว +1

      @cansustatisticsglobe Ya❗️ at least can I edit any Existing Package for the same

    • @cansustatisticsglobe
      @cansustatisticsglobe ปีที่แล้ว +1

      Hello @@Hassan_MM.,
      Creating a package in R involves several steps. Below is a basic step-by-step guide to creating a package that allows you to access user datasets as if they were built-in ones.
      Let's assume you have a dataset named mydata and you want to include it in a package named mypackage.
      Setup:
      First, make sure you have the required tools installed. This typically means installing the devtools and usethis packages:
      install.packages(c("devtools", "usethis"))
      library(devtools)
      library(usethis)
      Create a New Package:
      Create a new package structure in your desired directory.
      create_package("~/mypackage")
      Documenting the Package:
      This step involves creating the necessary documentation for your package, so it's recognized by R and can be installed. Use the roxygen2 package to help with this.
      use_roxygen_md()
      Add Your Dataset:
      Save your dataset as an .RData file inside the data directory of the package you've just created:
      use_data(mydata, overwrite = TRUE)
      Document Your Dataset:
      It's good practice to document your datasets so users (including future you) know what they're about.
      use_r("mydata")
      This will open a script. Document your data following roxygen2 conventions.
      Build & Install:
      Now, you'll build and install your package:
      install("~/mypackage")
      Load Your Package and Access Your Dataset:
      After building and installing, you can now load your package like any other in R:
      library(mypackage)
      data(mydata)
      These are what I found after research, but please remember that creating a robust, full-fledged R package involves more steps, such as writing unit tests, maintaining version control with Git and GitHub, and more.
      Best,
      Cansu

  • @vicentefigueroatocornal2776
    @vicentefigueroatocornal2776 2 ปีที่แล้ว

    You're a machine

    • @matthias.statisticsglobe
      @matthias.statisticsglobe ปีที่แล้ว

      Thanks for the feedback Vicente! Glad you like our way of machine learning ;)