留学生R代码代编程代做、R程序设计代写、代写R程序设计

留学生R代码代编程代做、R程序设计代写
The model equation is
Xij = μ + αi + βj + ?ij

Let’s consider the following example:
Factor A = amount of a medication
Factor B = the age of a patient
The object of this experiment is to compare one factor ANOVA with two factor (blocked) ANOVA.
If we use one factor ANOVA here, it might be difficult to catch the treatment effect. (i.e. it might be hard to distinguish what is actually an effect from the medication from effects of a person’s age).
In this case, βj gets shoved into ?ij, increasing the error and increasing the variance of ?ij.
If we use blocked ANOVA instead, however, there will be a large cost to degrees fo freedom for the SSE.

For our experiment, we need to choose αi and βj (i= 1,…, i, and j = 1,..., j) for two different cases:
1) A case where blocking works and increases power (as compared to one-factor ANOVA)
2) A case where blocking doesn’t work and power is decreased.
In each case, μij = μ + αi + βj should be the same.
We can set μ = 0, but we must remember that ∑_(i=0)^I?αi = ∑_(j=0)^j?βj = 0.

Power is the P(rejecting H0 correctly| Ha is correct); i.e., correctly rejecting H0.
To calculate it, we’ll need to calculate (# of rejections of H0 / # of times we repeat the experiment).
So, to calculate power properly, we’ll need to repeat the experiment many times.
For the experiment, we’ll need to create an IxJ data frame of iid N(0, σ2) errors, then create a matrix where the entries are μ + αi + βj. Adding the original data frame to this matrix will give us our simulated observations Xij.
We will then apply ANOVA both for the one factor and two factor blocking case. We will need to determine whether H0 is rejected for all cases, and then count the rejections. We’ll need to simulate the experiment a bunch of times and find the power (using the # of rejections) of each experiment.
We will be fiddling with σ, αi, and βj until we get a configuration so that the highlighted conditions hold (so two separate experiments).
We will also need to do this for multiple values of i, so it will be useful to develop an intuition about the parameters so that we can determine whether to use one factor or blocked ANOVA.
http://www.6daixie.com/contents/18/1320.html

本团队核心人员组成主要包括硅谷工程师、BAT一线工程师,国内Top5硕士、博士生,精通德英语!我们主要业务范围是代做编程大作业、课程设计等等。

我们的方向领域:window编程 数值算法 AI人工智能 金融统计 计量分析 大数据 网络编程 WEB编程 通讯编程 游戏编程多媒体linux 外挂编程 程序API图像处理 嵌入式/单片机 数据库编程 控制台 进程与线程 网络安全  汇编语言 硬件编程 软件设计 工程标准规等。其中代写代做编程语言或工具包括但不限于以下范围:

C/C++/C#代写

Java代写

IT代写

Python代写

辅导编程作业

Matlab代写

Haskell代写

Processing代写

Linux环境搭建

Rust代写

Data Structure Assginment 数据结构代写

MIPS代写

Machine Learning 作业 代写

Oracle/SQL/PostgreSQL/Pig 数据库代写/代做/辅导

Web开发、网站开发、网站作业

ASP.NET网站开发

Finance Insurace Statistics统计、回归、迭代

Prolog代写

Computer Computational method代做

 

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

微信:codinghelp

猜你喜欢

转载自www.cnblogs.com/helpcode/p/8946573.html