Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How can you create a pca model in r?



How can you create a pca model in r?..

Answer / Karan Singh Tatwal

In R, you can create a PCA model using the prcomp() function. Here's an example: nn```rndata <- data.frame(x = c(1, 2, 3, 4, 5), y = c(2, 3, 4, 5, 6))npca_model <- prcomp(data)n```

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More R Programming Interview Questions

How many data structures does r language have?

1 Answers  


What is the random walk model in r?

1 Answers  


Explain about confusion matrix in r?

1 Answers  


What is bytecode compilation?

1 Answers  


Write a custom function which will replace all the missing values in a vector with the mean of values.

1 Answers  


Differentiate between k-means clustering and hierarchical clustering?

1 Answers  


What is r vector?

1 Answers  


Differentiate between library() and require()?

1 Answers  


What are the different packages in r?

1 Answers  


What is R?

1 Answers  


Explain different types of objects present in R?

1 Answers  


What is Descriptive analysis in R?

1 Answers  


Categories