Categories
5G Network
Agile
Amazon EC2
Android
Angular
Ansible
Arduino
Artificial Intelligence
Augmented Reality
AWS
Azure
Big Data
Blockchain
BootStrap
Cache Teachniques
Cassandra
Commercial Insurance
C#
C++
Cloud
CD
CI
Cyber Security
Data Handling
Data using R
Data Science
DBMS
Design-Pattern
DevOps
ECMAScript
Fortify
Ethical Hacking
Framework
GIT
GIT Slack
Gradle
Hadoop
HBase
HDFS
Hibernate
Hive
HTML
Image Processing
IOT
JavaScript
Java
Jenkins
Jira
JUnit
Kibana
Linux
Machine Learning
MangoDB
MVC
NGINX
Onsen UI
Oracle
PHP
Python
QTP
R Language
Regression Analysis
React JS
Robotic
Salesforce
SAP
Selenium
Service Discovery
Service Now
SOAP UI
Spark SQL
Testing
TOGAF
Research Method
Virtual Reality
Vue.js
Home
Recent Q&A
Feedback
Ask a Question
what will following lines of code return x<-matrix(1:18,6,3)____-
Home
>
Data Handling using R
>
what will following lines of code return x<-matrix(1:18,6,3)____-
asked
Jun 7, 2019
in
Data Handling using R
by
tempuser
Q:
what will following lines of code return
x<-matrix(1:18,6,3)____-
#datahandling
Answer
1
Answer
0
votes
answered
Jun 7, 2019
by
tempuser
vector of 3
Click here to read more about Loan/Mortgage
Click here to read more about Insurance
Many hands make light work, Share it here
Facebook
Twitter
LinkedIn
Reddit
Related questions
0
votes
Q: What will the following lines of code return x <- matrix(1:18, 6, 3) apply(x, 2, sum)
asked
May 27, 2019
in
Data Handling
by
tempuser
#datahandling
0
votes
Q: For a given matrix mat, how do you increment every element of the matrix by 3 and return a vector. (I) sapply(mat, function(x,y) sum(x)+y,y=3) (II) sapply(mat, function(x) sum(x)+3)
asked
May 27, 2019
in
Data Handling
by
tempuser
#datahandling
0
votes
Q: If x and y are two tbls, which of the following joins return all rows from x where there are not matching values in y, keeping just columns from x?
asked
Jun 7, 2019
in
Data Handling using R
by
tempuser
#datahandling
0
votes
Q: If x and y are two tbls, which of the following joins return all rows from x and y irrespective of matching values?
asked
Jun 7, 2019
in
Data Handling using R
by
tempuser
#datahandling
0
votes
Q: If x and y are two tbls, which of the following joins return all rows from y, and all columns from x and y?
asked
Jun 7, 2019
in
Data Handling using R
by
tempuser
#datahandling
0
votes
Q: If x and y are two tbls, which of the following joins return all rows from x where there are matching values in y, and all columns from x and y?
asked
Jun 7, 2019
in
Data Handling using R
by
tempuser
#datahandling
0
votes
Q: If x and y are two tbls, which of the following joins return all rows from x where there are matching values in y, keeping just columns from x?
asked
Jun 7, 2019
in
Data Handling using R
by
tempuser
#datahandling
+1
vote
Q: If x and y are two tbls, which of the following joins return all rows from x and y irrespective of matching values?
asked
May 27, 2019
in
Data Handling
by
tempuser
#datahandling
0
votes
Q: What is the average mileage(mpg) of 6 cylinder, manual transmission cars in the R built-in dataset "mtcars"
asked
Jun 6, 2019
in
Data Handling using R
by
tempuser
#datahandling
0
votes
Q: Consider the matrix A = \begin{pmatrix} 7 & 9 & -3 \\ 3 & -6 & 5 \\ 4 & 0 & 1 \end{pmatrix}⎝⎛7349−60−351⎠⎞. What is the value of minor M_{11}M11?
asked
Jan 23, 2020
in
Data Science
by
AdilsonLima
0
votes
Q: What is the transpose of the given matrix? \begin{pmatrix} 7 & 9 & -3 \\ 3 & -6 & 5 \\ 4 & 0 & 1 \end{pmatrix}⎝⎛7349−60−351⎠⎞
asked
Jan 23, 2020
in
Data Science
by
AdilsonLima
0
votes
Q: The fraction (5x-11)/(2x2 + x - 6) was obtained by adding the two fractions A/(x + 2) and B/(2x - 3). The values of A and B must be, respectively: (a) 5x, -11, (b) -11, 5x, (c) -1, 3, (d) 3, -1, (e) 5, -11
asked
May 21, 2019
in
Mathematics
by
sheetalkhandelwal
#maths
#mathematics
0
votes
Q: What will be the output of the following code snippet in ES6? const func= ( x, y ) => { return x + y; }; func(11,12);
asked
Jan 21, 2020
in
ECMAScript
by
GeorgeBell
+1
vote
Q: Consider the matrix A = \begin{pmatrix} 7 & 9 & -3 \\ 3 & -6 & 5 \\ 4 & 0 & 1 \end{pmatrix}
asked
Jan 20, 2020
in
Mathematics
by
rahuljain1
#minor-value
0
votes
Q: which command will print the dataset"mtcars" in ascending order of their milage
asked
Jun 6, 2019
in
Data Handling using R
by
tempuser
#datahandling
0
votes
Q: What will be printed if the following code is executed? let x=150; if(x>100) { x=1; } console.log(x);
asked
Jan 21, 2020
in
ECMAScript
by
GeorgeBell
+2
votes
Q: Two vectors X and Y are defined as follows – X <- c(3, 2, 4) and Y <- c(1, 2). What will be output of vector Z that is defined as Z <- X*Y.
asked
Jul 28, 2019
in
R Language
by
Aarav2017
#r-language
#r-programming
#r-course
#r-tutorial
#r-question-answer
#r-interview-question
#r-basics
#r-test
#what-is-r
#learn-r
0
votes
Q: Which of the following functions does not list the total number of observations in a dataset?
asked
Jun 7, 2019
in
Data Handling using R
by
tempuser
#datahandling
0
votes
Q: Which of the following functions lists all columns in a dataset with few values from each column?
asked
Jun 7, 2019
in
Data Handling using R
by
tempuser
#datahandling
0
votes
Q: Which of the following functions can be used to find the number or rows and columns in a dataset?
asked
Jun 7, 2019
in
Data Handling using R
by
tempuser
#datahandling
0
votes
Q: which of the following is multivariate version of lapply?
asked
Jun 7, 2019
in
Data Handling using R
by
tempuser
#datahandling
0
votes
Q: which of the following function can be used to create a dataframe in R
asked
Jun 6, 2019
in
Data Handling using R
by
tempuser
#datahandling
0
votes
Q: Which of the following is not correct
asked
Jun 6, 2019
in
Data Handling using R
by
tempuser
#datahandling
0
votes
Q: Which of the following attribute triggers events when a form changes
asked
Jun 6, 2019
in
Data Handling using R
by
tempuser
#datahandling
0
votes
Q: Which of the following tags represents a section of document used for navigation?
asked
Jun 6, 2019
in
Data Handling using R
by
tempuser
#datahandling
0
votes
Q: Which of the following tags are no longer valid in HTML5
asked
Jun 6, 2019
in
Data Handling using R
by
tempuser
#datahandling
0
votes
Q: If the shape of the Tensor is 2 x 1 x 3 x 1, performing torch.sqeeze() will output Tensor of shape _______.
asked
Jan 26
in
IONIC
by
SakshiSharma
#torch
pytorch
framework
0
votes
Q: What will this return 3*0.1 == 0.3? true or false?
asked
Oct 24, 2020
in
JAVA
by
sharadyadav1986
#return
+1
vote
Q: What will this return 3*0.1 == 0.3? true or false?
asked
Jan 24, 2020
in
JAVA
by
rahuljain1
#java-variable
0
votes
Q: What is the average mileage of a car in the mtcars dataset-
asked
Jun 7, 2019
in
Data Handling using R
by
tempuser
#datahandling
...