Example 3: Predictive Data Mining and Deployment for a Continuous Output Variable
|
|
|
- Julianna Stanley
- 9 years ago
- Views:
Transcription
1 Página 1 de 6 Example 3: Predictive Data Mining and Deployment for a Continuous Output Variable STATISTICA Data Miner includes a complete deployment engine with various options for deploying solutions derived form predictive data mining projects. In this example we will illustrate the basic "mechanism" of how STATISTICA Data Miner can generate automatically all information necessary for deployment, i.e., to automatically predict values for new observations based on the parameters estimated for one or more estimated models. This example will be based on the example data file Patients.sta (also used in Example 3 of Nonlinear Estimation Analysis) reported in Neter, Wasserman, and Kutner (1985, page 469). Suppose you want to predict the number of days that patients are likely to spend in a hospital based on some prognostic information. The Patients.sta data file contains observed ("learning") data for 15 patients on two variables: The number of days that each patient was hospitalized (in the variable Days) and an index of the prognosis for recovery for each patient (in variable Prognosis; larger values reflect a better prognosis). The purpose of this project is to "build" a deployed system that will allow users to enter data for variable Prognosis and compute an estimate for the number of days the respective patient will likely stay in the hospital. In similar real-world applications of STATISTICA Data Miner, you most likely would have many variables that are related to patients' prognosis for recovery; those variables could simply be treated as additional predictors. If many thousands of possible predictors are available, you may want to use the Feature Selection and Variable Screening methods of STATISTICA to preselect likely predictors before applying analyses that will build models for predictions (such as neural networks, regression, etc.). Also, in real-world applications the input data are like "noisy," requiring some initial cleaning and filtering (such as illustrated in Example 1. The data may also reside in a remote database that needs to be connected to STATISTICA Data Miner for in-place database processing However, this example will illustrate the basic mechanism of building data miner projects for prediction and deployment. Setting up the Project; Connecting the Data. Start by selecting Build Your Own Project from the Statistics - Data Mining - General Modeler and Multivariate Explorer submenu (see also Data Mining Tools) Instead of Data Miner - All Procedures, in this case, we select the more specialized General Modeler and Multivariate Explorer. This will automatically "connect" the General Modeler and Multivariate Explorer Node Browser configuration to the project, with the specialized nodes for automatic deployment. Note that you can also select these from the general All Procedures Node Browser configuration, but you would have to scroll to them to "find them." As described further in the Node Browser each project is associated with a default Node Browser configuration; however, you can also choose nodes from any of multiple Node Browsers currently open to insert nodes into the currently active data miner workspace. Next, click the New Data Source button on the data miner workspace and open the example data file Patients.sta.
2 Página 2 de 6 On the Select dependent variables and predictors dialog, click the Variables button and select variable Days as the Dependent; continuous variable, and variable Prognosis as the Predictor; continuous variable. Then close the dialogs (click the OK button on the variable selection dialog and on the Select dependent variables and predictors dialog) to insert this data source into the Data Acquisition area of the data miner workspace. In a real-world application, at this point we would want to carefully review the input data to ensure that the data are "clean," i.e., do not contain erroneous values, miscoded entries, etc. (see also Example 1, or Crucial Concepts in Data Mining). However, for this example we will skip this step and proceed directly to the data analysis (model building) portion of the project. Selecting and Inserting Analysis Nodes. Because we are not sure about the nature of the relationship between the prognostic variables (single variable in this example) and the outcome variable of interest (number of Days likely to be spent in the hospital), we will select several linear and nonlinear prediction methods to tackle this problem. We will select these from the Regression Modeling and Multivariate Explorer folder of the Node Browser, so that the estimated models (solutions) are automatically available for deployment, i.e., for prediction of new observations (to predict the likely length of the hospital stay from prognostic information, as patients check into the hospital). Specifically, select for this example the Standard Multiple Regression with Deployment node and the two neural network nodes. Click the Insert into workspace button to insert these nodes into the workspace; if you also currently have the data source highlighted, then these nodes will automatically be connected to the data file. Then click Run.
3 Página 3 de 6 After a few seconds, the program will fit a linear regression model, a multilayer perceptron neural network, and a radial basis function neural network. You can review the results by double-clicking on the workbook icons in the Reports section of the data miner workspace, or change specific analysis parameter by double-clicking on the respective analysis icons. You can also review the predicted values in the spreadsheet nodes (icons) labeled Training..., which contain the observed and predicted values for each respective model; it is often very informative to connect to these data sources additional graphics nodes to perform some visual inspection of the quality of the fit for each model (see also Example 2: Visual Data Mining). However, for this example, we will directly proceed to the deployment stage. Computing Predicted Values for new Data. Suppose that the purpose of this project is to implement an automatic system for predicting the number of Days a patient is likely to stay in the hospital, i.e., to predict the length of the hospital stay based on prognostic information. Because we chose analysis nodes explicitly labeled as... with Deployment from the Regression Modeling and Multivariate Exploration folder, the information required for deployment, for making predictions from new data, is readily available to us at this point. Specifying Data for Deployment. For example, suppose we have prognostic information (data) for 3 new patients, and that information is entered (or transferred automatically) into a data file NewPatients.sta. You can create this data file for this example; when you do, make sure that you use the same variable names when creating the file as those used in the data file from which the current models were estimated, i.e., make sure to name the variables DAYS and PROGNOSIS, respectively. Next, insert this new data file as a new data source into the Data Acquisition area of the data miner project in the same manner as the original data file. On the Select dependent variables and predictors dialog, select the same variables as before: Specify variable Days as the continuous dependent variable, and variable Prognosis as the continuous predictor variable. In addition, make sure to select the check box Data for deployed project; do not reestimate models.
4 Página 4 de 6 As also described in the section on Deploying Solutions, the node labeled...with Deployment will automatically apply the most recently estimated model to the new data, to compute predicted values. Deployment: Computing Predicted Values. After inserting the new data sources marked for deployment into the workspace, connect it to the analysis nodes in this project. You can also at this point disable the other arrows (from the data source used to estimate the models) so that on updating the project, the models will not be reestimated (see also Data Miner Workspace). Then click Run to compute predicted values. The predicted values are available in the data sources (spreadsheet documents) generated by the analysis nodes. These are labeled by default Testing_xxx, where xxx usually is an abbreviation to reference the respective method and node ID that generated the prediction. For example, right-click on the Testing_RRBFx data source and select View Document from the shortcut menu (see also STATISTICA Data Miner Workspace Options).
5 Página 5 de 6 The predictions from the radial basis function network are shown in the first column of the spreadsheet. As you can see, patient G. Hill had the best prognosis (highest value for variable Prognosis), and is predicted to stay in the hospital between 9 or 10 days. Predicting new observations, when observed values are not (yet) available. In general, one of the main purposes of predictive data mining (see Crucial Concepts in Data Mining) is to allow for accurate prediction (predicted classification) of new observations, for which observed values or classifications are not (yet) available. When connecting data for deployment (prediction or predicted classification) to the nodes for Classification and Discrimination or Regression Modeling and Multivariate Exploration, make sure that the "structure" of the input file for deployment is the same as that used for building the models (see also the Data for deployed project; do not reestimate models option on the Select dependent variables and predictors dialog). Specifically, make sure that the same numbers and types of predictor variables are specified, that a (continuous or categorical) dependent variable is specified (even if all values for that variable are missing), and that the variable names match those in the data file used to build the models (this is particularly important for the deployment of neural networks, which will rely on this information). Computing an Average Prediction. The Node Browser folder Regression Modeling and Multivariate Exploration contains a node called Compute Best Prediction From All Models. This node will automatically take the most recent information for deployment generated by the nodes (see also Analysis Nodes with Automatic Deployment), and compute predicted values from each; the node can also compute an average prediction for all current models and for advanced applications (see also Example 4) and even choose the best prediction from all models currently available (see also the terms boosting, bagging, and meta-learning). Insert this node into the current workspace, and connect it to the data source containing the Prognosis data for the new observations (for prediction); then choose Run to Node (or SHIFT F5) to generate the predictions. You can right-click on the generated data source and choose option View Document to display the spreadsheet with the predictions. The average prediction from all three models (methods) is also automatically computed; note that these results may be slightly different for your analyses, because, for example, the neural network algorithms
6 Página 6 de 6 use (by default) random sub-sampling to create validation samples for "steering" the estimation algorithm (e.g., to avoid over-fitting, and to terminate the estimation procedures). Deploying the Solution to the "Field". As described in Analysis Nodes with Automatic Deployment, the deployment information is kept along with the data miner project in a Global Dictionary, which is a workspacewide repository of parameters. (You can review the current parameters available in the global dictionary via the Edit Global Dictionary Parameters dialog.) This means that you could now save this data miner project under a different name, and then delete all analysis nodes and related information except the Compute Best Prediction from All Models node and the data source with new observations (marked for deployment). A user could now simply enter values (for variable Prognosis) and run this project (with the Compute Best Prediction from All Models node only), and thus quickly compute predicted values for new patients. Because the STATISTICA Data Miner, as all analyses in STATISTICA, can be called from other applications, advanced applications could involve projects like these called automatically with data passed to them from some other (e.g., data entry) application. Making sure that deployment info is up-to-date. To reiterate, in general the deployment information for the different nodes that are named...with Deployment is stored in various forms locally along with each node, as well as globally, "visible" to other nodes in the same project. This is an important point to remember, because for Classification and Discrimination, as well as Regression Modeling and Multivariate Exploration, the node Compute Prediction from All Models will compute predictions based on all deployment information currently available in the global dictionary. Therefore, when building models for deployment using these options, make sure that all deployment information is up to date, i.e., based on models trained on the most current set of data. You can also use the Clear All Deployment Info nodes in the data miner workspace to programmatically clear out-ofdate deployment information every time the project is updated ("re-trained"). See also, Data Mining Definition, Data Mining with STATISTICA Data Miner, Structure and User Interface of STATISTICA Data Miner, STATISTICA Data Miner Summary, and Getting Started with STATISTICA Data Miner.
How to Deploy Models using Statistica SVB Nodes
How to Deploy Models using Statistica SVB Nodes Abstract Dell Statistica is an analytics software package that offers data preparation, statistics, data mining and predictive analytics, machine learning,
Data Mining. SPSS Clementine 12.0. 1. Clementine Overview. Spring 2010 Instructor: Dr. Masoud Yaghini. Clementine
Data Mining SPSS 12.0 1. Overview Spring 2010 Instructor: Dr. Masoud Yaghini Introduction Types of Models Interface Projects References Outline Introduction Introduction Three of the common data mining
Learn how to create web enabled (browser) forms in InfoPath 2013 and publish them in SharePoint 2013. InfoPath 2013 Web Enabled (Browser) forms
Learn how to create web enabled (browser) forms in InfoPath 2013 and publish them in SharePoint 2013. InfoPath 2013 Web Enabled (Browser) forms InfoPath 2013 Web Enabled (Browser) forms Creating Web Enabled
What is a Mail Merge?
NDUS Training and Documentation What is a Mail Merge? A mail merge is generally used to personalize form letters, to produce mailing labels and for mass mailings. A mail merge can be very helpful if you
Managing Contacts in Outlook
Managing Contacts in Outlook This document provides instructions for creating contacts and distribution lists in Microsoft Outlook 2007. In addition, instructions for using contacts in a Microsoft Word
SPSS: Getting Started. For Windows
For Windows Updated: August 2012 Table of Contents Section 1: Overview... 3 1.1 Introduction to SPSS Tutorials... 3 1.2 Introduction to SPSS... 3 1.3 Overview of SPSS for Windows... 3 Section 2: Entering
MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS
MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS Last Edited: 2012-07-09 1 Access to Outlook contacts area... 4 Manage Outlook contacts view... 5 Change the view of Contacts area... 5 Business Cards view... 6
Introduction to Simulink
Introduction to Simulink MEEN 364 Simulink is a software package for modeling, simulating, and analyzing dynamical systems. It supports linear and nonlinear systems, modeled in continuous time, sampled
BID2WIN Workshop. Advanced Report Writing
BID2WIN Workshop Advanced Report Writing Please Note: Please feel free to take this workbook home with you! Electronic copies of all lab documentation are available for download at http://www.bid2win.com/userconf/2011/labs/
Access 2010: The Navigation Pane
Access 2010: The Navigation Pane Table of Contents OVERVIEW... 1 BEFORE YOU BEGIN... 2 ADJUSTING THE NAVIGATION PANE... 3 USING DATABASE OBJECTS... 3 CUSTOMIZE THE NAVIGATION PANE... 3 DISPLAY AND SORT
DEPLOYING A VISUAL BASIC.NET APPLICATION
C6109_AppendixD_CTP.qxd 18/7/06 02:34 PM Page 1 A P P E N D I X D D DEPLOYING A VISUAL BASIC.NET APPLICATION After completing this appendix, you will be able to: Understand how Visual Studio performs deployment
Data Mining: STATISTICA
Data Mining: STATISTICA Outline Prepare the data Classification and regression 1 Prepare the Data Statistica can read from Excel,.txt and many other types of files Compared with WEKA, Statistica is much
Hamline University Administrative Computing Page 1
User Guide Banner Handout: BUSINESS OBJECTS ENTERPRISE (InfoView) Document: boxi31sp3-infoview.docx Created: 5/11/2011 1:24 PM by Chris Berry; Last Modified: 8/31/2011 1:53 PM Purpose:... 2 Introduction:...
Chapter 4 Displaying and Describing Categorical Data
Chapter 4 Displaying and Describing Categorical Data Chapter Goals Learning Objectives This chapter presents three basic techniques for summarizing categorical data. After completing this chapter you should
Fairfield University Using Xythos for File Sharing
Fairfield University Using Xythos for File Sharing Version 7.0 Table of Contents I: Manage your Department Folder...2 Your Department Folder... 2 II: Sharing Folders and Files Inside of Fairfield U...3
How To Send An Encrypted Email In Outlook 2000 (For A Password Protected Email) On A Pc Or Macintosh (For An Ipo) On Pc Or Ipo (For Pc Or For A Password Safemail) On An Iphone Or
Outlook 2000 1. Open Outlook 2000 and select the Tools > Options > Security. 2. Click Change Settings. 3. Under the Certificates and Algorithms, there are two Choose buttons. The first allows you to select
STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER
Notes: STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER 1. These instructions focus on installation on Windows Terminal Server (WTS), but are applicable
Search help. More on Office.com: images templates
Page 1 of 14 Access 2010 Home > Access 2010 Help and How-to > Getting started Search help More on Office.com: images templates Access 2010: database tasks Here are some basic database tasks that you can
Microsoft Office Access 2007 Basics
Access(ing) A Database Project PRESENTED BY THE TECHNOLOGY TRAINERS OF THE MONROE COUNTY LIBRARY SYSTEM EMAIL: [email protected] MONROE COUNTY LIBRARY SYSTEM 734-241-5770 1 840 SOUTH ROESSLER
Instructions for Creating an Outlook E-mail Distribution List from an Excel File
Instructions for Creating an Outlook E-mail Distribution List from an Excel File 1.0 Importing Excel Data to an Outlook Distribution List 1.1 Create an Outlook Personal Folders File (.pst) Notes: 1) If
SharePoint List Filter Favorites Installation Instruction
SharePoint List Filter Favorites Installation Instruction System Requirements Microsoft Windows SharePoint Services v3 or Microsoft Office SharePoint Server 2007. License Management Click link in Organize
Connecting to LUA s webmail
Connecting to LUA s webmail Effective immediately, the Company has enhanced employee remote access to email (Outlook). By utilizing almost any browser you will have access to your Company e-mail as well
STATISTICA VERSION 11 CONCURRENT NETWORK LICENSE WITH BORROWING INSTALLATION INSTRUCTIONS
data analysis data mining quality improvement web-based analytics Notes STATISTICA VERSION 11 CONCURRENT NETWORK LICENSE WITH BORROWING INSTALLATION INSTRUCTIONS 1. The installation of the Concurrent network
Database Studio is the new tool to administrate SAP MaxDB database instances as of version 7.5.
1 2 3 4 Database Studio is the new tool to administrate SAP MaxDB database instances as of version 7.5. It replaces the previous tools Database Manager GUI and SQL Studio from SAP MaxDB version 7.7 onwards
Identity Finder Setup
Identity Finder Information Sheet for MAC This document will walk you through how to install, scan, and secure any SI found on your computer, or storage devices using the Identity Finder Software. This
Microsoft Outlook 2000 Configuration Creation of a SPAM Filter
Microsoft Outlook 2000 Configuration Creation of a SPAM Filter This user guide aims to equip and facilitates users in creation of SPAM filtering mechanism to counter the ever increasing SPAM emails received
Finance Reporting. Millennium FAST. User Guide Version 4.0. Memorial University of Newfoundland. September 2013
Millennium FAST Finance Reporting Memorial University of Newfoundland September 2013 User Guide Version 4.0 FAST Finance User Guide Page i Contents Introducing FAST Finance Reporting 4.0... 2 What is FAST
How to create pop-up menus
How to create pop-up menus Pop-up menus are menus that are displayed in a browser when a site visitor moves the pointer over or clicks a trigger image. Items in a pop-up menu can have URL links attached
A Guide to Getting Started with the AmeriCorps VISTA Applicant Tracking Tool
A Guide to Getting Started with the AmeriCorps VISTA Applicant Tracking Tool The AmeriCorps VISTA Applicant Tracking Tool will help you stay organized, monitor all the necessary steps, and record applicant
PortfolioCenter Export Wizard in Practice: Evaluating IRA Account Holder Ages and Calculating Required Minimum Distribution (RMD) Amounts
PortfolioCenter Export Wizard in Practice: Evaluating IRA Account Holder Ages and Calculating Required Minimum Distribution (RMD) Amounts One way you can apply the PortfolioCenter Export Wizard in your
FRONTPAGE FORMS... ... ...
tro FRONTPAGE FORMS........................................ CREATE A FORM.................................................................................. 1. Open your web and create a new page. 2. Click
PC Agent Quick Start. Open the Agent. Autonomy Connected Backup. Version 8.8. Revision 0
T E C H N I C A L N O T E Autonomy Connected Backup Version 8.8 PC Agent Quick Start Revision 0 Use this document as a quick reference for common Connected Backup PC Agent tasks. If the Agent is not on
Composite.Community.Newsletter - User Guide
Composite.Community.Newsletter - User Guide Composite 2015-11-09 Composite A/S Nygårdsvej 16 DK-2100 Copenhagen Phone +45 3915 7600 www.composite.net Contents 1 INTRODUCTION... 4 1.1 Who Should Read This
Installing Windows Server Update Services (WSUS) on Windows Server 2012 R2 Essentials
Installing Windows Server Update Services (WSUS) on Windows Server 2012 R2 Essentials With Windows Server 2012 R2 Essentials in your business, it is important to centrally manage your workstations to ensure
Instructions for Configuring a SAS Metadata Server for Use with JMP Clinical
Instructions for Configuring a SAS Metadata Server for Use with JMP Clinical These instructions describe the process for configuring a SAS Metadata server to work with JMP Clinical. Before You Configure
How To Understand The Basic Concepts Of A Database And Data Science
Database Concepts Using Microsoft Access lab 9 Objectives: Upon successful completion of Lab 9, you will be able to Understand fundamental concepts including database, table, record, field, field name,
Oracle Data Mining Hands On Lab
Oracle Data Mining Hands On Lab Material provided by Oracle Corporation Vlamis Software Solutions is one of the most respected training organizations in the Oracle Business Intelligence community because
Creating and Using Databases with Microsoft Access
CHAPTER A Creating and Using Databases with Microsoft Access In this chapter, you will Use Access to explore a simple database Design and create a new database Create and use forms Create and use queries
Junk E-mail Settings. Options
Outlook 2003 includes a new Junk E-mail Filter. It is active, by default, and the protection level is set to low. The most obvious junk e-mail messages are caught and moved to the Junk E-Mail folder. Use
Installation Guide for Crossroads Software s Traffic Collision Database
Installation Guide for Crossroads Software s Traffic Collision Database This guide will take you through the process of installing the Traffic Collision Database on a workstation and a network. Crossroads
Outlook Tips & Tricks. Training For Current & New Employees
Outlook Tips & Tricks Training For Current & New Employees The workshop will help build the necessary skills needed to begin using Microsoft Outlook 2010. The participant will learn how to create e-mail
Microsoft Outlook 2013 -And- Outlook Web App (OWA) Using Office 365
1 C H A P T E R Microsoft Outlook 2013 -And- Outlook Web App (OWA) Using Office 365 1 MICROSOFT OUTLOOK 2013 AND OUTLOOK WEB ACCESS (OWA) Table of Contents Chapter 1: Signing Into the Microsoft Email System...
Site Maintenance Using Dreamweaver
Site Maintenance Using Dreamweaver As you know, it is possible to transfer the files that make up your web site from your local computer to the remote server using FTP (file transfer protocol) or some
Project Management with Enterprise Architect
Project Management with Enterprise Architect Enterprise Architect is an intuitive, flexible and powerful UML analysis and design tool for building robust and maintainable software. This booklet explains
SAS Add-In 2.1 for Microsoft Office: Getting Started with Data Analysis
SAS Add-In 2.1 for Microsoft Office: Getting Started with Data Analysis The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2007. SAS Add-In 2.1 for Microsoft Office: Getting
Creating a Participants Mailing and/or Contact List:
Creating a Participants Mailing and/or Contact List: The Limited Query function allows a staff member to retrieve (query) certain information from the Mediated Services system. This information is from
NextGen Setup Guide First-time Workstation Setup & Logging In
This guide will help you get setup on NextGen for the first time you log onto a City or SBC computer. It will also help if you are a first-time user and need to create your password. I. Setting up Desktop
Microsoft Outlook 2007 Working with Signatures
Outline Outlook signatures... 1 Create a signature block for messages... 1 Format text... 2 Automatically use signature on ALL new email messages... 3 Don t care to have your signature on ALL messages?...
FrontPage 2003: Forms
FrontPage 2003: Forms Using the Form Page Wizard Open up your website. Use File>New Page and choose More Page Templates. In Page Templates>General, choose Front Page Wizard. Click OK. It is helpful if
4. Are you satisfied with the outcome? Why or why not? Offer a solution and make a new graph (Figure 2).
Assignment 1 Introduction to Excel and SPSS Graphing and Data Manipulation Part 1 Graphing (worksheet 1) 1. Download the BHM excel data file from the course website. 2. Save it to the desktop as an excel
Microsoft Excel 2013: Using a Data Entry Form
Microsoft Excel 2013: Using a Data Entry Form Using Excel's built in data entry form is a quick and easy way to enter data into an Excel database. Using the form allows you to: start a new database table
Chapter 4: Website Basics
1 Chapter 4: In its most basic form, a website is a group of files stored in folders on a hard drive that is connected directly to the internet. These files include all of the items that you see on your
Introduction to Microsoft Project 2010
Introduction to Microsoft Project 2010 This document provides an introduction in using Microsoft Project 2010. Microsoft Project is a project management application that contains a set of tools to help
Mac Outlook Calendar/Scheduler and Tasks
Introduction Schedule an event and/or meeting. Schedule all-day and recurring events. Assign tasks to another user and use special shortcut keys. Contents Introduction Contents Calendar View Edit an appointment
Microsoft Office Access 2007 which I refer to as Access throughout this book
Chapter 1 Getting Started with Access In This Chapter What is a database? Opening Access Checking out the Access interface Exploring Office Online Finding help on Access topics Microsoft Office Access
Virtual Office Remote Installation Guide
Virtual Office Remote Installation Guide Table of Contents VIRTUAL OFFICE REMOTE INSTALLATION GUIDE... 3 UNIVERSAL PRINTER CONFIGURATION INSTRUCTIONS... 12 CHANGING DEFAULT PRINTERS ON LOCAL SYSTEM...
Introduction to Final Cut Pro 7 - Editing Basics
Workshop Objectives Become familiar with the Final Cut Pro workspace, basic editing, capturing footage, using tools, exporting to tape, or QuickTime. Learn effective workflow and file management strategies.
MICROSOFT EXCEL 2010 ANALYZE DATA
MICROSOFT EXCEL 2010 ANALYZE DATA Microsoft Excel 2010 Essential Analyze data Last Edited: 2012-07-09 1 Basic analyze data... 4 Use diagram to audit formulas... 4 Use Error Checking feature... 4 Use Evaluate
Staying Organized with the Outlook Journal
CHAPTER Staying Organized with the Outlook Journal In this chapter Using Outlook s Journal 362 Working with the Journal Folder 364 Setting Up Automatic Email Journaling 367 Using Journal s Other Tracking
As your financial institution completes its system conversion, you
QuickBooks Business Accounting Software 2007 2009 for Windows Account Conversion Instructions Converting from Direct Connect to Web Connect As your financial institution completes its system conversion,
SMS for Outlook. Installation, Configuration and Usage Guide
SMS for Outlook Installation, Configuration and Usage Guide INTRODUCTION Installing TxTStream s SMS for Outlook is easy and will only take a minute or two. We will be using screen shots from a Windows
DCA. Document Control & Archiving USER S GUIDE
DCA Document Control & Archiving USER S GUIDE Decision Management International, Inc. 1111 Third Street West Suite 250 Bradenton, FL 34205 Phone 800-530-0803 FAX 941-744-0314 www.dmius.com Copyright 2002,
Outlook 2010 Essentials
Outlook 2010 Essentials Training Manual SD35 Langley Page 1 TABLE OF CONTENTS Module One: Opening and Logging in to Outlook...1 Opening Outlook... 1 Understanding the Interface... 2 Using Backstage View...
MICROSOFT OUTLOOK 2010 READ, ORGANIZE, SEND AND RESPONSE E-MAILS
MICROSOFT OUTLOOK 2010 READ, ORGANIZE, SEND AND RESPONSE E-MAILS Last Edited: 2012-07-09 1 Read Emails... 4 Find the inbox... 4 Change new incoming e-mail notification options... 5 Read email... 6 Change
Moving Rockwell Software Activation Keys to the VersaView 200R Industrial Computer
Page 1 of 1 01/16/03 K. Smidler Moving Rockwell Software Activation Keys to the VersaView 200R Industrial Computer Rockwell Software programs often have runtime components that require activations to utilize
Creating Reports with Microsoft Dynamics AX SQL Reporting Services
Creating Reports with Microsoft Dynamics AX SQL Reporting Services. Table of Contents Lab 1: Building a Report... 1 Lab Objective... 1 Pre-Lab Setup... 1 Exercise 1: Familiarize Yourself with the Setup...
Initial Setup of Microsoft Outlook with Google Apps Sync for Windows 7. Initial Setup of Microsoft Outlook with Google Apps Sync for Windows 7
Microsoft Outlook with Initial Setup of Concept This document describes the procedures for setting up the Microsoft Outlook email client to download messages from Google Mail using Internet Message Access
Technical White Paper
Technical White Paper Web Server Configuration Internet Information Service (IIS) The following web server configuration instructions apply to UnitySync, Profiler, and Infocanon. While we use UnitySync
Lesson 07: MS ACCESS - Handout. Introduction to database (30 mins)
Lesson 07: MS ACCESS - Handout Handout Introduction to database (30 mins) Microsoft Access is a database application. A database is a collection of related information put together in database objects.
Call Recorder Quick CD Access System
Call Recorder Quick CD Access System V4.0 VC2010 Contents 1 Call Recorder Quick CD Access System... 3 1.1 Install the software...4 1.2 Start...4 1.3 View recordings on CD...5 1.4 Create an archive on Hard
Making a Web Page with Microsoft Publisher 2003
Making a Web Page with Microsoft Publisher 2003 The first thing to consider when making a Web page or a Web site is the architecture of the site. How many pages will you have and how will they link to
Don't have Outlook? Download and configure the Microsoft Office Suite (which includes Outlook)!
UVa Exchange Service Outlook 2013 Quickstart Guide Don't have Outlook? Download and configure the Microsoft Office Suite (which includes Outlook)! In this Quickstart Guide, you will learn to: Send and
Mail Merge: Create Mailing Labels Using Excel Data and Filtering the Contents in the Data
Mail Merge: Create Mailing Labels Using Excel Data and Filtering the Contents in the Data Prior to starting this, please save the.csv file that you exported as an excel file (example: xxxx.csv will now
Release 2.1 of SAS Add-In for Microsoft Office Bringing Microsoft PowerPoint into the Mix ABSTRACT INTRODUCTION Data Access
Release 2.1 of SAS Add-In for Microsoft Office Bringing Microsoft PowerPoint into the Mix Jennifer Clegg, SAS Institute Inc., Cary, NC Eric Hill, SAS Institute Inc., Cary, NC ABSTRACT Release 2.1 of SAS
16.4.3 Lab: Data Backup and Recovery in Windows XP
16.4.3 Lab: Data Backup and Recovery in Windows XP Introduction Print and complete this lab. In this lab, you will back up data. You will also perform a recovery of the data. Recommended Equipment The
A computer running Windows Vista or Mac OS X
lab File Management Objectives: Upon successful completion of Lab 2, you will be able to Define the terms file and folder Understand file and memory storage capacity concepts including byte, kilobyte,
Module One: Getting Started... 6. Opening Outlook... 6. Setting Up Outlook for the First Time... 7. Understanding the Interface...
2 CONTENTS Module One: Getting Started... 6 Opening Outlook... 6 Setting Up Outlook for the First Time... 7 Understanding the Interface...12 Using Backstage View...14 Viewing Your Inbox...15 Closing Outlook...17
Sync Appointments from the Schedule Certifications Screen
Syncing 2+ Calendar Appointments with Microsoft Outlook WinTen 2+ provides users the ability to sync WinTen 2+ calendar appointments with a Microsoft Outlook calendar. This syncing ability applies to the
INTERMEDIATE Excel 2013
INTERMEDIATE Excel 2013 Information Technology September 1, 2014 1 P a g e Managing Workbooks Excel uses the term workbook for a file. The term worksheet refers to an individual spreadsheet within a workbook.
Outlook Web App. in Office 365. The Outlook Window. Signing In. (Outlook Exchange Faculty & Staff) Getting Started
Outlook Web App in Office 365 (Outlook Exchange Faculty & Staff) Getting Started The Outlook Window Navigation Bar Settings Navigation Pane View Pane Reading Pane Navigation Bar switch between Outlook,
Creating Database Tables in Microsoft SQL Server
Creating Database Tables in Microsoft SQL Server Microsoft SQL Server is a relational database server that stores and retrieves data for multi-user network-based applications. SQL Server databases are
NDA-30141 ISSUE 1 STOCK # 200893. CallCenterWorX-Enterprise IMX MAT Quick Reference Guide MAY, 2000. NEC America, Inc.
NDA-30141 ISSUE 1 STOCK # 200893 CallCenterWorX-Enterprise IMX MAT Quick Reference Guide MAY, 2000 NEC America, Inc. LIABILITY DISCLAIMER NEC America, Inc. reserves the right to change the specifications,
Access Tutorial 1 Creating a Database. Microsoft Office 2013 Enhanced
Access Tutorial 1 Creating a Database Microsoft Office 2013 Enhanced Objectives Session 1.1 Learn basic database concepts and terms Start and exit Access Explore the Microsoft Access window and Backstage
Intellicus Enterprise Reporting and BI Platform
Intellicus Cluster and Load Balancing (Windows) Intellicus Enterprise Reporting and BI Platform Intellicus Technologies [email protected] www.intellicus.com Copyright 2014 Intellicus Technologies This
Adding Outlook to a Blackberry, Downloading, Installing and Configuring Blackberry Desktop Manager
Adding Outlook to a Blackberry, Downloading, Installing and Configuring Blackberry Desktop Manager The following instructions work for the District provided Blackberrys from Sprint, but I think it should
This Skill Builder demonstrates how to define and place sketched symbols in drawings.
Sketched Symbols This Skill Builder demonstrates how to define and place sketched symbols in drawings. A sketched symbol is a user-defined symbol. You create sketched symbols in the sketch environment
STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS
Notes: STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS 1. The installation of the STATISTICA Enterprise Server entails two parts: a) a server installation, and b) workstation
Implementing Mission Control in Microsoft Outlook 2010
Implementing Mission Control in Microsoft Outlook 2010 How to Setup the Calendar of Occasions, Not Doing Now List, Never Doing Now List, Agendas and the Vivid Display In Outlook 2010 Handout Version 3
MICROSOFT ACCESS 2007 BOOK 2
MICROSOFT ACCESS 2007 BOOK 2 4.1 INTRODUCTION TO ACCESS FIRST ENCOUNTER WITH ACCESS 2007 P 205 Access is activated by means of Start, Programs, Microsoft Access or clicking on the icon. The window opened
2010 Ing. Punzenberger COPA-DATA GmbH. All rights reserved.
2010 Ing. Punzenberger COPA-DATA GmbH All rights reserved. Distribution and/or reproduction of this document or parts thereof in any form are permitted solely with the written permission of the company
The basic steps involved in installing FLEETMATE Enterprise Edition and preparing it for initial use are as follows:
Overview Thank you for choosing to install FLEETMATE, low-cost fleet maintenance management software that can help you become proactive with fleet maintenance, extend the useful life of your fleet assets,
HOW TO USE THIS GUIDE
HOW TO USE THIS GUIDE This guide provides step-by-step instructions for each exercise. Anything that you are supposed to type or select is noted with various types and colors. WHEN YOU SEE THIS Click Help
Getting started with 2c8 plugin for Microsoft Sharepoint Server 2010
Getting started with 2c8 plugin for Microsoft Sharepoint Server 2010... 1 Introduction... 1 Adding the Content Management Interoperability Services (CMIS) connector... 1 Installing the SharePoint 2010
Excel 2010: Create your first spreadsheet
Excel 2010: Create your first spreadsheet Goals: After completing this course you will be able to: Create a new spreadsheet. Add, subtract, multiply, and divide in a spreadsheet. Enter and format column
Email Mail Merge Using Thunderbird. Bob Booth February 2009 AP-Tbird2
Email Mail Merge Using Thunderbird. Bob Booth February 2009 AP-Tbird2 University of Sheffield Contents 1. Introduction... 3 2. Installing the Mail Tweak Plug-In... 4 2.1 DOWNLOADING MAIL TWEAK... 4 2.2
HOW TO ORGANIZE PICTURES
Get started When you upload your pictures to Shutterfly, you can do much more than view them. Our workspace offers tools that let you quickly and easily organize your photos as well. We re going to show
STATISTICA. Financial Institutions. Case Study: Credit Scoring. and
Financial Institutions and STATISTICA Case Study: Credit Scoring STATISTICA Solutions for Business Intelligence, Data Mining, Quality Control, and Web-based Analytics Table of Contents INTRODUCTION: WHAT
