Introduction to CADStat. CADStat and R R is a powerful and free statistical package [http://www.r-project.org/]

Slides:



Advertisements
Similar presentations
C++ Development on Linux Agenda Introduction Editors Debuggers GUI IDEs Make Automake Exploring further.
Advertisements

Introduction to Eclipse. Start Eclipse Click and then click Eclipse from the menu: Or open a shell and type eclipse after the prompt.
A very short introduction to R Pia Wohland. R is… -A statistical software -Programming language -Free! -Very good in handling and manipulating data sets.
Introduction to S-Plus by Francesco Ferretti Analysis of Biological Data Course Winter term 2007 Dalhousie University.
Introduction to Visual Basic.NET Uploaded By: M.Sheraz anjum.
1 A workshop on using R to select a sample for EHES Susie Cooper & Johan Heldal Statistics Norway.
Using Eclipse. Getting Started There are three ways to create a Java project: 1:Select File > New > Project, 2 Select the arrow of the button in the upper.
EViews. Agenda Introduction EViews files and data Examining the data Estimating equations.
Introduction to Alice CS Honors Slides courtesy of Wanda Dann, Ithaca College.
© 2010 IBM Corporation IBM Experience Modeler - Theme Editor Installing Python Image Library Presenter’s Name - Presenter’s Title DD Month Year.
Creating a Console Application with Visual Studio
Introduction to R Statistical Software Anthony (Tony) R. Olsen USEPA ORD NHEERL Western Ecology Division Corvallis, OR (541)
Access Tutorial 10 Automating Tasks with Macros
Digital Image Processing Lecture3: Introduction to MATLAB.
ROOT An object oriented HEP analysis framework.. Computing in Physics Physics = experimental science =>Experiments (e.g. at CERN) Planning phase Physics.
© 2008, Renesas Technology America, Inc., All Rights Reserved 1 Introduction Purpose  This training course provides an overview of the installation and.
The NetBeans IDE CSIS 3701: Advanced Object Oriented Programming.
By: Paul Hill Technology Coordinator Gwinn Area Community Schools.
Zhonghua Qu and Ovidiu Daescu December 24, 2009 University of Texas at Dallas.
Opening the hood: Extensions for Arcview Extensions are a critical part of the utility of Arcview They are specialized packages of tools that can be turned.
Carolina Environmental Program UNC Chapel Hill The Analysis Engine – A New Tool for Model Evaluation, Sensitivity and Uncertainty Analysis, and more… Alison.
Creating a Web Site to Gather Data and Conduct Research.
Introduction to Matlab & Data Analysis
Marcel Casado NCAR/RAP WEATHER WARNING TOOL NCAR.
WINKS 7 Tutorial 2 Using WINKS SDA GRAPHS Permission granted for use for instruction and for personal use. © Alan C. Elliott,
UCSC All rights reserved. No part of this material may be reproduced and sold. 1 IT1202-Fundamentals Of Programming (Using JAVA) Interacting with.
NOTE: To change the image on this slide, select the picture and delete it. Then click the Pictures icon in the placeholder to insert your own image. WEB.
Chapter 3 – Part 1 Word Processing Writer for Linux CMPF 112 : COMPUTING SKILLS.
1 Computer Programming (ECGD2102 ) Using MATLAB Instructor: Eng. Eman Al.Swaity Lecture (1): Introduction.
Active-HDL Interfaces Debugging C Code Course 10.
Active-HDL Interfaces Building VHPI Applications C Compilation Course 9.
FastMap Tutorial. Installation Requirements Computer with 2GB of RAM JAVA Runtime Environment (JRE) 6 =1281.
GumTree Development Environment Setup Windows Only Compatible with Eclipse 3.2 M3 (Last update: 16/11/05)
Introduction to Matlab & Data Analysis 2015 In this tutorial we will: Build a practical application using GUIDE Learn more about graphical user interface.
22-July-2002cse142-13B-Development © 2002 University of Washington1 Development Tools CSE 142, Summer 2002 Computer Programming 1
Introduction to R Introductions What is R? RStudio Layout Summary Statistics Your First R Graph 17 September 2014 Sherubtse Training.
Steps 3 & 4: Analysis & interpretation of evidence.
Package & Deploy. OBJECTIVES Package Deploy Way to package.
Introducing Dreamweaver. Dreamweaver The web development application used to create web pages Part of the Adobe creative suite.
Open project in Microsoft Visual Studio → build program in “Release” mode.
NET 222: COMMUNICATIONS AND NETWORKS FUNDAMENTALS ( NET 222: COMMUNICATIONS AND NETWORKS FUNDAMENTALS (PRACTICAL PART) Tutorial 2 : Matlab - Getting Started.
Math 252: Math Modeling Eli Goldwyn Introduction to MATLAB.
MATLAB and SimulinkLecture 61 To days Outline Graphical User Interface (GUI) Exercise on this days topics.
Introduction to Programming on MATLAB Ecological Modeling Course Sep 11th, 2006.
Visual Basic.Net. Software to Install Visual Studio 2005 Professional Edition (Requires Windows XP Pro) MSDN Library for Visual Studio 2005 Available.
Computer Graphics Lecture 1. Books D. Hearn, M. P. Baker, "Computer Graphics with OpenGL", 3rd Ed., Prentice Hall, 2003, ISBN
With the support of the LPP programme of the European Union 1 This project has been funded with support from the European Commission. This publication.
Introduction to Algorithm. What is Algorithm? an algorithm is any well-defined computational procedure that takes some value, or set of values, as input.
Computer Skills Chapter 2. Software Software: is a set of programs, data, and information. Program: is a set of sequence instructions that tell the computer.
Block 1: Introduction to R
CSC227: Operating Systems
Visual Basic Code & No.: CS 218
Getting Started with R.
MATLAB Basics Nafees Ahmed Asstt. Professor, EE Deptt DIT, DehraDun.
DATA MINING Python.
Chapter 3 Software Interfaces.
R Programming.
How to install the Enterprise Agent using Active Directory
An introduction to data analysis using R
Tonga Institute of Higher Education
Use of Mathematics using Technology (Maltlab)
Digital Image Processing
JCreator Settings Only
CSCI N207 Data Analysis Using Spreadsheet
Getting Started With Solr
05 | Desktop Applications
Amos Introduction In this tutorial, you will be briefly introduced to the student version of the SEM software known as Amos. You should download the current.
Data analysis with R and the tidyverse
A brief introduction to the nutrient tool-kit, getting R Studio to work and checking the data Martyn Kelly
Presentation transcript:

Introduction to CADStat

CADStat and R R is a powerful and free statistical package [

R capabilities R provides flexible plotting algorithms & libraries for running virtually any statistical analysis… …but R is run at the command line, so there’s a steep learning curve.

Java GUI for R (JGR) A Graphical User Interface (GUI) has been developed for R, which provides a point-and-click interface for some basic R functions.

CADStat Point-and-click interfaces for statistical tools useful in causal analysis Rendering of analysis results in browser window Additional help files CADStat adds several tools to JGR:

To your computers… Launch JGR & set up CADStat add-on.

Make sure “loaded” & “default” are checked for CADStat. [you should only have to do this step the 1 st time you run CADStat]

Set Working Directory.

JGR/CADStat: A gentler introduction to R Installing packages Setting up a workspace Loading data Managing data in your workspace JGR provides point-and-click tools for basic R functions:

JGR/CADStat: A gentler introduction to R JGR automatically provides help for R commands.

Load data

Load data dialog Name of file inside CADStat Delimiter character Is there a header row? Make each field accessible?

Launch the Object Browser

Examine structure of objects

Load 2 nd data file: site classifications

Merge site classifications with environmental data

Dataset Merge dialog

Scatterplots

Scatterplot dialog

Scatterplot

Generate same plot from command line

Editor dialog Type in the listed command… then highlight it with the mouse…

…then select from the top menu Edit -> Run Selection Editor dialog

You can also type commands directly into the console

Boxplot

Boxplot dialog

Boxplot

Scatterplot matrix

Correlation & scatterplot matrix dialog

Scatterplot matrix