STA 108B Spring Quarter 2019

STA 108B Spring Quarter 2019
Term Project
Due: June 5, 2019 in class, no exceptions
The data set bone density.xlsx contains data on bone density for 82 women. These
women are part of twin studies and there are 41 twin pairs in this data set. The pairs are
identifiable by the case id. A pair of twins have the same id. Below is a list of variables
in the data set:
ID
Age Age (yrs)
zyg 1=monozygous (1 fertilized egg) 2=dizygous (2 fertilized eggs)
height Height (cm)
weight Weight (kg)
tea Tea (cups/week)
coffee Coffee (cups/week)
alcohol Alcohol (drinks/week)
smoke Current Smoking (cigarretes/day)
menopause Menopause Status (1=pre/2=post/3=unknown hysterectomy)
packyrs Pack-years smoking
lumbar Lumbar spine (g/cm**2)
fneck Femoral neck (g/cm**2)
fshaft Femoral shaft (g/cm**2)
The variables lumbar (lumbar spine), fneck (femoral neck) and fshaft (femoral shaft)
contain measurements of bone density in those locations. We want to investigate which
if any of the variables are linearly related to bone density as measured by either the
lumbar spine, femoral neck or shaft. To make an assessment you will need to fit
regression models to all three outcomes, use appropriate measures to identify which
variables are predictive of bone density, assess model assumptions and suggest

STA 108B作业代做、代写data留学生作业、代写Python编程作业
transformations if indicated.
We are also interested in the association in bone density between twins. To answer that
question you might designate bone density of one twin as the response (Y) variable and
bone density of the other twin as the predictor (X) variables. Is this association different
in monozygous vs dizygous twins.
Your results should be summarized in the form of a written report of no more than 5
pages plus appendix. The report should be prepared in the form of a journal article with
a summary, introduction, methods section, results and conclusion. If you are unfamiliar
with journal articles, you should obtain one from a medical or biological journal. Any
report should also contain a presentation of descriptive statistics of all variables used in
the project.
You are allowed to collaborate with one other student in class but you may also work
alone.

因为专业,所以值得信赖。如有需要,请加QQ:99515681 或邮箱:[email protected]

微信:codinghelp

原文地址:https://www.cnblogs.com/sabd/p/10986539.html

时间: 2024-08-30 16:09:34

STA 108B Spring Quarter 2019的相关文章

【面试宝典】 spring基础面试必问

前言: 2018,2019年这两年,互联网行业都不怎么景气,我想最近大家对于某某公司劝退员工的事,都有所耳闻,再加上19年快结束了,又有不少人得提前回家过年(自己领悟我这句话的意思,懂的自然懂) 有人私信我,问我有没有相关面试方面的文章,所以,把spring基础2019年面试可能问到的题目整理了一下.我遇到不少社友在问,为什么,在我朋友圈里面,很多技术跟我差不多的,工资有不少都比我高,运气算一个因素,还有一个因素就是面试.给大家分享一个真实的案例把,这样大家才能更清楚的明白面试的重要性. 一个真

斯坦福CS课程列表

http://exploredegrees.stanford.edu/coursedescriptions/cs/ CS 101. Introduction to Computing Principles. 3-5 Units. Introduces the essential ideas of computing: data representation, algorithms, programming "code", computer hardware, networking, s

Windows 10:快速访问助您工作事半功倍

随着用户数量变得日益庞大,他们用来存储文件的位置也变得越来越多.无论您从家中使用 OneDrive 和 Dropbox 等云端位置,还是在工作场所中使用网络共享.OneDrive for Business 和 SharePoint,都会遇到相同的问题,也就是说,要想快速访问这些文件,相对更加困难,这是因为,用户必须下潜到多个文件位置.正是因为我们看到了这种情况的存在,因此,我们开发了一个称为"快速访问"的功能,并将其植入文件浏览器,以图在一定程度上解决上述问题.在 Windows 的一

SharePoint Calculated Column Formulas & Functions

SharePoint uses pretty much the same engine as Excel for it’s calculated columns and field validation stuff. There are some exceptions, such as NETWORKDAYS and some other functions not being included. Try prototyping your formulas in Excel first and

(转)Awesome Courses

Awesome Courses  Introduction There is a lot of hidden treasure lying within university pages scattered across the internet. This list is an attempt to bring to light those awesome courses which make their high-quality material i.e. assignments, lect

CS224d: Deep Learning for Natural Language Process

Course Description Teaching Assistants Peng Qi Course Notes (updated each week) Detailed Syllabus Class Time and Location Spring quarter (March - June, 2015).Lecture: Monday, Wednesday 11:00-12:15Location: TBD Office Hours Richard: Wed 12:45 - 2:00,

golang cache--go-cache

go-cache是一款类似于memached 的key/value 缓存软件.它比较适用于单机执行的应用程序. go-cache实质上就是拥有过期时间并且线程安全的map,可以被多个goroutine安全访问. 下面举例说明其用法. Demo package main import ( "log" "time" "github.com/patrickmn/go-cache" ) func main(){ c := cache.New(30*tim

CSCI 370

Queens College, CUNY, Department of Computer ScienceSoftware EngineeringCSCI 370Spring 2019 c Sateesh R. Mane 2019Project 2graded in class after Spring Break 2019zip archive due May 18, 2019 Any student who submits Assignment 7 late will receive a gr

CSCI446/946

CSCI446/946 - Spring Session 2019 Page 1University of WollongongSchool of Computing and Information TechnologyCSCI446/946 Big Data Analytics Spring 2019Assignment 2 (Due: 9 October 2019, Wednesday) 20 marksAimThis assignment is intended to provide ba