2022

How to handle Imbalanced Data?

August 26, 2022 | Jim

The post How to handle Imbalanced Data? appeared first on Data Science Tutorials How to handle Imbalanced Data?, What do datasets from industries like real-time marketing bidding, network intrusion detection, and fraud detection in banking have in common? Less than 1% of infrequent but “interesting” events are frequently included in the ...
[Read more...]

Extending network analysis in R with netUtils

August 26, 2022 | schochastics

During the last 5 years, I have accumulated various scripts with (personal) convenience functions for network analysis and I also implemented new methods from time to time which I could not find in any other package in R. The package netUtils gathers all these functions and makes them available for anyone ... [Read more...]

Analyzing Multiple Response Questions

August 25, 2022 | R | Fahim Ahmad

There are at least two main approaches for storing multiple response questions in a data set. The indicator mode and the polytomous mode. Polytomous mode The polytomous mode is suitable when the possible response categories are not fixed and the resp... [Read more...]

Python API deployment with RStudio Connect: Flask

August 25, 2022 | The Jumping Rivers Blog

This is part one of our three part series Part 1: Python API deployment with RStudio Connect: Flask (this post) Part 2: Python API deployment with RStudio Connect: FastAPI (to be published) Part 3: Python API deployment with RStudio Connect: Streamlit (to be published) RStudio recently announced they are changing to Posit. Their ...
[Read more...]

the Kelly criterion and then some

August 25, 2022 | xi'an

The Kelly criterion is a way to optimise an unlimited sequence of bets under the following circumstances: a probability p of winning each bet, a loss of a fraction a of the sum bet, a gain of a fraction b of the sum bet, and a fraction f of the ...
[Read more...]

How to Turn Off Scientific Notation in R?

August 25, 2022 | Jim

The post How to Turn Off Scientific Notation in R? appeared first on Data Science Tutorials How to Turn Off Scientific Notation in R?, The following ways can be used to disable scientific notation in R. The examples that follow each method’s use... [Read more...]

Combine Rows with Same Column Values in R

August 25, 2022 | finnstats

The post Combine Rows with Same Column Values in R appeared first on finnstats. If you are interested to learn more about data science, you can find more articles here finnstats. Combine Rows with Same Column Values in R, To combine rows with the same column values in a data ... [Read more...]

Word documents update from R with doconv

August 24, 2022 | ArData

If you are a Word user, it is now possible to automatically update fields and tables of contents instead of having to do it manually from Word, provided you have Word available on the PC hosting R. According to an issue on github (link) and other re...
[Read more...]

Base-R and Tidyverse Code, Side-by-Side

August 24, 2022 | matloff

I have a new short writeup, showing common R design patterns, implemented side-by-side in base-R and Tidy. As readers of this blog know, I strongly believe that Tidy is a poor tool for teaching R learners who have no coding background. Relative to learning in a base-R environment, learners using ... [Read more...]

Relative risk regression (1/2)

August 23, 2022 | R to the max

When the outcome variable is binary such as alive/dead or yes/no, the most popular analytic method is logistic regression. \[\textrm{logit}(\mathbb{E}[y]) = \beta_0 + \beta_1 x_1 + \beta_2 x_2 + \cdots \] The name “logistic” might have come from the equation below, which can be derived from applying the inverse ... [Read more...]
1 29 30 31 32 33 100

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)