SAS Viya: The R Perspective by Yue Qi & Kevin D. Smith & Xiangxiang Meng
Author:Yue Qi & Kevin D. Smith & Xiangxiang Meng [Qi, Yue]
Language: eng
Format: epub
Publisher: SAS Institute
Published: 2018-07-19T23:00:00+00:00
This code generates summary statistics only for columns that you have specified: DemAge, Purchase_12mon, and Purchase_6mon. In the next example, we compute the summary statistics for the columns for recent purchase amounts and save the result in a local object.
> varlist <- c('Purchase_3mon', 'Purchase_6mon', 'Purchase_9mon',
+ 'Purchase_12mon')
> result <- cas.simple.summary(organics, inputs = varlist)
The result is an R list object that contains a data.frame in the “Summary” key. A CAS action might return one or more tables referenced by the names of the list object. In this example, only one summary table has been returned by the simple.summary action.
> names(result)
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Exploring Deepfakes by Bryan Lyon and Matt Tora(8298)
Robo-Advisor with Python by Aki Ranin(8248)
Offensive Shellcode from Scratch by Rishalin Pillay(6390)
Microsoft 365 and SharePoint Online Cookbook by Gaurav Mahajan Sudeep Ghatak Nate Chamberlain Scott Brewster(5623)
Ego Is the Enemy by Ryan Holiday(5294)
Management Strategies for the Cloud Revolution: How Cloud Computing Is Transforming Business and Why You Can't Afford to Be Left Behind by Charles Babcock(4527)
Python for ArcGIS Pro by Silas Toms Bill Parker(4465)
Elevating React Web Development with Gatsby by Samuel Larsen-Disney(4184)
Machine Learning at Scale with H2O by Gregory Keys | David Whiting(4183)
Liar's Poker by Michael Lewis(3370)
Learning C# by Developing Games with Unity 2021 by Harrison Ferrone(3334)
Speed Up Your Python with Rust by Maxwell Flitton(3280)
OPNsense Beginner to Professional by Julio Cesar Bueno de Camargo(3251)
Extreme DAX by Michiel Rozema & Henk Vlootman(3237)
Agile Security Operations by Hinne Hettema(3161)
Linux Command Line and Shell Scripting Techniques by Vedran Dakic and Jasmin Redzepagic(3151)
Essential Cryptography for JavaScript Developers by Alessandro Segala(3122)
Cryptography Algorithms by Massimo Bertaccini(3057)
AI-Powered Commerce by Andy Pandharikar & Frederik Bussler(3024)