Easy steps to Install Pycharm in 2021

Learn these easy steps to install pycharm in 2021 and get started with Python Analytics

What is Pycharm?

PyCharm is an integrated development environment used in computer programming, specifically for the Python language. It is developed by the Czech company JetBrains

Here are the easy steps to install pycharm:

Step 1: Search in Google “Pycharm Community Edition”

Search Pycharm Community Edition

Step 2: Click on Download PyCharm from jebrains.com

Download Pycharm from Jetbrains

Step 3: Click on the download button in JetBrains website

Click Download button

Step 4: Wait till the download is complete and click on open exe

Click open Pycharm Installation File

Step 5: Click on Next in the Installation Progress Screen

Step 6: Choose the Installation path and click next

Step 7: Choose the Installation Option and click next

Step 8: Click on Start Folder

Choose Start Menu Folder

Step 9: Click on Installation Progress

Step 10: Click on Finish in the Pycharm Installation

Step 11: Open Pycharm after installation

install Pycharm
Install Pycharm

Now that you have successfully completed Python Installation, you can also check our post on Installing R Programming Language for Data Analytics. Also check our course for Python Analytics from Ampersand Academy.

Easy tutorial on how to install Anaconda in 2021

Learn how to install Anaconda in Windows with these easy steps and get started with Python Analytics

What is Anaconda?

Anaconda is a distribution of the Python and R programming language for computing, that intends to work on bundling the executives and sending. The distribution incorporates data science packages reasonable for Windows, Linux, and macOS.

Here are the installation Steps:

Step 1: Search in Google with the keyword “anaconda python download”

Search Anaconda Python Download

Step 2: Click on the first link “Individual Edition – Anaconda” from Anaconda.com website

Click on Anaconda Dowload link

Step 3: Click on the Download button or choose to install for different OS from the option given below

Click on download

Step 4: You can see the download progress and click on Open Anaconda by clicking the file

Click on Anaconda EXE

Step 5: Click on the Next button in Anaconda Installation steps

Click NExt for Anaconda Installation

Step 6: Click on I Agree for Licence Agreement Screen in Anaconda Installation

Licence Agreement Screen in Anaconda Installation

Step 7: Select for all user or Just me based on your preference and click next

All user or Just Me in Anaconda Installation

Step 8: Click Next on path or change the path

Click Next on path or change the path

Step 9: Choose preferred Option in Anaconda Installation

Choose preferred Option in Anaconda Installation

Step 10: Wait till the installation is complete

Anaconda Installation Progress

Step 11: Installation Completed and Click Next

Step 11: Installation Completed and Click Next

Step 12: Click on Next in the Installation Screen

Step 13: Click on Finish Installation

Finish Anaconda Installation

Step 14: Open Anaconda

Install Anaconda
Install Anaconda

Now that you have successfully completed Python Installation, you can also check our post on Installing Python for Analytics. Also check our course for Python Analytics from Ampersand Academy.

Easy tutorial to get started with Python Analytics Install Python in 8 steps

Easy tutorial to get started with Python Analytics Install Python in 8 steps. You can easily install Python in Windows, Mac and Linux

Step 1: Search in Google with the keyword “python download”

Python Download

Step 2: Click on the first URL or python.org download link

Open Python.org Download URL

Step 3: Select the apt download file from the URL. The website itself detects your OS and recommends the download link. Or you can choose the version and operating system download

Choose OS and Download

Step 4: You can check the download progress in your browser and click on the file to open the exe file in case of Windows

Open the downloaded Python exe file

Step 5: On the first installation step, click on the Add Python to path and customize the installation path if needed and click Install Now

Install Python Screen

Step 6: Wait till the Python Installation progress is complete

Python Installation Step

Step 7: After the installation is complete you can choose to disable the Path if required

Disable Path in Python Installation if required

Step 8: Python Installation is completed successfully.

Install Python
Install Python

Now that you have successfully completed Python Installation, you can also check our post on Installing R Programming Language for Data Analytics. Also check our course for Python Analytics from Ampersand Academy.

Install jamovi in Windows – Easy 8 steps

Learn how to install jamovi ubuntu, windows, mac with easy steps and start working on the statistical analyses.

Step 1: Google with keyword “jamovi download”. Use this jamovi website to download.

jamovi download

Step 2: Click on the jamovi download link

Click on jamovi download link

Step 3: Inside the website, you can choose to install for Windows, Mac, Ubuntu or Linux. It is always wise to choose a solid or stable version.

install jamovi ubuntu / install jamovi windows / install jamovi mac

Step 4: Click on download. In Chrome, you can check the download status in the footer. Once the download is complete, click on the open

Click on jamovi exe file to open

Step 5: Click on Install button inside the jamovi setup

Click install

Step 6: Wait till the installation process is complete

The installation process of jamovi

Step 7: You have successfully installed jamovi in your system

Install jamovi
jamovi installation complete

Step 8: Now you can run the jamovi in your system by opening the jamovi app

jamovi in windows

You can also read about installation of R commander. Also check R Programming Course from Ampersand Academy.

Install R Commander Windows – Easy 2 mins guide

Learn how to install R Commander Windows with these easy 2 mins tutorials. You can also follow the easy steps to install R Commander MAC and Linux.

Method 1: CLI Method of Installing R Commander in Windows, MAC and Linux

Step 1: Install R Programming Language prior to Installing R Commander. Learn how to install R Programming Language.

Step 2: Alternatively, you can also install R Studio alongside R Programming and install R Commander via R Studio. Learn how to install R Studio.

Step 3: Open R Programming or R Studio in your system and in the R Script Windows type in the following code.

install.packages("Rcmdr", dependencies = TRUE)
library(Rcmdr)
Code to Install R Commander Package

Step 4: In the Console Window you can find that package “Rcmdr” successfully unpacked and md5 sums checked

Rcmdr Successfully unpacked

Step 5: R Commander Successfully Installed and Loaded

R Commander Successfully Insta

Step 6: You can find a new R Commander window opening alongside R Studio or R Programming Language

Install R Commander Windows

We have successfully installed R Commander in Windows using CLI or a command-line interface.

Method 2: Install R Commander Windows, Mac and Linux using GUI method in R Studio

Step 1: Open R Studio in your System. Click on Tools menu and select Install Packages Menu Item.

R Studio – Tool and Install Packages

Step 2: It will open a popup window where you can type the R Commander Package name “Rcmdr”

Type Rcmdr and Select the correct package

Step 3: After selecting Click Install Rcmdr

Click Install Rcmdr in R Studio

Step 4: We can observe that the R Commander Package is getting installed in Console

R Commander Console

Step 5: In the R Studio Packages Section, you can find Rcmdr has been successfully installed. Now you can check the checkbox against Rcmdr

Install R Commander Windows
R Studio Packages Section

Step 6: We have successfully installed R Commander using the GUI method in R Studio

Install R Commander Windows
Install R Commander Window

Now that you have learnt how to install R Commander windows. If you wish to learn R Programming, check our R Programming Course from Ampersand Academy.

as.Date()

Convert String to Date in R Programming using as Date() function in 2021 – Easy Steps

Learn how to Convert String to Date in R Programming using as Date() function in 2021. Learn about R Date Format.

Date and Time are not a normal variable type in many programming languages and attract some complexity in reading them as they stand in a type that is the string in appearance but numeric in actual calculations

We will see how the date is read in as Date type instead of string in R Language.

In R Language, the date has to be given in a certain type in order to be read into the system.

In R the date is read as YYYY-MM-DD format and no other format is read default unless and until the format of the date is mentioned in a statement.

For reading the date which is usually given in a string format which reads a slash or hyphen or period symbol which separates the year, month and day in the date format.

If we import the data from a CSV file or an excel file or a database we won’t have any issue as it will read the data as a date. But the problem comes when we do calculations and we input the data by ourselves.

The syntax for reading the date from a string in R Language is – as.date(). To be read as “as dot date of” function.

This function converts the quoted string in the quotation to a date format. The only default prerequisite for operating this function without any option is to read the default type of date i.e YYYY-MM-DD format.

The syntax for Storing date as Date type:

as.Date()
as.Date()
x=as.Date("YYYY-MM-DD")

The variable x will be storing the date in Date format.

If we don’t give the as.Date() function and store the value in the variable it will be storing the value as string and not as a date value.

The syntax for Storing date as String type:

y=("YYYY-MM-DD")
Storing Date as string

We can easily find the difference in the types of the variable by using finding the class/ type of variable.

In the Variable view of RStudio, the x Variable will be in Date Type as it will carry UTC as a suffix and the y Variable will be in between the quotes, which shows it is a string and not a numeric or date type.

Convert String to Date in R Programming using as Date()
Convert String to Date in R Programming using as Date()

This is how we can convert the date in the string to the actual date value in R Language and we can show the type in which it is stored.

Please do check R Programming training from Ampersand Academy. Also, read about R Programming Installation and R Studio Installation

How to install R Studio? Easy 10 Steps

Learn how to install R Studio in 10 easy steps and get starting with R IDE

Please note that before installing R Studio, you must install R Programming on your computer. You can learn to install R Programming from his link.

With a consideration that you have successfully installed R Programming. Follow these 10 steps to successfully install R Studio on your computer. Here we have demonstrated R Studio installation in Windows 10 and you can also install it on your Mac or Linux computers with the same procedure.

Step 1: Search in Google with the keyword R Studio download.

Google R Studio download

Step 2: Click on the first link from rstudio.com with the title “Download the RStudio IDE”

Open Download the RStudio IDE Website

Step 3: Inside the website, scroll down a bit to find various versions of R Studio. For Open Source usage you can go with the Free Version. Click on the Download icon under the Free Version

Click Download under Free R Studio Version

Step 4: If you’re using Windows 10. Click on the Download RStudio for Window button. If you’ve Linux or Mac OS you can check the section below where you can find the links to download RStudio for respective OS.

Download RStudio for Windows, MAC or Linux

Step 5: If you’re using Chrome, you can find the download progress in the bottom. Once the download is complete you can click on the file to Open

Click open the RStudio EXE file

Step 6: Click on the Next Button in the Welcome Screen of RStudio Installation

Welcome Screen of RStudio Installation

Step 7: Choose the Install Location and click on Next. You can either leave it to the default location or you can change your path based on your preference.

RStudio Installation Path

Step 8: Choose Start Menu Folder in the Next Installation Screen and click Next

Choose Start Menu Folder for R Studio Installation

Step 9: Wait till the RStudio Installation process is complete

RStudio installation Process

Step 10: Click on Finish to complete R Studio installation in Windows 10.

how to install R Studio
how to install R Studio

You can follow the same step to Download and Install R Studio in Windows 11 as well.

Please do check R Programming training from Ampersand Academy.

How to Install R Programming Language? Easy 2 Mins Guide

Learn how to install R programming Language in your Windows or Linux or Mac.

Step 1: Search in Google with the keyword “R Download CRAN

Search R Download CRAN

Step 2: Click and open the Cran R Project URL

Step 2: Click and open the Cran R Project URL

Step 3: Inside the website click on the respective OS you have

Select Suitable OS

Step 4: Here we have Windows and we selected Windows as an option. Click on Install R for first time

Step 5: Download the R using the first link

Download R from the first link

Step 6: Download will begin and you can see the download status in Chrome (if you’re using Chrome) at the bottom and once after downloading, click on the exe file to open the installation file

Open Installation file

Step 7: Select English as language

R Installation – English Language

Step 8: Click on Next in General Public License section

Install R for first time

Step 9: Choose the default installation directory and click next or change the installation directory based on your preference

Select Installation Directory

Step 10: Select Core R, both 32 and 64 bit and Message Translation based on your preference

Select Options based on your system

Step 11: Accept Defaults or customize based on your preference

Select Defaults

Step 12: Click next and if you Don’t want to create a folder in Startup

Choose an option based on your preference

Step 13: Select Additional Tasks such as creating Registry entries

Registry Entries

Step 14: Wait till the installation is over

Installation in progress

Step 15: Installation is complete

How to install R
How to install R

Now that you have learnt How to install R. You can also check our tutorial on Installing SAS University. Check our 

R Programming Training.

Step 1 in add Shared Folder or File Storage in SAS

How to add Shared Folder or File Storage in SAS University Edition used for User Library Creation in 2021 easy steps

Learn How to add Shared Folder or File Storage in SAS University Edition used for User Library Creation

In SAS University Edition, we need to add a FOLDER that will act as a Space holder between the OS and the Virtual OS. The Folder is an important one as it is useful for the transfer of files and data from Working OS and Virtual OS. We will see how the Folder is Created and Configured in SAS University Edition Oracle VirtualBox, OS Virtual OS Interface.

Step 1: Create a Folder in any drive of your system(Windows or Mac or Linux).

Step 1 in add Shared Folder or File Storage in SAS
Create New Folder
add Shared Folder or File Storage in SAS Step 1
Rename New Folder
add Shared Folder or File Storage in SAS
New Folder in Library

Step 2: Open Oracle Virtualbox and Select “Machinemenu, under MachineMenu select Settings”.

Click Document Settings

Step 3: In the Settings screen, Select “Shared Folders”.

Select Shared Folders
Option of Selecting Shared Folder

Step 4: Once Opened the “Shared Folder”, there is a “ADD FOLDER” Button on the right-hand side of the screen.

Click Add Folder Icon

Step 5: When the “ADD FOLDER” Button is selected, the screen will open up for adding a folder, in the screen – Pull Down next to “FOLDER PATH.”

Pull Down Folder Path

St.ep 6: It will lead to screen for selecting/pointing the folder. Browse and Select the Folder which we have created in Step 1.

Point the Folder

Step 7: After selecting the Folder, Select “AUTOMOUNT” & “MAKE IT PERMANENT” Combo-Box. Leave alone the “READ ONLY” Combo-Box.

Step 8: On Click “OK”, the folder is assigned to the SAS University Edition. Start the SAS University Edition in the Browser, on the right-hand side Explorer Window; the Folder is displayed in the “Folder Shortcuts.”

add Shared Folder or File Storage in SAS
Add Shared Folder or File Storage in SAS

Once this is done, we can create User Defined Libraries in the SAS University Edition for Local Files and Data Transfers etc. We have learnt how to add Shared Folder or File Storage in SAS. If you wish to take a course on SAS Base and Advance check SAS Training in Chennai from Ampersand Academy Also check our tutorial on fixing bugs while installing SAS University Edition.

Fix the problems during SAS University Edition Installation

Easily fix the problems during SAS University Edition Installation in 2021

Fix the problems during SAS University Edition Installation VT-X Error and more

The main problem encountered when the SAS University Edition is the VT-x error which occurs due to the permission denied in System Setup Settings. Most of the Systems will have Image Virtualization enabled nowadays. But the systems may have the settings secured by denying the Image Virtualization Process.

Fix the problems during SAS University Edition Installation
Fix the problems during SAS University Edition Installation
VTX Error
VTX Error

Let us clear the VT-x error and start working on the SAS University Edition

Step 1: Shut down all the applications and Restart the System.

System Restart

Step 2: Before the Operating System loads, enter CMOS Setup or System Setup by pressing F10 / F2 / Esc Key whichever holds good for your system.

Step 3: Once entered the Setup, go to Advanced Settings or Security Settings and look for Image Virtualization Tab or Option.

Enable Virtual Technology in Bios

Step 4: Change the Virtualization from Disabled to Enabled.

Step 5: Once Enabled the Image Virtualization, Press F10 Key for Saving and Exit.

Step 6: Let the Operating system load and Start the SAS University Edition, the Virtualbox will load normally and we can easily work on with the Statistical Analysis System Univ Edition.

Fix the problems during SAS University Edition Installation
Fix the problems during SAS University Edition Installation

Now that you’ve learnt how to fix the problems during SAS University Edition Installation, if you have no idea in installing SAS, learn how to install SAS University Edition