R Course - Creating Complex Functions

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

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

  • @MJtheFellowActuary
    @MJtheFellowActuary  3 ปีที่แล้ว

    Get all 9 Videos on R in this Free Udemy Course:
    www.udemy.com/course/r-and-rstudio-for-beginners-a-quick-introduction/

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

    R vs SAS which is better?

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

    At tuks they make us use R, SAS, Python they recently removed c++,MATLAB and SQL.
    They used to have all of them

    • @MJtheFellowActuary
      @MJtheFellowActuary  3 ปีที่แล้ว

      There is another one called Julia which is good for Financial Calculations

    • @tebellomokgomole772
      @tebellomokgomole772 3 ปีที่แล้ว

      @@MJtheFellowActuary never head of that one, I think R/SAS and python should be sufficient

  • @joelthabo5270
    @joelthabo5270 3 ปีที่แล้ว

    This is the worst sorting Algorithm. In computer science 1st year it was introduced the first day as an algorithm not to use. Try Quicksort (The one R implement in its build modules, and maybe discuss the ORDER of execution-Algorithmic Complexity concept). Unless if the purpose of this video being to teach R and not algorithms.

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

      Yeah we just teaching how to create functions. If you want to sort efficiently, just use the built in Sort() function in R