Public
Edited
Sep 17, 2023
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
queryProfiles = fetchAndParseCsv(params.applyCovariateProfileUrl, "\n")
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
results = icare.computeAbsoluteRisk(params)
Insert cell
Insert cell
Insert cell
Object.keys(results)
Insert cell
Insert cell
`iCARE method used: ${results.method}`
Insert cell
Insert cell
results.model
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
describeStatistics(results.reference_risks[0]["population_risks"])
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
icare = (
await import(
"https://cdn.jsdelivr.net/gh/jeyabbalas/wasm-icare@1.0.0/dist/wasm-icare.js"
)
).loadWasmICARE()
Insert cell
Insert cell
Insert cell
Insert cell
riskViz = import(
"https://cdn.jsdelivr.net/gh/jeyabbalas/risk-viz@0.0.1/dist/risk-viz.js"
)
Insert cell
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more