Assignment 1

title: “Assignment 1”

output: word_document

## Relations among Categorical Variables

In the notes on Healy’s Chapter 5, we looked at several ways to visualize the relationship between two categorical variables.

For this assignment you need to select a pair of cateogrical variables from a dataset which interests you. You could use one of the datasets I used in class, but you are free to pick anything.

## Problem 1

Identify the dataset you’ve chosen and the two categorical variables. Feel free to create a new categorical variable from an existing quantitative variable. Do a summary of the dataset and produce simple tables for each of the two variables. Make sure that you don’t have too many values. Collapse if necessary.

Don’t forget to include library commands for all of the packages you need.

“`{r}

# Place your code in this chunk.

glimpse(organdata)

## Problem 2

Select the visualization of the relationship that you feel is the best and produce it.

“`{r}

# Place your code here.

“`

library(ggplot2)

p <- ggplot(data = organdata,

            mapping = aes(x = reorder(country, donors, na.rm=TRUE),

                          y = donors))

p + geom_bar() +

  labs(x=NULL) +

  coord_flip()

## Problem 3

What is your second-choice visualization? Don’t forget to explain why you prefer the first choice over the second choice.

“`{r}

# Place your code in this chunk.

“`

library(ggplot2)

p <- ggplot(data = organdata,

            mapping = aes(x = reorder(country, donors, na.rm=TRUE),

                          y = donors))

p + geom_boxplot() +

  labs(x=NULL) +

  coord_flip()

I prefer the first visualization to the second one because it is easier to read and interpret the relationship between data

## Problem 4

Based on your visualizations describe what you see. Assume that you are speaking to a blind person.

Just write your comments here.

With the selected visualization, we can tell the level of organ donations in different countries. Since the visualization for every country is placed side by side, comparison of how organs have been donated across different countries becomes easiert.

CIS Excel

CIS homework

I am going to sent you a document after negotiation is concluded via E-mail.

Itsd427u4db

Assignment Description

  • Discuss the best practices for implementing background tasks in an Android application. Specifically, how are services, threads, and alarms used to manage the performance needs of Android phone applications?
Mike Reynolds in his Beer Can house, 1975

discussion board

Mike Reynolds in his Beer Can house, 1975

1. The concern over deforestation has created a demand for greener construction materials and novel approaches to sustainable architectural design. Green architects, such as Mike Reynolds, use materials such as tires, cans & bottles, rammed earth, and straw bales to build homes.  What problems or benefits do you think may arise from Reynold’s approach to domestic architecture?  Should ecological concerns be important to homeowners & architects?  Why or why not?

Course Collaboration

  • using technologies such as Kaltura, PowerPoint, or any other tool to explain the concepts learned during the week.
  • Minimum of 1 scholarly source

Initial Post Instructions

This week you learned how to collaborate with others online. Based on what you learned, which features did you find most beneficial and how could you use these in your current workplace? Why is online collaboration so important? Is this something that is needed in the healthcare environment? Which tools do you use to collaborate today?

Cybersecurity Investigations and Jurisdiction.

   Provide a written formal report to answer the questions below. Support your report with the sources used. Use the following for citing sources and document it uses APA (American Psychological Association) style for the sourcing information (References) in the body.

· What are the differences between the following jurisdictions: Local, State, Federal, International, and Military? How are they similar and different?

· What are the issues presented by a jurisdiction that must be addressed when it comes to computer investigations?

Mobile Application

 prepare your final presentation for the development of two mobile applications for THS; one for health system consumers and one for prescribing providers such as physicians or nurse practitioners. As discussed in the THS case study, these mobile applications are being developed together with the system’s Care2U strategy in response to changing competitive demographics. Your presentation will be developed in Microsoft PowerPoint and include both high-level bullet point slides and originally developed graphics of prototype screen designs and systems architecture. Detailed speaker notes should be used to explain each textual and graphic slide.

In your presentation,

Section 1: Strategy and Mobile Application Development

  • Develop the appropriate introductory slides aligning mobile application development with the THS Care2U Strategy.
  • Outline a strategy for THS consumers as stakeholders to benefit from the development of a mobile application.
  • Outline a strategy for THS prescribing providers as stakeholders to benefit from the development of a mobile application.

Section 2: Mobile Requirements and Design Samples

  • Articulate a list of end user functional requirements to be included in the menu of the THS consumer mobile application.
  • Compose a sample of three user screen prototypes reflecting best practices in IT design for the consumer mobile application.
  • Articulate a list of end user functional requirements to be included in the menu of the THS prescribing provider mobile application.
  • Compose a sample of three user screen prototypes reflecting best practices in IT design for the prescribing provider mobile application.

Section 3: System Architecture

  • Compose a system architecture diagram showing the following elements of the consumer and prescribing provider mobile applications for THS: data servers, web servers, web standards, network topography, and device connectivity.
  • Develop a list of internal administrative and/or clinical applications, based on the THS case study, which require interoperable connectivity to the THS consumer and prescribing provider mobile applications.
  • Develop a list of external applications, based on the THS case study, which require interoperable connectivity to the THS consumer and prescribing provider mobile applications.

The THS Mobile Application final presentation

  • Must be 15 to 20 slides in length (not including title and references slides) formatted according to APA Style 
  • Must include a separate title slide with the following:
    • Title of Presentation
    • Student’s name
    • Course name and number
    • Instructor’s name
    • Date submitted
  • Must use at least four peer-reviewed sources in addition to the course text