Package dk.alexandra.fresco.stat.regression.linear
-
Class Summary Class Description LinearRegression Fit a linear model to the given dataset and output estimates for the coefficients and some model diagnostics (seeLinearRegression.LinearRegressionResult).LinearRegression.LinearRegressionResult SimpleLinearRegression This computation returns coefficients a and b based on a simple linear regression of the observed x and y values.SimpleLinearRegression.SimpleLinearRegressionResult SimpleLinearRegressionTTest Test for the null hypothesis H0: β = β0 where β is a coefficient in a linear model.