Skip to content

Instantly share code, notes, and snippets.

@ericqu
ericqu / measure_coeff_error.jl
Created November 22, 2022 00:34
Quick analysis of the error associated with estimated coefficient in linear regression contrasted with the condition number
using LinearRegressionKit, StatsModels, DataFrames, CSV
using GLM, Statistics
using CategoricalArrays, DataFramesMeta
using VegaLite
# versioninfo()
# import Pkg
# Pkg.status()
# Julia Version 1.8.3