Coder Social home page Coder Social logo

educ6600's Introduction

educ6600

The goal of educ6600 is to provide data and some functions that are useful for the EDUC/PSY 6600 course at Utah State University.

Installation

You can install the developmental version of educ6600 from GitHub with:

# install.packages("remotes")  # if remotes not yet installed
remotes::install_github("tysonstanley/educ6600")

The data for the examples in the B sections of the homework are found in the package. These can be accessed using the data() function. For example, to access the GRE data set, we can use:

data("GRE")
GRE
#>   id verbalGRE_1 verbalGRE_2
#> 1  1         540         570
#> 2  2         510         520
#> 3  3         580         600
#> 4  4         550         530
#> 5  5         520         520

It contains the following data sets:

  • schizo
  • GRE
  • test_scores
  • memory
  • data_wait
  • data_undergrad
  • data_memory
  • data_food
  • child_vars
  • audience_wide
  • textbook_wide
  • memory_wide
  • tasks_wide
  • anograms_wide
  • brain_wide
  • coupleIQs
  • speed_voice
  • data_12b4
  • schizo_metal
  • woman_parents
  • react_wealth

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.