Course
VBScript Tutorial for Beginner: Learn in 3 Days
Training Summary VBScript is a propriety client side scripting language by Microsoft, supported by...
1) Explain what is R?
R is data analysis software which is used by analysts, quants, statisticians, data scientists and others.
2) List out some of the function that R provides?
The function that R provides are
3) Explain how you can start the R commander GUI?
Typing the command, ("Rcmdr") into the R console starts the R commander GUI.
4) In R how you can import Data?
You use R commander to import Data in R, and there are three ways through which you can enter data into it
5) Mention what does not ‘R’ language do?
6) Explain how R commands are written?
In R, anywhere in the program you have to preface the line of code with a #sign, for example
7) How can you save your data in R?
To save data in R, there are many ways, but the easiest way of doing this is
Go to Data > Active Data Set > Export Active Data Set and a dialogue box will appear, when you click ok the dialogue box let you save your data in the usual way.
8) Mention how you can produce co-relations and covariances?
You can produce co-relations by the cor () function to produce co-relations and cov () function to produce covariances.
9) Explain what is t-tests in R?
In R, the t.test () function produces a variety of t-tests. T-test is the most common test in statistics and used to determine whether the means of two groups are equal to each other.
10) Explain what is With () and By () function in R is used for?
11) What are the data structures in R that is used to perform statistical analyses and create graphs?
R has data structures like
12) Explain general format of Matrices in R?
General format is
Mymatrix< - matrix (vector, nrow=r , ncol=c , byrow=FALSE, dimnames = list ( char_vector_ rowname, char_vector_colnames))
13) In R how missing values are represented ?
In R missing values are represented by NA (Not Available), why impossible values are represented by the symbol NaN (not a number).
14) Explain what is transpose?
For re-shaping data before, analysis R provides various method and transpose are the simplest method of reshaping a dataset. To transpose a matrix or a data frame t () function is used.
15) Explain how data is aggregated in R?
By collapsing data in R by using one or more BY variables, it becomes easy. When using the aggregate() function the BY variable should be in the list.
16) What is the function used for adding datasets in R?
rbind function can be used to join two data frames (datasets). The two data frames must have the same variables, but they do not have to be in the same order.
17) What is the use of subset() function and sample() function in R ?
In R, subset() functions help you to select variables and observations while through sample() function you can choose a random sample of size n from a dataset.
18) Explain how you can create a table in R without external file?
Use the code
myTable = data.frame() edit(myTable)
This code will open an excel like spreadsheet where you can easily enter your data.
Training Summary VBScript is a propriety client side scripting language by Microsoft, supported by...
DVD players are software that allows you to view videos on PC using a DVD-ROM drive. You can use...
DAW (Digital Audio Workstation) is an application or electronic device used for recording,...
Slideshow maker software are applications used to develop presentations or videos with different...
Programmers spend a lot of time in front of PC and develop Repetitive Strain Injuries due to long...
Live sports apps are application that helps you to stay updated with important news, scores,...