A brief tutorial about how to use Heatmap Maker, a web application in R made with Shiny.
What is Heatmap Maker?
Heatmap Maker is a Shiny App that allows you to make and save cluster heatmaps as the following:
Heatmap Maker has as a core the func...
Photo by Arno Smit on Unsplash
This is a guest post from Shannon Pileggi, an enthusiastic professional educator and statistical consultant with over ten years of experience collaborating on data analysis with diverse partners in industry, tech, p...
In analytics for any particular field, it’s not enough to be able to
create output (fancy charts, dashboards, reports, etc.) but also be able
to collect the data you want to use in a easy, reproducible, and most
importantly, consi... [Read more...]
Consumer safety and product reliability are top of mind for regulated manufacturing industries, including pharmaceuticals. Documenting key processes, like clinical trials and laboratory tests, is critical and calls for a systematic approach. That’s where GxP comes in, with a strong focus on Good Documentation Practices. This globally recognized standard ...
In computer programming, a variable is a named memory location where data is stored. For example,
x = 13.8
Here, x is the variable where the data 13.8 is stored. Now, whenever we use x in our program, we will get 13.8.
x = 13.8
# print variabl... [Read more...]
How to Rotate Axis Labels in ggplot2?.
Axis labels on graphs must occasionally be rotated.
Let’s look at how to rotate the labels on the axes in a ggplot2 plot.
Let’s begin by creating a basic data frame and the plot.
Rotate...
How to Rotate Axis Labels in ggplot2?. Axis labels on graphs must occasionally be rotated.
Let's look at how to rotate the labels on the axes in a ggplot2 plot. Let's begin by creating a basic data frame and the plot.
The post How to Rotate Axis Labels in ggplot2? ...
Enhance your data science toolkit with our “Shiny” learning path: build your first shiny app, make it shine and robust, and bring it to production.
R Shiny is empowered data science through interactive interface. By providing your code with a UI, it...
R print() Function
In R, we use the print() function to print any values and variables. For example,
# print values
print("R is fun")
# print variables
x [Read more...]
Over one billion dollars have been spent in the US to split up big schools into smaller ones because small schools regularly show up in rankings as top performers. In this post, I will show you why that money was wasted because of a widespread (but not so well known) ... [Read more...]
Comments are portions of a computer program that are used to describe a piece of code. For example,
# declare variable
age = 24
# print variable
print(age)
Here, # declare variable and # print variable are two comments used in the code.
Comments... [Read more...]
Running into errors and warnings is a completely normal part of programming – even the best of the best can count on it happening daily! Getting comfortable with what the errors mean and how to find the solution is part of your learning journey. Here’s a checklist (pdf /png) with …
...
The collection of R books at BigBookofR continues to grow! Thanks to @erictleaungu , @StanLazic, @rohmanoabdur, @preposterior, @lago67522285 and @lfvasconcelos_ for their contributions. Computing for the social sciences By Dr. Benjamin Soltoff The goal of this course is to teach you basic computational skills and provide you with the means …
The ...
The duration of a floating rate note (FRN) is the remaining time until the first next payment date. Using this fact, a duration of FRN has not been calculated explicitly but has been understood conceptually. Instead of this reasoning, this post trie...
Photo by Tim Mossholder on Unsplash
This release adds new management, service, and configuration options to RStudio Package Manager. Highlights include a more versatile repository calendar, more flexibility in serving multiple binary package versions... [Read more...]
I love the clean simplicity of an R Markdown document. But sometimes it can feel a little bare and utilitarian. This is especially the case if it’s rendered into the body of an email. How about injecting a little more pizzazz?
library(emayili) Check on the installed version.
packageVersion("...
Current approaches to Species Distribution Modelling in R
My course notes for “Current approaches to Species Distribution Modelling in R “ for World Fisheries Congress 2021 are now free online.
The course covers tidyverse and sf workflows for models,... [Read more...]
One of the main assumptions of linear regression taught in statistics courses is that of “constant variance” or “homoscedasticity.” Having data that do not have constant variance (i.e., are heteroscedastic) is then often treated as a problem—a nuisance that violates our assumptions and, among other things, produces inaccurate ...
Week 3 Gold Mining and Fantasy Football Projection Roundup now available.
The post Gold-Mining Week 3 (2021) appeared first on Fantasy Football Analytics.
[Read more...]
Thank you to everyone who joined us for EARL 2021 – especially to all of the fantastic presenters! We were...
The post EARL online 2021: highlights appeared first on Mango Solutions. [Read more...]