Explain how you can create a table in r without external file?
Answer / Paritosh
In R, you can create a data frame which acts like a table without an external file. Here's an example:n```Rnmy_data <- data.frame(n variable1 = c(1, 2, 3),n variable2 = c('a', 'b', 'c'),n)n``
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the byte in R?
What are statistical features of R?
Explain what is pdv?
Explain an extended example of connections?
What is Predictive Analysis in R?
What is the use of sample and subset functions in R programming language?
How would you fit a linear model over a scatter-plot?
What is function in r?
What is the tree in r?
What are Characteristics of R Hierarchical Clustering?
how to import data into R?
Write the full form MANOVA and why is it used?