Children Assigned RFs 113 & 114 More than One Year Ago

Size: px
Start display at page:

Download "Children Assigned RFs 113 & 114 More than One Year Ago"

Transcription

1 Report Overview This report has two tabs. The first tab provides a sortable list of children assigned Risk Factor 113 and/or 114 more than 360 days ago. The second tab displays two tables for each State WIC ID identified in Tab 1. The first table lists static and current information, as well as information about when the risk factor was first assigned. The second table lists all measurements since the risk factor was assigned, including the BMI if two or older at the time of measurement. Tab 1 RF 113 or 114 Assigned: List of children assigned Risk Factors 113 and/or 114; grouped by Clinic ID. Tab 2 All Measurements: Displays two tables for each participant listed in Tab 1. Tab 1 RF 113 or 114 Assigned Children Assigned RFs 113 & 114 More than One Year Ago Infoview Report Template Guidance - RISK FACTORS Notes *BMI measurements display if the child was 24 months or older when the measurement was performed. This report does not take into consideration whether the measurement was recumbent or standing. *Participants display more than once if assigned both Risk Factor 113 and 114 more than 360 days ago. If the other risk factor was assigned within the past 360 days, only one record will display. Tab 2 All Measurements 1 P age MN Department of Health WIC Program

2 Prompt(s) TABLE FIELD OPERATOR VALUE PROMPT/DEFINITION MEMBER Agencyid Equal to ### Enter 3-digit Agency ID. Agency participants currently belong to. MEMBER Servicesiteid In List ### or ###;### (use semi-colon to separate; no spaces) Enter 3-digit Clinic ID(s). Clinic(s) participants currently belong to. Static Criteria First Assigned Query RISKFACTOR.Riskfactorid In List 113;114 Explanation: Participant assigned Risk Factor 113 and/or 114 SQL: (DATEDIFF(DAY,dbo.RISKFACTOR.CREATEDTTM,CURREN_TIMESTAMP) > 360 Explanation: Only include participants for whom the first time Risk Factor 113 or 114 was assigned was more than 360 days ago All Records Query ANTHROPCONTACT.Statewicid In List Statewicid from First Assigned Query Explanation: Include only those participants that have a State WIC ID in the First Assigned Query report output Tab 1 RF 113 or 114 Assigned Columns State WIC ID ( MEMBER.Statewicid) First Assigned Query DOB (MEMBER.Dateofbirth) Current Age See FORMULAS Date RF First Assigned (RISKFACTOR.Createdttm) First Assigned Query RF (RISKFACTOR.Riskfactorid) First Assigned Query Gender (MEMBER.Gender) Race/Ethnicity Code (MEMBER.Raceethnicity) Sorted by State WIC ID (Ascending) 2 P age

3 Grouped by Clinic ID (Ascending) Counts State WIC ID (distinct) Tab 2 All Measurements Columns Table 1 Household ID ( MEMBER.Statewicid) WIC Category (MEMBER.Wicstatus) DOB (MEMBER.Dateofbirth) Current Age See VARIABLES and FORMULAS Gender (MEMBER.Gender) RF (RISKFACTOR.Riskfactorid) Date RF Assigned (RISKFACTOR.Createdttm) First Assigned Query Age RF First Assigned See VARIABLES and FORMULAS Current Cert Period See FORMULAS Last Set s LDTU (MEMBER.Lastcheckldtu) Race/Ethnicity See FORMULAS Columns Table 2 Measurement Date See VARIABLES Length/Height See FORMULAS Weight See FORMULAS BMI See FORMULAS Measurement Age See VARIABLES and FORMULAS Sorted by Measurement Date (Ascending) Grouped by Clinic ID (Ascending) State WIC ID (Ascending) 3 P age

4 Technical Notes Children Assigned RFs 113 & 114 Notes First Assigned Query identified the first date that 113 and/or 114 was assigned, using MIN in the SQL SELECT statement. Only wanted to display the anthropometric measurements as of the date the first time Risk Factor 113 or 114 was assigned in the All Measurements Tab. In order to do this a variable was created called [MeasurementDates]. This variable formatted the ANTHROPCONTACT.Measurementdate and the [First Assigned].[Createdttm] by removing the time component so that only the dates remained. These dates were then compared so that if the Measurementdate was greater than or equal to the Createdttm then the Measurementdate would display. The variable, [MeasurementDates], was then used as the Measurement Date column value. Although the Measurement Dates that did not meet the criterion were suppressed, the rest of the data still displayed. In order to suppress the data in the rest of the columns, a Where() statement was added which repeated the formula in the [MeasurementDates] variable (beginning with ToDate(Format and ending with [Createdttm]; MM/dd/yy )) ). This Where() statement was added to each column except for Measurement Date. Note that we were unable to suppress the last blank row. In order to group by State WIC ID, and display information from both queries in the All Measurements tab, the State WIC ID dimensions had to be manually merged. Variables AgeFirstAssigned =MonthsBetween([Dateofbirth];[First Assigned].[Createdttm]) + " mo." MeasurementAge =MonthsBetween([Dateofbirth];[Measurementdate]) Where(ToDate(FormatDate([Measurementdate];"MM/dd/yy"); "MM/dd/yy") >= ToDate(FormatDate([First Assigned].[Createdttm];"MM/dd/yy");"MM/dd/yy")) MeasurementDates =If ToDate(FormatDate([Measurementdate];"MM/dd/yy"); "MM/dd/yy") >= ToDate(FormatDate([First Assigned].[Createdttm];"MM/dd/yy");"MM/dd/yy") Then [Measurementdate] Formulas Agency (header) =[Name] + " (" + [Agencyid] + ")" Report Date (header) ="Report Date: " + CurrentDate() Clinic (group header) ="Clinic " + [Servicesiteid] Current Age (column) =If [CurrentAge] = "25 mo." Then "2 y 1 m" Else If [CurrentAge] = "26 mo." Then "2 y 2 m" Else If [CurrentAge] = "27 mo." Then "2 y 3 m" Else If [CurrentAge] = "28 mo." Then "2 y 4 m" Else If [CurrentAge] = "29 mo." Then "2 y 5 m" Else If [CurrentAge] = "30 mo." Then "2 y 6 m" Else If [CurrentAge] = "31 mo." Then "2 y 7 m" Else If [CurrentAge] = "32 mo." Then "2 y 8 m" Else If [CurrentAge] = "33 mo." Then "2 y 9 m" Else If [CurrentAge] = "34 mo." 4 P age

5 Then "2 y 10 m" Else If [CurrentAge] = "35 mo." Then "2 y 11 m" Else If [CurrentAge] = "36 mo." Then "3 y.o. " Else If [CurrentAge] = "37 mo." Then "3 y 1 m" Else If [CurrentAge] = "38 mo." Then "3 y 2 m" Else If [CurrentAge] = "39 mo." Then "3 y 3 m" Else If [CurrentAge] = "40 mo." Then "3 y 4 m" Else If [CurrentAge] = "41 mo." Then "3 y 5 m" Else If [CurrentAge] = "42 mo." Then "3 y 6 m" Else If [CurrentAge] = "43 mo." Then "3 y 7 m" Else If [CurrentAge] = "44 mo." Then "3 y 8 m" Else If [CurrentAge] = "45 mo." Then "3 y 9 m" Else If [CurrentAge] = "46 mo." Then "3 y 10 m" Else If [CurrentAge] = "47 mo." Then "3 y 11 m" Else If [CurrentAge] = "48 mo." Then "4 y.o." Else If [CurrentAge] = "49 mo." Then " 4 y 1 m" Else If [CurrentAge] = "50 mo." Then "4 y 2 m" Else If [CurrentAge] = "51 mo." Then "4 y 3 m" Else If [CurrentAge] = "52 mo." Then "4 y 4 m" Else If [CurrentAge] = "53 mo." Then "4 y 5 m" Else If [CurrentAge] = "54 mo." Then "4 y 6 m" Else If [CurrentAge] = "55 mo." Then "4 y 7 m" Else If [CurrentAge] = "56 mo." Then "4 y 8 m" Else If [CurrentAge] = "57 mo." Then "4 y 9 m" Else If [CurrentAge] = "58 mo." Then "4 y 10 m" Else If [CurrentAge] = "59 mo." Then "4 y 11 m" Else If [CurrentAge] = "60 mo." Then "5 y.o." Else [CurrentAge] Age RF First Assigned (column) =If [AgeFirstAssigned] = "25 mo." Then "2 y 1 m" Else If [AgeFirstAssigned] = "26 mo." Then "2 y 2 m" Else If [AgeFirstAssigned] = "27 mo." Then "2 y 3 m" Else If [AgeFirstAssigned] = "28 mo." Then "2 y 4 m" Else If [AgeFirstAssigned] = "29 mo." Then "2 y 5 m" Else If [AgeFirstAssigned] = "30 mo." Then "2 y 6 m" Else If [AgeFirstAssigned] = "31 mo." Then "2 y 7 m" Else If [AgeFirstAssigned] = "32 mo." Then "2 y 8 m" Else If [AgeFirstAssigned] = "33 mo." Then "2 y 9 m" Else If [AgeFirstAssigned] = "34 mo." Then "2 y 10 m" Else If [AgeFirstAssigned] = "35 mo." Then "2 y 11 m" Else If [AgeFirstAssigned] = "36 mo." Then "3 y.o. " Else If [AgeFirstAssigned] = "37 mo." Then "3 y 1 m" Else If [AgeFirstAssigned] = "38 mo." Then "3 y 2 m" Else If [AgeFirstAssigned] = "39 mo." Then "3 y 3 m" Else If [AgeFirstAssigned] = "40 mo." Then "3 y 4 m" Else If [AgeFirstAssigned] = "41 mo." Then "3 y 5 m" Else If [AgeFirstAssigned] = "42 mo." Then "3 y 6 m" Else If [AgeFirstAssigned] = "43 mo." Then "3 y 7 m" Else If [AgeFirstAssigned] = "44 mo." Then "3 y 8 m" Else If [AgeFirstAssigned] = "45 mo." Then "3 y 9 m" Else If [AgeFirstAssigned] = "46 mo." Then "3 y 10 m" Else If [AgeFirstAssigned] = "47 mo." Then "3 y 11 m" Else If [AgeFirstAssigned] = "48 mo." Then "4 y.o." Else If [AgeFirstAssigned] = "49 mo." Then " 4 y 1 m" Else If [AgeFirstAssigned] = "50 mo." Then "4 y 2 m" Else If [AgeFirstAssigned] = "51 mo." Then "4 y 3 m" Else If [AgeFirstAssigned] = "52 mo." Then "4 y 4 m" Else If [AgeFirstAssigned] = "53 mo." Then "4 y 5 m" Else If [AgeFirstAssigned] = "54 mo." Then "4 y 6 m" Else If [AgeFirstAssigned] = "55 mo." Then "4 y 7 m" Else If [AgeFirstAssigned] = "56 mo." Then "4 y 8 m" Else If [AgeFirstAssigned] = "57 mo." Then "4 y 9 m" Else If [AgeFirstAssigned] = "58 mo." Then "4 y 10 m" Else If [AgeFirstAssigned] = "59 mo." Then "4 y 11 m" Else If [AgeFirstAssigned] = "60 mo." Then "5 y.o." Else [AgeFirstAssigned] Current Cert Period (column) =[Certstartdate] + " - " + [Certificationduedate] Race/Ethnicity (column) =If [Raceethnicity] = "201" Then "Non-Hispanic or Latino/American Indian or Native Alaskan" ElseIf [Raceethnicity] = "202" Then "Non-Hispanic or Latino/Asian" ElseIf [Raceethnicity] = "203" Then "Non-Hispanic or Latino/Black or African American" ElseIf [Raceethnicity] = "204" Then "Non-Hispanic or Latino/Native Hawaiian or Other Pacific Islander" ElseIf [Raceethnicity] = "205" Then "Non-Hispanic or Latino/White" ElseIf ([Raceethnicity] >= "206" And [Raceethnicity] <= "231") Then "Non-Hispanic or Latino/More than One Race Reported" ElseIf [Raceethnicity] = "101" Then "Hispanic or Latino/American Indian or Native Alaskan" ElseIf [Raceethnicity] = "102" Then "Hispanic or Latino/Asian" ElseIf [Raceethnicity] = "103" Then "Hispanic or Latino/Black or African American" 5 P age

6 ElseIf [Raceethnicity] = "104" Then "Hispanic or Latino/Native Hawaiian or Other Pacific Islander" ElseIf [Raceethnicity] = "105" Then "Hispanic or Latino/White" ElseIf ([Raceethnicity] >= "106" And [Raceethnicity] <= "131") Then "Hispanic or Latino/More than One Race Reported" ElseIf (([Raceethnicity] = "10" Or [Raceethnicity] = "20" Or [Raceethnicity] = "30" Or [Raceethnicity] = "40" Or [Raceethnicity] = "50") Or (IsNull([Raceethnicity]))) Then "Unknown Race Ethnicity" Else "Other" () Length/Height (column) =([Lengthinches] +" " + [Lengtheighths] + "/8 in.") Where(ToDate(FormatDate([Measurementdate];"MM/dd/yy"); "MM/dd/yy") >= ToDate(FormatDate([First Assigned].[Createdttm];"MM/dd/yy");"MM/dd/yy")) Weight (column) =([Weightpounds] + " lbs. " + [Weightounces] + " oz.") Where(ToDate(FormatDate([Measurementdate];"MM/dd/yy"); "MM/dd/yy") >= ToDate(FormatDate([First Assigned].[Createdttm];"MM/dd/yy");"MM/dd/yy")) BMI (column) =If [MeasurementAge] >= 24 Then Round((([Weightpounds] + ([Weightounces]/16)) /(([Lengthinches] + ([Lengtheighths]/8))*([Lengthinches] + ([Lengtheighths]/8))))*703;1) Else "NA" Where(ToDate(FormatDate([Measurementdate];"MM/dd/yy"); "MM/dd/yy") >= ToDate(FormatDate([First Assigned].[Createdttm];"MM/dd/yy");"MM/dd/yy")) Measurement Age (column) =If [MeasurementAge] <= 24 Then [MeasurementAge] + " m" ElseIf [MeasurementAge] = 25 Then "2 y 1 m" Else If [MeasurementAge] = 26 Then "2 y 2 m" Else If [MeasurementAge] = 27 Then "2 y 3 m" Else If [MeasurementAge] = 28 Then "2 y 4 m" Else If [MeasurementAge] = 29 Then "2 y 5 m" Else If [MeasurementAge] = 30 Then "2 y 6 m" Else If [MeasurementAge] = 31 Then "2 y 7 m" Else If [MeasurementAge] = 32 Then "2 y 8 m" Else If [MeasurementAge] = 33 Then "2 y 9 m" Else If [MeasurementAge] = 34 Then "2 y 10 m" Else If [MeasurementAge] = 35 Then "2 y 11 m" Else If [MeasurementAge] = 36 Then "3 y.o. " Else If [MeasurementAge] = 37 Then "3 y 1 m" Else If [MeasurementAge] = 38 Then "3 y 2 m" Else If [MeasurementAge] = 39 Then "3 y 3 m" Else If [MeasurementAge] = 40 Then "3 y 4 m" Else If [MeasurementAge] = 41 Then "3 y 5 m" Else If [MeasurementAge] = 42Then "3 y 6 m" Else If [MeasurementAge] =43 Then "3 y 7 m" Else If [MeasurementAge] = 44 Then "3 y 8 m" Else If [MeasurementAge] = 45 Then "3 y 9 m" Else If [MeasurementAge] = 46 Then "3 y 10 m" Else If [MeasurementAge] =47 Then "3 y 11 m" Else If [MeasurementAge] = 48 Then "4 y.o." Else If [MeasurementAge] = 49 Then "4 y 1 m" Else If [MeasurementAge] = 50 Then "4 y 2 m" Else If [MeasurementAge] = 51 Then "4 y 3 m" Else If [MeasurementAge] = 52 Then "4 y 4 m" Else If [MeasurementAge] = 53 Then "4 y 5 m" Else If [MeasurementAge] = 54 Then "4 y 6 m" Else If [MeasurementAge] = 55 Then "4 y 7 m" Else If [MeasurementAge] = 56 Then "4 y 8 m" Else If [MeasurementAge] = 57 Then "4 y 9 m" Else If [MeasurementAge] = 58 Then "4 y 10 m" Else If [MeasurementAge] = 59 Then "4 y 11 m" Else If [MeasurementAge] = 60 Then "5 y." Else [MeasurementAge] 6 P age

7 SQL (changes are highlighted) First Assigned Query SELECT dbo.member.statewicid, MIN(dbo.RISKFACTOR.CREATEDTTM), dbo.riskfactor.riskfactorid FROM dbo.member INNER JOIN dbo.certcontact ON (dbo.certcontact.statewicid=dbo.member.statewicid) INNER JOIN dbo.riskfactor ON (dbo.riskfactor.certificationid=dbo.certcontact.certificationid) WHERE ( dbo.riskfactor.riskfactorid IN ( '113','114' ) AND dbo.member.agencyid 3-digit Agency ID:','A','Dbo Member\Agencyid',Mono,Free,Persistent,,User:0) AND dbo.member.servicesiteid 3-digit Clinic ID(s):','A','Dbo Member\Servicesiteid',Multi,Free,Persistent,,User:1) AND (DATEDIFF(DAY,dbo.RISKFACTOR.CREATEDTTM,CURRENT_TIMESTAMP) > 360) ) GROUP BY dbo.member.statewicid, dbo.riskfactor.riskfactorid All Records Query SELECT dbo.anthropcontact.statewicid, dbo.anthropcontact.measurementdate, dbo.anthropcontact.lengtheighths, dbo.anthropcontact.lengthinches, dbo.anthropcontact.weightpounds, dbo.anthropcontact.weightounces, dbo.riskfactor.riskfactorid, dbo.riskfactor.createdttm, dbo.agency.name, dbo.member.agencyid, dbo.member.servicesiteid, dbo.member.householdid, dbo.member.dateofbirth, dbo.member.gender, dbo.member.raceethnicity, dbo.member.wicstatus, 7 P age

8 dbo.member.certstartdate, dbo.member.certificationduedate, dbo.member.lastcheckldtu FROM dbo.riskfactor INNER JOIN dbo.certcontact ON (dbo.riskfactor.certificationid=dbo.certcontact.certificationid) INNER JOIN dbo.member ON (dbo.certcontact.statewicid=dbo.member.statewicid) INNER JOIN dbo.anthropcontact ON (dbo.member.statewicid=dbo.anthropcontact.statewicid) INNER JOIN dbo.agency ON (dbo.agency.agencyid=dbo.member.agencyid) WHERE ( dbo.anthropcontact.statewicid DP0.DO22d) AND dbo.member.agencyid 3-digit Agency ID:','A','Dbo Member\Agencyid',Mono,Free,Persistent,,User:0) AND dbo.member.servicesiteid 3-digit Clinic ID(s):','A','Dbo Member\Servicesiteid',Multi,Free,Persistent,,User:1) ) 8 P age

State Use Question #6 Low Hemoglobin

State Use Question #6 Low Hemoglobin Report Overview This report has three tabs and is based on a selection in the State Use Question #6. The first tab provides a list and count of participants with a hemoglobin measurement less than a specified

More information

Point-in-Time Count KS-507 Kansas Balance of State CoC

Point-in-Time Count KS-507 Kansas Balance of State CoC Point-in-Time Count KS-507 Kansas Balance of State CoC Population: Sheltered and Unsheltered Count Persons in Households with at least one Adult and one Child Households (Adults & Children) (under age

More information

Environmental Justice Analysis FOR THE MINNESOTA STATEWIDE FREIGHT SYSTEM PLAN

Environmental Justice Analysis FOR THE MINNESOTA STATEWIDE FREIGHT SYSTEM PLAN Environmental Justice Analysis FOR THE MINNESOTA STATEWIDE FREIGHT SYSTEM PLAN Presentation Overview Minnesota Freight Plan Summary Environmental Justice (EJ) Background Freight Plan EJ Analysis Methodology

More information

Institution: CUNY Hostos Community College (190585) User ID: 36C0029 Completions Overview distance education All Completers unduplicated count

Institution: CUNY Hostos Community College (190585) User ID: 36C0029 Completions Overview distance education All Completers unduplicated count Completions 204-5 Institution: CUNY Hostos Community College (90585) User ID: 36C0029 Completions Overview Welcome to the IPEDS Completions survey component. The Completions component is one of several

More information

Completions Overview. Recent Changes

Completions Overview. Recent Changes Completions 0-3 Institution: University of North Florida (36) Completions Overview User ID: P364 Welcome to the IPEDS Completions survey component. The Completions component is one of several IPEDS components

More information

Institution: CUNY John Jay College of Criminal Justice (190600) User ID: 36C0029 Completions Overview distance education

Institution: CUNY John Jay College of Criminal Justice (190600) User ID: 36C0029 Completions Overview distance education Completions 206-7 Institution: CUNY John Jay College of Criminal Justice (90600) User ID: 36C0029 Completions Overview Welcome to the IPEDS Completions survey component. The Completions component is one

More information

In-State Resident

In-State Resident CAMPUS UW-Casper Distance 1 * UW-Casper Distance 1 HEADCOUNT for GENDER LEVEL FULL/PART-TIME FULL-TIME EQUIVALENT (FTE) ( students plus one-third of part-time students) 5,475 44 603 6,122 0 7 6,129 4,921

More information

Institution: CUNY Bronx Community College (190530) User ID: 36C0029 Completions Overview distance education All Completers unduplicated count

Institution: CUNY Bronx Community College (190530) User ID: 36C0029 Completions Overview distance education All Completers unduplicated count Completions 204-5 Institution: CUNY Bronx Community College (90530) User ID: 36C0029 Completions Overview Welcome to the IPEDS Completions survey component. The Completions component is one of several

More information

Completions Survey materials can be downloaded using the following link: Survey Materials.

Completions Survey materials can be downloaded using the following link: Survey Materials. Completions 203-4 Institution: CUNY New York City College of Technology (90655) User ID: 36C0022 Completions Overview Welcome to the IPEDS Completions survey component. The Completions component is one

More information

Institution: CUNY Hostos Community College (190585) User ID: 36C0029 Completions Overview distance education All Completers unduplicated count

Institution: CUNY Hostos Community College (190585) User ID: 36C0029 Completions Overview distance education All Completers unduplicated count Completions 205-6 Institution: CUNY Hostos Community College (90585) User ID: 36C0029 Completions Overview Welcome to the IPEDS Completions survey component. The Completions component is one of several

More information

Completions Survey materials can be downloaded using the following link: Survey Materials.

Completions Survey materials can be downloaded using the following link: Survey Materials. Completions 0- Institution: Lord Fairfax Community College (575) User ID: P575 Completions Overview Welcome to the IPEDS Completions survey component. The Completions component is one of several IPEDS

More information

emerge Network: CERC Survey Survey Sampling Data Preparation

emerge Network: CERC Survey Survey Sampling Data Preparation emerge Network: CERC Survey Survey Sampling Data Preparation Overview The entire patient population does not use inpatient and outpatient clinic services at the same rate, nor are racial and ethnic subpopulations

More information

emerge Network: CERC Survey Survey Sampling Data Preparation

emerge Network: CERC Survey Survey Sampling Data Preparation emerge Network: CERC Survey Survey Sampling Data Preparation Overview The entire patient population does not use inpatient and outpatient clinic services at the same rate, nor are racial and ethnic subpopulations

More information

Completions Overview. Recent Changes

Completions Overview. Recent Changes Completions 2015-16 Completions Overview Welcome to the IPEDS Completions survey component. The Completions component is one of several IPEDS components that is conducted during the Fall data collection

More information

COMMISSION ON ACCREDITATION 2014 ANNUAL REPORT ONLINE

COMMISSION ON ACCREDITATION 2014 ANNUAL REPORT ONLINE COMMISSION ON ACCREDITATION 2014 ANNUAL REPORT ONLINE SUMMARY DATA: POSTDOCTORAL PROGRAMS ^Clicking a table title will automatically direct you to that table in this document *Programs that combine two

More information

Institution: CUNY Queensborough Community College (190673) User ID: 36C0029 Completions Overview distance education

Institution: CUNY Queensborough Community College (190673) User ID: 36C0029 Completions Overview distance education Completions 207-8 Institution: CUNY Queensborough Community College (90673) User ID: 36C0029 Completions Overview Welcome to the IPEDS Completions survey component. The Completions component is one of

More information

COMMISSION ON ACCREDITATION 2011 ANNUAL REPORT ONLINE

COMMISSION ON ACCREDITATION 2011 ANNUAL REPORT ONLINE COMMISSION ON ACCREDITATION 2011 ANNUAL REPORT ONLINE SUMMARY DATA: POSTDOCTORAL PROGRAMS ^Clicking a table title will automatically direct you to that table in this document *Programs that combine two

More information

Upload Multiple Student File Layout TerraNova CSP Emphasis Highlighted

Upload Multiple Student File Layout TerraNova CSP Emphasis Highlighted Checklist before submitting File must contain a header row that includes all the columns in the file layout. Must remove the max length row File must contain the data in the order listed in the file layout.

More information

Completions Institution: CUNY Borough of Manhattan Community College User ID: 36C0029

Completions Institution: CUNY Borough of Manhattan Community College User ID: 36C0029 Completions 207-8 Institution: CUNY Borough of Manhattan Community College User ID: 36C0029 (9052) Completions Overview Welcome to the IPEDS Completions survey component. The Completions component is one

More information

COMMISSION ON ACCREDITATION 2012 ANNUAL REPORT ONLINE

COMMISSION ON ACCREDITATION 2012 ANNUAL REPORT ONLINE COMMISSION ON ACCREDITATION 2012 ANNUAL REPORT ONLINE SUMMARY DATA: POSTDOCTORAL PROGRAMS ^Clicking a table title will automatically direct you to that table in this document *Programs that combine two

More information

Completions Completions Overview

Completions Completions Overview Page of 9 9/9/205 Completions 205-6 Institution: Valencia College (3887) Completions Overview User ID: P3887 Welcome to the IPEDS Completions survey component. The Completions component is one of several

More information

Institution: New Mexico Highlands University (187897) User ID: P Completions Overview distance education All Completers unduplicated count

Institution: New Mexico Highlands University (187897) User ID: P Completions Overview distance education All Completers unduplicated count Completions 207-8 Institution: New Mexico Highlands University (87897) User ID: P87897 Completions Overview Welcome to the IPEDS Completions survey component. The Completions component is one of several

More information

Completions Overview. Completions Common Errors

Completions Overview. Completions Common Errors Completions 207-8 Institution: Dakota State University (29082) User ID: P29082 Completions Overview Welcome to the IPEDS Completions survey component. The Completions component is one of several IPEDS

More information

Completions Overview. Completions Common Errors

Completions Overview. Completions Common Errors 9//08 Print Forms (data) Completions 08-9 Institution: Hope College (7030) User ID: P7030 Completions Overview Welcome to the IPEDS Completions survey component. The Completions component is one of several

More information

COMMISSION ON ACCREDITATION 2017 ANNUAL REPORT ONLINE

COMMISSION ON ACCREDITATION 2017 ANNUAL REPORT ONLINE COMMISSION ON ACCREDITATION 2017 ANNUAL REPORT ONLINE SUMMARY DATA: DOCTORAL PROGRAMS ^Table titles are hyperlinks to the tables within this document INTRODUCTION The Annual Report was created in 1998

More information

Institution: Eastern Washington University (235097) User ID: P Completions Overview distance education All Completers unduplicated count

Institution: Eastern Washington University (235097) User ID: P Completions Overview distance education All Completers unduplicated count Completions 207-8 Institution: Eastern Washington University (235097) User ID: P235097 Completions Overview Welcome to the IPEDS Completions survey component. The Completions component is one of several

More information

Enrollment of Students with Disabilities

Enrollment of Students with Disabilities Enrollment of Students with Disabilities State legislation, which requires the Board of Higher Education to monitor the participation of specific groups of individuals in public colleges and universities,

More information

Integrated Postsecondary Education Data System

Integrated Postsecondary Education Data System University of Nebraska Omaha DigitalCommons@UNO IPEDS Completions Integrated Postsecondary Education Data System 202 Completions 202-3 UNO Office of Institutional Effectiveness University of Nebraska at

More information

Table B1. Full Sample Results OLS/Probit

Table B1. Full Sample Results OLS/Probit Table B1. Full Sample Results OLS/Probit School Propensity Score Fixed Effects Matching (1) (2) (3) (4) I. BMI: Levels School 0.351* 0.196* 0.180* 0.392* Breakfast (0.088) (0.054) (0.060) (0.119) School

More information

STAR COMMUNITY RATING SYSTEM OBJECTIVE EE-4: EQUITABLE SERVICES & ACCESS COMMUNITY LEVEL OUTCOMES FOR KING COUNTY, WA

STAR COMMUNITY RATING SYSTEM OBJECTIVE EE-4: EQUITABLE SERVICES & ACCESS COMMUNITY LEVEL OUTCOMES FOR KING COUNTY, WA STAR COMMUNITY RATING SYSTEM OBJECTIVE EE-4: EQUITABLE SERVICES & ACCESS COMMUNITY LEVEL OUTCOMES FOR KING COUNTY, WA OUTCOME I: EQUITABLE ACCESS AND PROXIMITY Background: This analysis has been developed

More information

Completions Overview. Completions Common Errors

Completions Overview. Completions Common Errors Completions 207-8 Institution: Valencia College (3887) User ID: P3887 Completions Overview Welcome to the IPEDS Completions survey component. The Completions component is one of several IPEDS components

More information

Green Spaces in Healthy Places: Objective data demonstrates an association between greenness and momentary measures of physical activity in children

Green Spaces in Healthy Places: Objective data demonstrates an association between greenness and momentary measures of physical activity in children Green Spaces in Healthy Places: Objective data demonstrates an association between greenness and momentary measures of physical activity in children Estela Almanza, Michael Jerrett, Genevieve Dunton, Edmund

More information

GROWING APART: THE CHANGING FIRM-SIZE WAGE PREMIUM AND ITS INEQUALITY CONSEQUENCES ONLINE APPENDIX

GROWING APART: THE CHANGING FIRM-SIZE WAGE PREMIUM AND ITS INEQUALITY CONSEQUENCES ONLINE APPENDIX GROWING APART: THE CHANGING FIRM-SIZE WAGE PREMIUM AND ITS INEQUALITY CONSEQUENCES ONLINE APPENDIX The following document is the online appendix for the paper, Growing Apart: The Changing Firm-Size Wage

More information

Fall 2017 NEOMED Enrollment - as of September 11, Office of Enrollment Services. Total

Fall 2017 NEOMED Enrollment - as of September 11, Office of Enrollment Services. Total NEOMED Enrollment - Race/Ethnic Classification M F M F M F American Indian/Alaska Native* 0 1 0 0 0 0 1 Asian 89 126 13 20 4 4 249 Black or African American* 5 13 10 11 1 0 39 9 5 3 4 0 0 21 Native Hawaiian

More information

Page 1 of 11 Institution: CUNY QUEENS COLLEGE (190664) CIPCODE.0101 African Studies.0102 American/United States Studies/Civilization.0108 Near and Middle Eastern Studies.9999 Area, Ethnic, Cultural, and

More information

Life, Physical, and Social Science Occupations in Allegheny County

Life, Physical, and Social Science Occupations in Allegheny County Life, Physical, and Social Science Occupations in Allegheny County 2015-2025 1 Life, Physical, and Social Science Occupations Regions Code Description 42003 Allegheny County, PA Timeframe 2015-2025 Datarun

More information

Informational PDF #8. CSP-Friendly Version of the Precoding File Layout

Informational PDF #8. CSP-Friendly Version of the Precoding File Layout Informational PDF #8 CSP-Friendly Version of the Precoding File Layout PRECODING FILE LAY-OUT WITH CSP-FRIENDLY NOTES AND EMPHASIS Checklist before submitting File must contain a header row that includes

More information

How is Your Health? Using SAS Macros, ODS Graphics, and GIS Mapping to Monitor Neighborhood and Small-Area Health Outcomes

How is Your Health? Using SAS Macros, ODS Graphics, and GIS Mapping to Monitor Neighborhood and Small-Area Health Outcomes Paper 3214-2015 How is Your Health? Using SAS Macros, ODS Graphics, and GIS Mapping to Monitor Neighborhood and Small-Area Health Outcomes Roshni Shah, Santa Clara County Public Health Department ABSTRACT

More information

Pellissippi State Community College Spring Fact Book

Pellissippi State Community College Spring Fact Book Pellissippi State Community College 2017 Spring Fact Book Table of Contents Spring Enrollment and Trend Data Spring Total Enrollment (Headcount)... 1 Spring Total Enrollment (FTE)... 1 Attendance (Full-time)...

More information

Using American Factfinder

Using American Factfinder Using American Factfinder What is American Factfinder? American Factfinder is a search engine that provides access to the population, housing and economic data collected by the U.S. Census Bureau. It can

More information

Cato Elementary School School Report Card Jacksonville Cato Road North Little Rock, AR

Cato Elementary School School Report Card Jacksonville Cato Road North Little Rock, AR Cato Elementary School School Report Card 2014 2015 9906 Jacksonville Cato Road North Little Rock, AR 72120 501 833 1160 SCHOOL CHARACTERISTICS Principal Superintendent STUDENT DEMOGRAPHICS Shyrel Lee

More information

Landmark Elementary School School Report Card Arch Street Pike Little Rock, AR

Landmark Elementary School School Report Card Arch Street Pike Little Rock, AR Landmark Elementary School School Report Card 2014 2015 16712 Arch Street Pike Little Rock, AR 72206 501 888 8790 SCHOOL CHARACTERISTICS Principal Superintendent STUDENT DEMOGRAPHICS Pam McCurry Jerry

More information

Page 1 of 11 Institution: CUNY HUNTER COLLEGE (1994) CIPCODE.01 Latin American Studies.0201 African-American/Black Studies 09.0101 Communication Studies/Speech Communication and Rhetoric 11.0101 Computer

More information

College Station Elem. School School Report Card Frasier Pike, PO Bx 670 College Station, AR

College Station Elem. School School Report Card Frasier Pike, PO Bx 670 College Station, AR College Station Elem. School School Report Card 2014 2015 4710 Frasier Pike, PO Bx 670 College Station, AR 72053 501 490 5750 SCHOOL CHARACTERISTICS Principal Superintendent STUDENT DEMOGRAPHICS Emma Watson

More information

Mass Asset Additions. Overview. Effective mm/dd/yy Page 1 of 47 Rev 1. Copyright Oracle, All rights reserved.

Mass Asset Additions.  Overview. Effective mm/dd/yy Page 1 of 47 Rev 1. Copyright Oracle, All rights reserved. Overview Effective mm/dd/yy Page 1 of 47 Rev 1 System References None Distribution Oracle Assets Job Title * Ownership The Job Title [list@yourcompany.com?subject=eduxxxxx] is responsible for ensuring

More information

ADDRESSING TITLE VI AND ENVIRONMENTAL JUSTICE IN LONG-RANGE TRANSPORTATION PLANS

ADDRESSING TITLE VI AND ENVIRONMENTAL JUSTICE IN LONG-RANGE TRANSPORTATION PLANS ADDRESSING TITLE VI AND ENVIRONMENTAL JUSTICE IN LONG-RANGE TRANSPORTATION PLANS Activities from the National Capital Region Transportation Planning Board Sergio Ritacco Transportation Planner 2017 Association

More information

St. Luke s College Institutional Snapshot

St. Luke s College Institutional Snapshot 1. Student Headcount St. Luke s College Institutional Snapshot Enrollment # % # % # % Full Time 139 76% 165 65% 132 54% Part Time 45 24% 89 35% 112 46% Total 184 254 244 2. Average Age Average Age Average

More information

Module 10 Summative Assessment

Module 10 Summative Assessment Module 10 Summative Assessment Activity In this activity you will use the three dimensions of vulnerability that you learned about in this module exposure, sensitivity, and adaptive capacity to assess

More information

AFFH-T User Guide September 2017 AFFH-T User Guide U.S. Department of Housing and Urban Development

AFFH-T User Guide September 2017 AFFH-T User Guide U.S. Department of Housing and Urban Development AFFH-T User Guide Affirmatively Furthering Fair Housing Data and Mapping Tool v. 4.1 U.S. Department of Housing and Urban Development September 2017 Version 4.1 ❿ September 2017 Page 1 Document History

More information

Texas Student Assessment Program. Student Data File Format for Student Registration and Precoding

Texas Student Assessment Program. Student Data File Format for Student Registration and Precoding Texas Student Assessment Program 2018 Student Data File Format for Student Registration and Precoding 2 2018 Student Data File Format for Student Registration and Precoding Submission Schedule of Student

More information

User Guide. Affirmatively Furthering Fair Housing Data and Mapping Tool. U.S. Department of Housing and Urban Development

User Guide. Affirmatively Furthering Fair Housing Data and Mapping Tool. U.S. Department of Housing and Urban Development User Guide Affirmatively Furthering Fair Housing Data and Mapping Tool U.S. Department of Housing and Urban Development December, 2015 1 Table of Contents 1. Getting Started... 5 1.1 Software Version...

More information

Enrollment at a Glance Fall 2015

Enrollment at a Glance Fall 2015 1. Number of Students Enrolled at Tenth Day of Fall Term 2011 2012 2013 2014 2015 3,705 ( 100.0% ) 3,626 ( 100.0% ) 3,706 ( 100.0% ) 3,746 ( 100.0% ) 3,891 ( 100.0% ) New 1 1,051 ( 28.4% ) 1,063 ( 29.3%

More information

Belton Police Department

Belton Police Department Belton Police Department Uniform Crime Report for June 2013 RETURN-A - MONTHLY RETURN OF OFFENSES KNOWN TO THE POLICE 1 Classification of offenses 1 Criminal Homicide A Murder/nonnegligent homicide 2 Offenses

More information

IPEDS FALL COLLECTION

IPEDS FALL COLLECTION UNIVERSITY OF PUERTO RICO MAYAGUEZ CAMPUS OFFICE OF INSTITUTIONAL RESEARCH AND PLANNING IPEDS FALL COLLECTION 202-203 Institutional Characteristics Completions 2-month Enrollment October, 202 Institutional

More information

Appendix B: Undergraduate Academic Interests Survey Spring 2009

Appendix B: Undergraduate Academic Interests Survey Spring 2009 Appendix B: Undergraduate Academic Interests Survey Spring 2009 Thank you for participating in our survey. All questions are voluntary and the survey will be conducted anonymously; please do not put your

More information

Dental Hygiene. Program Director: Deborah Carl Wolf, RDH, MEd Student Undergraduate Enrollment by First Degree: First Major - Fall Semester

Dental Hygiene. Program Director: Deborah Carl Wolf, RDH, MEd Student Undergraduate Enrollment by First Degree: First Major - Fall Semester Program Director: Deborah Carl Wolf, RDH, MEd Student Undergraduate Enrollment by First Degree: First Major - Fall Semester Pre-Dental Hygiene (PRDH)* Freshmen 71 78 90 79 85 123 78 84 99 82 Sophomores

More information

Cooking Matters for Kids

Cooking Matters for Kids Cking Matters fr Kids FY2017 Participant Survey Child s First Name 1. What is yur child s sex? Male Female 2. What is yur child s age? 7 and under 11 8 12 9 13 and ver 10 3. Is yur child Hispanic r Latin?

More information

Low-Income African American Women's Perceptions of Primary Care Physician Weight Loss Counseling: A Positive Deviance Study

Low-Income African American Women's Perceptions of Primary Care Physician Weight Loss Counseling: A Positive Deviance Study Thomas Jefferson University Jefferson Digital Commons Master of Public Health Thesis and Capstone Presentations Jefferson College of Population Health 6-25-2015 Low-Income African American Women's Perceptions

More information

Completions Survey materials can be downloaded using the following link: Survey Materials.

Completions Survey materials can be downloaded using the following link: Survey Materials. Completions 203-4 Institution: Central Washington University (234827) User ID: P2348272 Completions Overview Welcome to the IPEDS Completions survey component. The Completions component is one of several

More information

8. Who is the university administrator responsible for verifying data (and completing IPEDS reports) at your institution?

8. Who is the university administrator responsible for verifying data (and completing IPEDS reports) at your institution? NAAB Annual Report -- I Statistical Report SECTION A. INSTITUTIONAL CHARACTERISTICS 1. Program Contact Information: Name rth Carolina State University Title School of Architecture, College of Design Office

More information

Report for the Masters of Counseling at Gordon-Conwell Theological Seminary Hamilton

Report for the Masters of Counseling at Gordon-Conwell Theological Seminary Hamilton 1 2016-2017 Report for the Masters of Counseling at Gordon-Conwell Theological Seminary Hamilton 1. Annual reviews of current students MACO students are reviewed once annually, either for an Annual or

More information

8. Who is the university administrator responsible for verifying data (and completing IPEDS reports) at your institution?

8. Who is the university administrator responsible for verifying data (and completing IPEDS reports) at your institution? NAAB Annual Report -- I Statistical Report SECTION A. INSTITUTIONAL CHARACTERISTICS 1. Program Contact Information: Name rth Carolina State University Title School of Architecture, College of Design Office

More information

NAAB Annual Report -- Part I Statistical Report SECTION A. INSTITUTIONAL CHARACTERISTICS

NAAB Annual Report -- Part I Statistical Report SECTION A. INSTITUTIONAL CHARACTERISTICS NAAB Annual Report -- I Statistical Report SECTION A. INSTITUTIONAL CHARACTERISTICS 1. Program Contact Information: Name Pennsylvania State University Title Department of Architecture Office Phone Number

More information

AMERICAN PROGRAM TITLE CIP CODE LEVEL MEN WOMEN MEN WOMEN MEN WOMEN MEN WOMEN MEN WOMEN MEN WOMEN MEN WOMEN MEN WOMEN

AMERICAN PROGRAM TITLE CIP CODE LEVEL MEN WOMEN MEN WOMEN MEN WOMEN MEN WOMEN MEN WOMEN MEN WOMEN MEN WOMEN MEN WOMEN NON BLACK INDIAN OR ASIAN OR WHITE RACE/ RESIDENT NON ALASKAN PACIFIC NON ETHNICITY GRAND TOTAL COMPUTER SCIENCE 11.0101 05 2 0 0 0 0 0 4 1 2 0 39 5 2 1 49 7 MANAGEMENT SYSTEMS 11.9999 05 0 0 1 1 0 0 0

More information

GEORGETOWN UNIVERSITY Standard 509 Information Report

GEORGETOWN UNIVERSITY Standard 509 Information Report GEORGETOWN UNIVERSITY - 2018 Standard 509 Information Report 600 New Jersey Avenue, NW Washington, DC 20001 Phone: 202-662-9030 Website: https://www.law.georgetown.edu/ http://www.abarequireddisclosures.org

More information

Oregon Population Forecast Program

Oregon Population Forecast Program Oregon Population Forecast Program Regional Forecast Meeting October 2, 2015 Presentation by Population Forecast Program Team Hood River County Oregon Population Forecast Program Project Team Xiaomin Ruan,

More information

JOB REQUESTS C H A P T E R 3. Overview. Objectives

JOB REQUESTS C H A P T E R 3. Overview. Objectives C H A P T E R 3 JOB REQUESTS Overview Objectives Job Requests is one of the most critical areas of payroll processing. This is where the user can enter, update, and view information regarding an employee

More information

UTILIZATION ANALYSIS WORKSHEET Two Factor Availability College: Semester/Year: John Jay College FALL, 2015 AFFIRMATIVE ACTION UNIT: Constituent Departments: COMPUTER MANAGER: EEO CATEGORY: Job Titles:

More information

ANNUAL STUDENT DATA REPORT

ANNUAL STUDENT DATA REPORT ANNUAL STUDENT DATA REPORT Academic Year 2016-2017 May 2017 updated June, 2017 ABOUT THE ASCO ANNUAL STUDENT DATA REPORT The ASCO Annual Student Data Report is developed from data provided by ASCO member

More information

EQUAL EMPLOYMENT OPPORTUNITY PLAN

EQUAL EMPLOYMENT OPPORTUNITY PLAN City of Shawnee HUMAN RESOURCE DEPARTMENT PO BOX 1448 Shawnee, OK 74802 Phone: (405) 878-1626 Fax: (405) 878-1734 2014-2015 through 2016-2017 UPDATED November 2017 EQUAL EMPLOYMENT OPPTUNITY PLAN The City

More information

Institutional Research with Public Data and Open Source Software

Institutional Research with Public Data and Open Source Software 2017 Institutional Research with Public Data and Open Source Software DUE1304591, 1644409, 1700496 Opinions expressed are those of the authors and not necessarily those of the National Science Foundation.

More information

Social Problem Solving Scale Grade 2 /Year 3. Fast Track Project Technical Report Anne Corrigan July 28, 2003

Social Problem Solving Scale Grade 2 /Year 3. Fast Track Project Technical Report Anne Corrigan July 28, 2003 Social Problem Solving Scale Grade 2 /Year 3 Fast Track Project Technical Report Anne Corrigan July 28, 2003 Table of Contents I Scale Description II Report Sample III Scaling IV Differences Between Groups

More information

Comparing whole genomes

Comparing whole genomes BioNumerics Tutorial: Comparing whole genomes 1 Aim The Chromosome Comparison window in BioNumerics has been designed for large-scale comparison of sequences of unlimited length. In this tutorial you will

More information

National Center for Education Statistics

National Center for Education Statistics National Center for Education Statistics IPEDS Data Center Naval Postgraduate School UnitID 119678 Address 1 University Circle, Monterey, CA, 93943 Web www.nps.edu Address Employees by Assigned Position

More information

Appendix 1-E APS Longitudinal Cohort Demographics Table

Appendix 1-E APS Longitudinal Cohort Demographics Table Appendix 1-E APS Longitudinal Cohort Demographics Table This table presents status and demographic details for each ID number issued in the APS Longitudinal Cohort. Data in the table was obtained from

More information

USA GOLF 2013 D&I SCORECARD

USA GOLF 2013 D&I SCORECARD D&I SCORECARD D&I SCORECARD How the D&I Scorecard is collected and prepared In accordance with the Ted Stevens Act, the USOC s Diversity and Inclusion department annually collects diversity data from the

More information

8. Who is the university administrator responsible for verifying data (and completing IPEDS reports) at your institution?

8. Who is the university administrator responsible for verifying data (and completing IPEDS reports) at your institution? NAAB Annual Report -- I Statistical Report SECTION A. INSTITUTIONAL CHARACTERISTICS 1. Program Contact Information: Name University of Louisiana - Lafayette Title School of Architecture and Design Office

More information

An introduction to biostatistics: part 1

An introduction to biostatistics: part 1 An introduction to biostatistics: part 1 Cavan Reilly September 6, 2017 Table of contents Introduction to data analysis Uncertainty Probability Conditional probability Random variables Discrete random

More information

Completions Bachelor's degree

Completions Bachelor's degree Page of Institution: CUNY City College CIPCODE 04.020 Architecture (BArch, BA/BS, MArch, MA/MS, PhD) 04.020 Architecture (BArch, BA/BS, MArch, MA/MS, PhD) 04.030 City/Urban, Community and Regional Planning

More information

Nevada s Mining Sector

Nevada s Mining Sector Nevada s Mining Sector Industry Summary for Nevada s Mining Sector 14,645 53.0% $107,341 Jobs () % Change (2004-) Avg. Earnings Per Job () 99% above National average Nation: 63.6% Nation: $117,598 Industry

More information

Perinatal Mental Health Profile User Guide. 1. Using Fingertips Software

Perinatal Mental Health Profile User Guide. 1. Using Fingertips Software Perinatal Mental Health Profile User Guide 1. Using Fingertips Software July 2017 Contents 1. Introduction... 3 2. Quick Guide to Fingertips Software Features... 3 2.1 Additional information... 3 2.2 Search

More information

U.S. SOCCER FEDERATION 2014 D&I SCORECARD

U.S. SOCCER FEDERATION 2014 D&I SCORECARD D&I SCORECARD D&I SCORECARD How the D&I Scorecard is collected and prepared How s in the USOC D&I Scorecard are derived In accordance with the Ted Stevens Act, the USOC s Diversity and Inclusion department

More information

SIMPLE TWO VARIABLE REGRESSION

SIMPLE TWO VARIABLE REGRESSION DEPARTMENT OF POLITICAL SCIENCE AND INTERNATIONAL RELATIONS Posc/Uapp 816 SIMPLE TWO VARIABLE REGRESSION I. AGENDA: A. Causal inference and non-experimental research B. Least squares principle C. Regression

More information

Completions Bachelor's degree

Completions Bachelor's degree Page of 8 Institution: CUNY City College CIPCODE 04.020 Architecture (BArch, BA/BS, MArch, MA/MS, PhD) 04.020 Architecture (BArch, BA/BS, MArch, MA/MS, PhD) 04.030 City/Urban, Community and Regional Planning

More information

Accountability. User Guide

Accountability. User Guide Accountability User Guide The information in this document is subject to change without notice and does not represent a commitment on the part of Horizon. The software described in this document is furnished

More information

PROGRAM EVALUATION REPORT The following information is organized by CACREP-Accredited Program Specialty Areas for

PROGRAM EVALUATION REPORT The following information is organized by CACREP-Accredited Program Specialty Areas for PROGRAM EVALUATION REPORT 2016-2017 For the 2016-2017 academic year, DePaul Counseling Program faculty conducted a program evaluation by reviewing available data and surveying stakeholders. The following

More information

Nevada s Mining Sector

Nevada s Mining Sector Nevada s Mining Sector Emsi Q4 2018 Data Set www.economicmodeling.com 1 Industry Summary for Mining 14,475 17.5% $113,786 Jobs (2018) % Change (2010-2018) Avg. Earnings Per Job (2018) 143% above National

More information

2003 National Name Exchange Annual Report

2003 National Name Exchange Annual Report 2003 National Name Exchange Annual Report Executive Summary 28 th annual meeting Hilton, University of Florida Conference Center April 16, 2004 Hosted by the University of Florida http://www.grad.washington.edu/nameexch/national/

More information

Scales of Measuement Dr. Sudip Chaudhuri

Scales of Measuement Dr. Sudip Chaudhuri Scales of Measuement Dr. Sudip Chaudhuri M. Sc., M. Tech., Ph.D., M. Ed. Assistant Professor, G.C.B.T. College, Habra, India, Honorary Researcher, Saha Institute of Nuclear Physics, Life Member, Indian

More information

REVIEW 8/2/2017 陈芳华东师大英语系

REVIEW 8/2/2017 陈芳华东师大英语系 REVIEW Hypothesis testing starts with a null hypothesis and a null distribution. We compare what we have to the null distribution, if the result is too extreme to belong to the null distribution (p

More information

Two Correlated Proportions Non- Inferiority, Superiority, and Equivalence Tests

Two Correlated Proportions Non- Inferiority, Superiority, and Equivalence Tests Chapter 59 Two Correlated Proportions on- Inferiority, Superiority, and Equivalence Tests Introduction This chapter documents three closely related procedures: non-inferiority tests, superiority (by a

More information

2010 Census Data Release and Current Geographic Programs. Michaellyn Garcia Geographer Seattle Regional Census Center

2010 Census Data Release and Current Geographic Programs. Michaellyn Garcia Geographer Seattle Regional Census Center 2010 Census Data Release and Current Geographic Programs Michaellyn Garcia Geographer Seattle Regional Census Center 2010 Center of Population Located approximately 2.7 miles northeast of Plato, Missouri

More information

Dictionary: an abstract data type

Dictionary: an abstract data type 2-3 Trees 1 Dictionary: an abstract data type A container that maps keys to values Dictionary operations Insert Search Delete Several possible implementations Balanced search trees Hash tables 2 2-3 trees

More information

Child Opportunity Index Mapping

Child Opportunity Index Mapping Child Opportunity Index Mapping A partnership project of How to Use and Interpret the Child Opportunity Index Maps How to Use the Child Opportunity Index Maps Getting Started: How to Find and Open a Child

More information

7/6/2018 TEXAS MEDICAID FEE SCHEDULE - TUBERCULOSIS (TB) CLINIC GROUP

7/6/2018 TEXAS MEDICAID FEE SCHEDULE - TUBERCULOSIS (TB) CLINIC GROUP Page of 5 Texas Schedule Information This fee schedule is intended to be used by a variety of provider types and provider specialties. Some procedure codes might not apply to every provider type and provider

More information

Section 4. Test-Level Analyses

Section 4. Test-Level Analyses Section 4. Test-Level Analyses Test-level analyses include demographic distributions, reliability analyses, summary statistics, and decision consistency and accuracy. Demographic Distributions All eligible

More information

Completions Survey materials can be downloaded using the following link: Survey Materials.

Completions Survey materials can be downloaded using the following link: Survey Materials. Completions 2013-14 Institution: University of Nebraska at Kearney (181215) User ID: P1812152 Completions Overview Welcome to the IPEDS Completions survey component. The Completions component is one of

More information

Getting Started. Start ArcMap by opening up a new map.

Getting Started. Start ArcMap by opening up a new map. Start ArcMap by opening up a new map. Getting Started We now need to set up ArcMap to do some analysis using the Spatial Analyst extension. You will need to activate the Spatial Analyst extension by selecting

More information

GALLUP NEWS SERVICE JUNE WAVE 1

GALLUP NEWS SERVICE JUNE WAVE 1 GALLUP NEWS SERVICE JUNE WAVE 1 -- FINAL TOPLINE -- Timberline: 937008 IS: 392 Princeton Job #: 15-06-006 Jeff Jones, Lydia Saad June 2-7, 2015 Results are based on telephone interviews conducted June

More information

Are You Maximizing The Value Of All Your Data?

Are You Maximizing The Value Of All Your Data? Are You Maximizing The Value Of All Your Data? Using The SAS Bridge for ESRI With ArcGIS Business Analyst In A Retail Market Analysis SAS and ESRI: Bringing GIS Mapping and SAS Data Together Presented

More information