Which CAS action is used to calculate the mean, median, and quartiles for numeric variables in a CAS table?

Which CAS action is used to calculate the mean, median, and quartiles for numeric variables in a CAS table?A . cas.summaryB . cas.describeC . cas.quantilesD . cas.statisticsView AnswerAnswer: A

August 9, 2024 No Comments READ MORE +

Which DATA step function is supported in CAS?

Which DATA step function is supported in CAS?A . SYMGETB . CATXC . FILEREFD . RANUNIView AnswerAnswer: B

August 9, 2024 No Comments READ MORE +

Which CAS action is used to calculate the frequency distribution of a categorical variable in a CAS table?

Which CAS action is used to calculate the frequency distribution of a categorical variable in a CAS table?A . cas.frequencyB . cas.distributionC . cas.histogramD . cas.tabulateView AnswerAnswer: D

August 9, 2024 No Comments READ MORE +

Which CAS action is used to calculate the correlation matrix for numeric variables in a CAS table?

Which CAS action is used to calculate the correlation matrix for numeric variables in a CAS table?A . cas.correlationB . cas.covarianceC . cas.relationshipD . cas.associationView AnswerAnswer: A

August 9, 2024 No Comments READ MORE +

Which CAS-enabled procedure is used to apply user-defined formats to variables?

Which CAS-enabled procedure is used to apply user-defined formats to variables?A . CASUTILB . CASTABULATEC . CASFORMATD . CASPROCView AnswerAnswer: B

August 9, 2024 No Comments READ MORE +

Which SAS program will correctly accumulate a total of the salary variable and store it in the variable totalSalary?

The table casuser.employees is partitioned onto 3 CAS worker nodes. Which SAS program will correctly accumulate a total of the salary variable and store it in the variable totalSalary? A) B) C) D) A . Option AB . Option BC . Option CD . Option DView AnswerAnswer: B

August 8, 2024 No Comments READ MORE +

Which CAS-enabled procedure is used to import data into a CAS table?

Which CAS-enabled procedure is used to import data into a CAS table?A . CASLIBB . CASIMPORTC . CASDATAD . CASTABLEView AnswerAnswer: B

August 8, 2024 No Comments READ MORE +

Which SAS Viya component allows users to create and manage machine learning models?

Which SAS Viya component allows users to create and manage machine learning models?A . SAS Data PreparationB . SAS StudioC . SAS Visual AnalyticsD . SAS Model StudioView AnswerAnswer: D

August 7, 2024 No Comments READ MORE +

Will the rows in the output table be sorted the same way for each execution and why?

The following code is executed multiple times: data casuser.eurorders;   set casuser.orders end=eof;   if Continent="Europe" then EurOrders+1;   if eof=1 then output;   keep EurOrders; run; proc print data=casuser.eurorders; run; Will the rows in the output table be sorted the same way for each execution and why? A . Yes,...

August 7, 2024 No Comments READ MORE +

Which SAS Viya procedure is used for data summarization and descriptive statistics?

Which SAS Viya procedure is used for data summarization and descriptive statistics?A . PROC GLMB . PROC MEANSC . PROC FREQD . PROC SQLView AnswerAnswer: B

August 7, 2024 No Comments READ MORE +