Coder Social home page Coder Social logo

vbfelix / relper Goto Github PK

View Code? Open in Web Editor NEW
6.0 2.0 1.0 27.22 MB

R Package: Miscellaneous functions to assist in data cleaning and visualization

Home Page: https://vbfelix.github.io/relper/

License: Other

R 99.76% Rez 0.24%
miscellaneous-functions theme data-science data-visualization data-analysis data ggplot2-themes ggplot2 statistics r

relper's Introduction

I am Vinícius Félix

Followers on Twitter StackOverflow Profile Connect on LinkedIn

My name is Vinícius Félix, and I am a seasoned statistician with technical and managerial experience, as well as a solid background in time-series analysis, geostatistics, and data visualization gained while pursuing a Bachelor of Statistics and a Master of Biostatistics.

While co-founder of H0 Consultoria, I’ve contributed to over 350 scientific studies and 40 business surveys, providing valuable insights to organizations. Following my hands-on technical phase, I advanced to management positions such as R&D, Data and Strategy Manager, Services Manager, and now Head of Data.

As I am passionate about bridging theory and real-world applications, my goal is to empower organizations to make data-driven decisions and optimize their operations using statistical insights.

  • 📦 My main open source project is the R package: relper
  • 💬 Ping me about R, SQL, Statistics and Data Science
  • 🔗 If you want to know more about me, there is my website at: https://vbfelix.github.io/

And also take a look at my stats and repositories below ⬇️

tomondre

Top Langs

relper's People

Contributors

data-ga avatar larissabf avatar vbfelix avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

larissabf

relper's Issues

Solve case of repetitition in row_number_unique

df <- structure(list(ColA = c("A", "A", "B", "B", "C", "C", "A", "A",
"B", "B"), ColB = c(2L, 1L, 3L, 5L, 2L, 5L, 1L, 3L, 7L, 1L),
ColC = c(1L, 1L, 2L, 2L, 3L, 3L, 1L, 1L, 2L, 2L)),
class = "data.frame", row.names = c(NA, -10L))

library(dplyr)
library(relper)

data %>%
mutate(aux = row_number_unique(ColA))

Create calc_perc

Compute percentage, considering multiples variables to count and also a main variable

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.