Create the matrix X_data. Its dimensions must be 1000 rows and 12 columns. The content of each entry must be a randomly chosen number between 1 and 15 with no more than 3 decimal points. Columns should be named X_data_1, X_data_2… X_data_12. For the random number generation use the command rnunif() Create one column vector named betas with the same number of column as X_data. Each component must be an integer random number between 1 and 5 both included.