JASP 0.13.1 Tutorial: R (beta) Module (Episode 18)

Поделиться
HTML-код
  • Опубликовано: 16 июл 2020
  • In this JASP tutorial, I chat about the new feature of JASP build 0.13.1: the R Module! I do a quick example of how to use the module, similar to the gif found on JASP's website for the module. It's a no-frills R console integrated directly into the program!
    NOTE: This tutorial uses the new preview/beta build of 0.13.1. This build contains slightly more functions/features than the previous builds used for tutorials on this channel, but it is functionally the same for the purposes of this tutorial.
    Find me on Twitter: / profaswan
    Go to my website: swanpsych.com

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

  • @sesameuqtr5037
    @sesameuqtr5037 4 года назад

    Hi, thank you for the tutorial. I was wondering if it is possible to install custom/additional packages with the R Module with version 0.13 of JASP.

    • @AlexanderSwan
      @AlexanderSwan  4 года назад

      Not to my knowledge. That part of the program is under the hood. I would not say this is an R Console or R Studio replacement.

  • @SibasishMohapatra-tv7se
    @SibasishMohapatra-tv7se 2 месяца назад

    I don’t have the R (beta) 🤷‍♂️

    • @AlexanderSwan
      @AlexanderSwan  2 месяца назад

      You should - all modules come with the program. You just have to click the checkboxes

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

    You didbt tell us what it is neither how it can be typed into the code box

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

      I didn't go through it because you have to have background knowledge of the R programming language for this module to be helpful. Talking about R was not the focus of this video. I'm definitely not skilled with R enough to give tutorials on it. This video is for JASP users who are also R users and want to blend the two. It appears you are not an R user, so this video wasn't really meant for you

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

    What is that dollarsign

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

      It's an operator in R. "To access one variable in a dataset, use the dollar sign “$”. For example, $vote1 returns the vote1 variable (the vote1 column)."