Hypothesis Test

hypothesis test

Posted by Jon Duan on November 1, 2016   Econometrics   hypothesis test

Hypothesis test with asymptotic properties

t and F tests are used to test linear restrictions.

Type

  • Wald
  • Likelihood ratio
  • Lagrange multiplier

All are based on asymptotic distribution.

–> note that all equations between these tags will not need escaping!

\( sin(x^2) \)

\[ \mathbf{X} = \mathbf{Z} \mathbf{P^\mathsf{T}} \]

library(ggplot2,quietly = T)
library(datasets,quietly = T)
data(beavers)
head(beaver2)

test using ```

library(ggplot2,quietly = T)
library(datasets,quietly = T)
data(beavers)
head(beaver2)

Note: layout: post date: 2016-09-04T16:54:23.000Z header-img: img/high_242.jpg comments: true subtitle: An exploration of ggplot2 author: Hanjo Odendaal output: html_document category: labs tags:

  • R
  • ggplot2