Code Monkey home page Code Monkey logo

bluegrass's People

Contributors

nutterb avatar

Watchers

 avatar  avatar

bluegrass's Issues

Summary table functions

  • univariable_cat
  • univariable_cont
  • univariable_table

the write method for these should use pixiedust

  • normality_evaluation

normality_evaluation should return mean, median, sd, range / 4, and IQR for numeric variables.

Functions in need of requirements and tests

  • constants (this needs a better title)
  • data_contents
  • with_warning

Requirements already written, tests needed

  • dummy_variable
  • factor_reference
  • gest_age
  • gg_km
  • gg_km_data
  • group_levels
  • percentile_weight_gest_age
  • rapid_eda (rename numeric_eda)
  • show_duplicated
  • tidy.summary.survfit
  • toggle_plural
  • toggle_text
  • vector_code

Functions to include/rework in Bluegrass

  • bootstrap_data
  • consolidate_level
  • is_equal
  • is_true
  • is_false
  • is_even
  • is_odd
  • list_names_to_column
  • lrt_any
  • relabel_level
  • number_to_word
  • duplicated_data
  • word_to_number
  • toggle_plural
  • toggle_text
  • first_record
  • last_record
  • nth_record

Add functions for piped arithmetic

  • add
  • subtract
  • multiply
  • divide
  • raise
  • modulo (remainder)
  • integer_division (int_div)

for example

add <- function(x, y)
{
  x + y
}
modulo <- function(x, y)
{
  x %% y
}

remainder <- function(x, y)
{
  x %% y 
}

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.