8000 GitHub - CrisXu-PH/ryx
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

CrisXu-PH/ryx

Repository files navigation

ryx

This package deals with correlation among variables. ryx calculates correlations between one outcome variable and a group of independent variables, respectively, as well as significance of the correlations.

Installation

From CRAN

install.packages("ryx")

For the development version

if (!require("remotes")){
  install.packages("remotes")
}

remotes::install_github("CrisXu-PH/ryx")

Example

This is a basic example which shows you how to solve a common problem:

library(ryx)

library(MASS)
x <- ryx(Boston, y="medv")

print(x)
summary(x)
plot(x)

About

No description, website, or topics provided.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0