Learning RStudio for R Statistical Computing. (Record no. 2744699)

MARC details
000 -LEADER
fixed length control field 06943cam a2200829Mu 4500
001 - CONTROL NUMBER
control field ocn823719008
003 - CONTROL NUMBER IDENTIFIER
control field OCoLC
005 - DATE AND TIME OF LATEST TRANSACTION
control field 20220711190140.0
006 - FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS--GENERAL INFORMATION
fixed length control field m o d
007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION
fixed length control field cr |n|||||||||
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION
fixed length control field 130109s2012 enk o 000 0 eng d
040 ## - CATALOGING SOURCE
Original cataloging agency EBLCP
Language of cataloging eng
Description conventions pn
Transcribing agency EBLCP
Modifying agency OCLCQ
-- UMI
-- OCLCO
-- COO
-- YDXCP
-- N$T
-- IDEBK
-- DEBSZ
-- OCLCQ
-- OCLCO
-- OCLCF
-- KNOVL
-- OCLCQ
-- AGLDB
-- OCLCQ
-- MERUC
-- OCLCQ
-- JBG
-- AL5MG
-- ZCU
-- OCLCQ
-- VTS
-- CEF
-- ICG
-- OCLCQ
-- STF
-- UAB
-- DKC
-- OCLCQ
-- M8D
-- UKAHL
-- OCLCQ
-- AJS
-- OCLCO
019 ## -
-- 826647010
-- 1010978741
-- 1086936714
-- 1264752958
-- 1297465742
-- 1297620652
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9781782160618
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 1782160612
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9781680153569
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 1680153560
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
Cancelled/invalid ISBN 1782160604
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
Cancelled/invalid ISBN 9781782160601
029 1# - (OCLC)
OCLC library identifier AU@
System control number 000050590599
029 1# - (OCLC)
OCLC library identifier DEBBG
System control number BV041121101
029 1# - (OCLC)
OCLC library identifier DEBBG
System control number BV043086439
029 1# - (OCLC)
OCLC library identifier DEBBG
System control number BV044171919
029 1# - (OCLC)
OCLC library identifier DEBSZ
System control number 396760260
029 1# - (OCLC)
OCLC library identifier DEBSZ
System control number 397460260
029 1# - (OCLC)
OCLC library identifier DEBSZ
System control number 42128126X
035 ## - SYSTEM CONTROL NUMBER
System control number (OCoLC)823719008
Canceled/invalid control number (OCoLC)826647010
-- (OCoLC)1010978741
-- (OCoLC)1086936714
-- (OCoLC)1264752958
-- (OCoLC)1297465742
-- (OCoLC)1297620652
037 ## - SOURCE OF ACQUISITION
Stock number CL0500000187
Source of stock number/acquisition Safari Books Online
050 #4 - LIBRARY OF CONGRESS CALL NUMBER
Classification number QA76.774.M33 .L384 2012
072 #7 - SUBJECT CATEGORY CODE
Subject category code COM
Subject category code subdivision 051240
Source bisacsh
082 04 - DEWEY DECIMAL CLASSIFICATION NUMBER
Classification number 005.4
049 ## - LOCAL HOLDINGS (OCLC)
Holding library MAIN
100 1# - MAIN ENTRY--PERSONAL NAME
Personal name Van der Loo, Mark P. J.
9 (RLIN) 332138
245 10 - TITLE STATEMENT
Title Learning RStudio for R Statistical Computing.
260 ## - PUBLICATION, DISTRIBUTION, ETC. (IMPRINT)
Place of publication, distribution, etc Birmingham :
Name of publisher, distributor, etc Packt Pub.,
Date of publication, distribution, etc 2012.
300 ## - PHYSICAL DESCRIPTION
Extent 1 online resource (248 pages)
336 ## -
-- text
-- txt
-- rdacontent
337 ## -
-- computer
-- c
-- rdamedia
338 ## -
-- online resource
-- cr
-- rdacarrier
490 1# - SERIES STATEMENT
Series statement Community experience distilled
505 0# - FORMATTED CONTENTS NOTE
Formatted contents note Table of Contents; Learning RStudio for R Statistical Computing; Learning RStudio for R Statistical Computing; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Support files, eBooks, discount offers and more; Why Subscribe?; Free Access for Packt account holders; Preface; What this book covers; What you need for this book; Who this book is for; Conventions; Reader feedback; Customer support; Downloading the example code; Errata; Piracy; Questions; 1. Getting Started; RStudio at a glance; Installing RStudio; Installing R; Installing R on Windows and Mac OS X.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Installing R on LinuxBuilding R from source; Building R using Windows; Installing RStudio; Installing RStudio Server; Installing R packages; Overview: A first R session; Keyboard shortcuts; Getting help; What if I uninstall RStudio?; Further reading; Summary; 2. Writing R Scripts and the R Console; Moving around RStudio; Keyboard shortcuts to move around RStudio; Features of the R console; Executing commands; Command history; Command completion; Completion of functions and arguments; Object completion; Completion of filenames; Bracket and quote completion; Keyboard shortcuts for the console.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Features of the source editorA few words on code quality; Editing R scripts; Keyboard shortcuts for file navigation; Keyboard shortcuts for code editing; Syntax highlighting; Adjusting the syntax highlighting theme; Indenting code; Commenting code; Find and replace; Folding, sectioning, and navigation; Code folding; Keyboard shortcuts for code folding; Code navigation; Keyboard shortcuts for code navigation; Code sections; Code execution; Keyboard shortcuts for code execution; Summary; 3. Viewing and Plotting Data; Viewing data and the object browser; Plotting; Zoom; Export; Navigation.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Interactive plotting with the manipulate packageThe manipulate function; Using more options of manipulate; Advanced topic: retrieving plot parameters from manipulate; Summary; 4. Managing R Projects; R projects; Creating an R project; Directory structure and file manipulations; Version control; Introduction to version control; Installing GIT or Subversion; Version control for single-person projects; GIT; Subversion; Working with a team; Further reading; Summary; 5. Generating Reports; Prerequisites for report generation; Notebook; Notebook options; Publishing a notebook; R Markdown and Rhtml.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Workflow for R MarkdownAn extended example; An introduction to Markdown syntax; Rhtml; Code chunks; Chunk syntax and options; RMarkdown: .Rmd files; Rhtml: .Rhtml files; LaTeX: .Rnw files; RStudio's chunk support and keyboard shortcuts; LaTeX; Further reading; Summary; 6. Using RStudio Effectively; Additional features for function writing; Function extraction; Function navigation; Introduction to package writing; Prerequisites; Basic structure and workflow; Creating the package directory structure; Documenting functions with Roxygen2; Building your package with devtools.
520 ## - SUMMARY, ETC.
Summary, etc A practical tutorial covering how to leverage RStudio functionality to effectively perform R Development, analysis, and reporting with RStudio. The book is aimed at R developers and analysts who wish to do R statistical development while taking advantage of RStudio functionality to ease their development efforts. Familiarity with R is assumed. Those who want to get started with R development using RStudio will also find the book useful. Even if you already use R but want to create reproducible statistical analysis projects or extend R with self-written packages, this book shows how to quickly.
588 0# -
-- Print version record.
590 ## - LOCAL NOTE (RLIN)
Local note eBooks on EBSCOhost
Provenance (VM) [OBSOLETE] EBSCO eBook Subscription Academic Collection - Worldwide
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element R (Computer program language)
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Open source software.
9 (RLIN) 72362
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Operating systems (Computers)
9 (RLIN) 42152
650 #6 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element R (Langage de programmation)
9 (RLIN) 909777
650 #6 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Logiciels libres.
9 (RLIN) 875388
650 #6 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Systèmes d'exploitation (Ordinateurs)
9 (RLIN) 889357
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element operating systems.
Source of heading or term aat
9 (RLIN) 70032
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element COMPUTERS
General subdivision Software Development & Engineering
-- Systems Analysis & Design.
Source of heading or term bisacsh
9 (RLIN) 882753
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Open source software.
Source of heading or term fast
-- (OCoLC)fst01046097
9 (RLIN) 72362
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Operating systems (Computers)
Source of heading or term fast
-- (OCoLC)fst01046280
9 (RLIN) 42152
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element R (Computer program language)
Source of heading or term fast
-- (OCoLC)fst01086207
655 #0 - INDEX TERM--GENRE/FORM
Genre/form data or focus term Electronic books.
655 #4 - INDEX TERM--GENRE/FORM
Genre/form data or focus term Electronic books.
700 1# - ADDED ENTRY--PERSONAL NAME
Personal name De Jonge, Edwin.
9 (RLIN) 332139
776 08 - ADDITIONAL PHYSICAL FORM ENTRY
Display text Print version:
Main entry heading Van der Loo, Mark P.J.
Title Learning RStudio for R Statistical Computing.
Place, publisher, and date of publication Birmingham : Packt Publishing, ©2012
International Standard Book Number 9781782160601
830 #0 - SERIES ADDED ENTRY--UNIFORM TITLE
Uniform title Community experience distilled.
856 40 - ELECTRONIC LOCATION AND ACCESS
Uniform Resource Identifier <a href="https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=526158">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=526158</a>
938 ## -
-- Askews and Holts Library Services
-- ASKH
-- AH26943168
938 ## -
-- EBL - Ebook Library
-- EBLB
-- EBL1108342
938 ## -
-- EBSCOhost
-- EBSC
-- 526158
938 ## -
-- ProQuest MyiLibrary Digital eBook Collection
-- IDEB
-- cis24508786
938 ## -
-- YBP Library Services
-- YANK
-- 9971081
994 ## -
-- 92
-- INOPJ
Holdings
Withdrawn status Lost status Damaged status Not for loan Collection code Home library Current library Date acquired Total Checkouts Date last seen Price effective from Koha item type
        E-Books EBSCO OPJGU Sonepat- Campus OPJGU Sonepat- Campus 11/07/2022   11/07/2022 11/07/2022 Electronic-Books

O.P. Jindal Global University, Sonepat-Narela Road, Sonepat, Haryana (India) - 131001

Send your feedback to glus@jgu.edu.in

Hosted, Implemented & Customized by: BestBookBuddies   |   Maintained by: Global Library