What is SAS and SPSS in R?
Answer / Gaurav Kumar
SAS (Statistical Analysis System) and SPSS (IBM SPSS Statistics) are statistical software packages commonly used for data analysis. In the context of R, there are no exact equivalents as R is an open-source programming language for statistical computing. However, packages like 'forecast' for time series analysis or 'ncf' for survey data analysis can be considered as similar to some SAS procedures, and 'pscl', 'arm' and 'rms' packages for psychometrics are similar to SPSS.
| Is This Answer Correct ? | 0 Yes | 0 No |
How data is aggregated in r?
What is functional programming and memory issues in on the performance basis?
How to call c function from r?
What is length function in r?
What is object-oriented programming in r?
What are applications of recursion?
What is the use of subset() function and sample() function in R ?
Give the command to check if the element 15 is present in vector x?
What is a variable assignment?
Why are the VCD and lattice packages used?
What is the usage of the lattice package in R?
How do you check if “m” is a matrix data object in R?