2022

simstudy updated to version 0.5.0

July 19, 2022 | Keith Goldfeld

A new version of simstudy is available on CRAN. There are two major enhancements and several new features. In the “major” category, I would include (1) changes to survival data generation that accommodate hazard ratios that can change over time, as ...
[Read more...]

How to Use Gather Function in R?-tidyr Part2

July 19, 2022 | Jim

The post How to Use Gather Function in R?-tidyr Part2 appeared first on Data Science Tutorials How to Use Gather Function in R?, To “collect” a key-value pair across many columns, use the gather() function from the tidyr package. The basic syntax used by this function is as follows. ... [Read more...]

Shiny and Reactive Multimedia

July 19, 2022 | Ashley's Blog

Shiny has always been the framework for creating dashboards in R, but as time goes on the potential use cases for shiny applications are continuously increasing. One area that I wanted to explore was the inclusion of multimedia. T...
[Read more...]

How to use %in% operator in R

July 19, 2022 | finnstats

The post How to use %in% operator in R appeared first on finnstats. If you are interested to learn more about data science, you can find more articles here finnstats. How to use %in% operator in R?, Want to know for certain whether a value is included within an R ... [Read more...]

R Functions

July 19, 2022 | sabir

Introduction to R Functions A function is just a block of code that you can call and run from any part of your program. They are used to break our code in simple parts and avoid repeatable codes. You can pass data into functions with the help of pa... [Read more...]

R repeat Loop

July 19, 2022 | sabir

We use the R repeat loop to execute a code block multiple times. However, the repeat loop doesn't have any condition to terminate the lYou can use the repeat loop in R to execute a block of code multiple times. However, the repeat loop does not have any condition to ... [Read more...]

R break and next

July 19, 2022 | sabir

We use the R break and next statements to alter the flow of a program. These are also known as jump statements in programming: break - terminate a looping statement next - skips an iteration of the loop R break Statement You can use a break statement inside a loop (... [Read more...]

How to handle missing data in r

July 19, 2022 | finnstats

The post How to handle missing data in r appeared first on finnstats. How to handle missing data in r, If you’ve ever conducted any research involving measurements taken in the actual world, you are aware that the data is frequently messy. The quality of the data... If you ... [Read more...]

Refine your R Skills with Free Access to DataCamp

July 18, 2022 | [email protected]

Introducing Free Week  DataCamp is excited to announce their Free Week commencing Monday, 18 July at 8 AM ET. Anyone interested in developing their R programming skills or improving their data literacy can enjoy unlimited free access for a week until 24 July at 11:59 PM.  For those who are new to R or ... [Read more...]

Leaving a PhD Program

July 18, 2022 | pacha.dev/blog

Abstract Purpose The purpose of this post is to offer the author’s view about the conceptualization of what it is to be a successful Ph.D. student and some of the challenges Iberoamerican students face to have an impact. Approach This pos... [Read more...]

Analysis of the top R packages

July 18, 2022 | Aurelien Callens

After a little while coding in Python every day for my work, I needed to make a break and perform some R analysis! Since the beginning of my postdoc, I haven’t followed the last trends concerning R packages. In this post, I am going to analyze s...
[Read more...]

Leaving a PhD Program

July 18, 2022 | Pachá

Abstract Purpose The purpose of this post is to offer the author’s view about the conceptualization of what it is to be a successful Ph.D. student and some of the challenges Iberoamerican students face to have an impact. Approach This post is a ... [Read more...]

How to Use Spread Function in R?-tidyr Part1

July 18, 2022 | Jim

The post How to Use Spread Function in R?-tidyr Part1 appeared first on Data Science Tutorials How to Use Spread Function in R, To “spread” a key-value pair across multiple columns, use the spread() method from the tidyr package. The basic syntax used by this function is as follows. ... [Read more...]

2022 Projections & FFA App Updates

July 18, 2022 | Val Pinskiy

This offseason, we worked hard to update our FFA Projection and Lineup Optimizer apps. We are excited to provide the apps to our subscribers to test out and provide feedback.[...] The post 2022 Projections & FFA App Updates appeared first on Fantasy Football Analytics.
[Read more...]

Part 2 of 3: 300+ milestone for Big Book of R

July 18, 2022 | Oscar

This is part 2 of a 3 part series highlighting a selection of 35 new entries into Big Book of R. Read part 1. The site now has well over 300 free R programming titles. Onto the second batch of new books! Sign up to the newsletter for the next … The post Part 2 of 3: 300+ milestone ...
[Read more...]
1 40 41 42 43 44 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)