Learn R Programming

⚠️There's a newer version (0.6.2) of this package.Take me there.

R/nima

This is the personal R package of Nima Hejazi.


R/nima is an R package that houses miscellaneous functions that are useful to me.

This package is made public for my own convenience, with no guarantees.

This package is considered to be perpetually under development.


Installation

  • To install the most recent stable release:

    • from CRAN, use install.packages("nima")
    • from GitHub, use devtools::install_github("nhejazi/nima")
  • To install the development version, use devtools::install_github("nhejazi/nima", ref = "devel")


License

© 2016 Nima Hejazi

This repository is licensed under the MIT license. See below for details:

The MIT License (MIT)

Copyright (c) 2016 Nima Hejazi

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Copy Link

Version

Install

install.packages('nima')

Monthly Downloads

199

Version

0.3.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Nima Hejazi

Last Published

March 25th, 2016

Functions in nima (0.3.0)

qqPlot_gg

Quantile-Quantile Plots with ggplot2
compFun

Compare Two Similar Objects including Missing Data Patterns.
objsizes

Calculate Sizes of Objects in Workspace
attrnames

Get Names of Attributes
factornum

Convert a Factor to Numeric
absmax

Maximum of Absolute Values of Vector
hweb

View HTML Version of Help Files
theme_nima

Nima's ggplot2 theme
openfile

Open a File
lmPlots_gg

Linear Model Diagnostic Plots with ggplot2
uniqlen

Find Number of Unique Values
exit

Exit R Without Saving
rmvn

Simulate Multivariate Normal
survPlot_gg

Kaplan-Meier Plot with ggplot2
commas

Add Commas to a Large Number
qrD

The QR decomposition of a matrix