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 r handles missing values?



How r handles missing values?..

Answer / Raghavendra Mohan

R provides several ways to handle missing data (NA) in a dataset. NA values are treated as missing, and R has functions like `is.na()` to check if a value is missing, `sum()`, `mean()`, etc., that automatically ignore missing values when calculating results. Additionally, you can use various imputation techniques to fill missing values using mean, median, or more sophisticated methods.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More R Programming Interview Questions

Who and When R discovered?

1 Answers  


Explain about “initialize()” function in r?

1 Answers  


In R how you can import Data?

1 Answers  


What is polynomial in r?

1 Answers  


Which function helps you perform sorting in r language?

1 Answers  


What are debuggers and debugging techniques in R?

1 Answers  


How to create the s3 class?

1 Answers  


Define Cluster.stats() ?

1 Answers  


What do you understand by a workspace in r programming language?

1 Answers  


Describe grep() in r string manipulation?

1 Answers  


Explain advantages of density-based clustering in R?

1 Answers  


How to call c function from r?

1 Answers  


Categories