What makes a valid variable name in R?
Answer / Ayushi Bajpai
A valid variable name in R must start with a letter, followed by any combination of letters, numbers, and underscores. It cannot begin with a number and is case sensitive.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the concept of principal component analysis?
Differentiate between k-means clustering and hierarchical clustering?
What is t-tests() in R?
How can you debug and test r programming code?
Explain how to write files?
What are the steps to build and evaluate a linear regression model in r?
What is a dataframe in r?
What does the term 'dreaded for loop' means?
What is sapply() in r?
Give examples of “rbind()” and “cbind()” functions in r
Explain how to name the list elements in r?
What is function in r?