Articles by finnstats

summarize in r, Data Summarization In R

June 1, 2021 | finnstats

when we have a dataset and to get clear idea about each parameter the summary of a variable is important. Summarized data will provide the clear idea about the data set. In this tutorial we are going to talk about summarize () function from dplyr package. The post summarize in r, ...
[Read more...]

Working with files and folders in R-Ultimate Guide

May 28, 2021 | finnstats

In this tutorial, we are going to cover how to work with files and folders in R. Working with the current directory, Unless you specify it otherwise, all documents can be studied and stored in the operating directory. Therefore, the primary element you want to understand is the way to ... [Read more...]

datatable editor-DT package in R

May 27, 2021 | finnstats

In this tutorial we are going to discuss DT package from R. DT stands for data tables and datatable() is the main function of DT package. datatable() is completely different from data.table() function DT package is very easy to use and based on this package can filter, search export ...
[Read more...]

Stringr in r 10 data manipulation Tips and Tricks

May 24, 2021 | finnstats

Stringr in r data manipulation Tips and Tricks, In this tutorial we are going to discuss useful functions and expressions in stringr package. Variety of functions available in stringr package but we are going cover only important functions in our day-to-day data analysis. The post Stringr in r 10 data manipulation ... [Read more...]

Wilcoxon Signed Rank Test in R

May 18, 2021 | finnstats

Wilcoxon Signed Rank Test is based on the direction of differences and magnitudes. This test is more sensitive and powerful than an ordinary sign... The post Wilcoxon Signed Rank Test in R appeared first on finnstats.
[Read more...]

Sentiment analysis in R

May 16, 2021 | finnstats

Sentiment analysis in R, In this article, we will discuss sentiment analysis using R. We will make use of the syuzhet text package to... The post Sentiment analysis in R appeared first on finnstats.
[Read more...]

Methods in Quantitative Statistical Analysis

May 11, 2021 | finnstats

Methods in Quantitative Statistical Analysis, What is hypothesis testing?. Hypothesis testing is an act in statistics whereby an analyst tests an assumption regarding a population parameter.... The post Methods in Quantitative Statistical Analysis appeared first on finnstats. [Read more...]

Completely Randomized Experimental Design

May 10, 2021 | finnstats

Experimental Design, when do you call an experimental design a randomized design? Experimental designs in which the treatments are allocated randomly to the experimental... The post Completely Randomized Experimental Design appeared first on finnstats. [Read more...]

Power analysis in Statistics with R

May 7, 2021 | finnstats

Power analysis in Statistics, there is a probability of committing an error in making a decision about a hypothesis. Hence two types of errors... The post Power analysis in Statistics with R appeared first on finnstats. [Read more...]

Principal component analysis (PCA) in R

May 7, 2021 | finnstats

PCA is used in exploratory data analysis and for making decisions in predictive models. PCA commonly used for dimensionality reduction by using each data... The post Principal component analysis (PCA) in R appeared first on finnstats.
[Read more...]
1 10 11 12 13 14

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)