Platform
Resources
Pricing
Sign in
Get started
JR
Workspace
Fork
Public
By
JR
Edited
Feb 27, 2023
Insert cell
Insert cell
viewof
Height
=
Inputs
.
range
(
[
30
,
300
]
,
{
label
:
"Enter Height (in cm)"
,
step
:
1
}
)
Insert cell
viewof
Weight
=
Inputs
.
range
(
[
0.1
,
120
]
,
{
label
:
"Enter Weight (in kg)"
,
step
:
1
,
value
:
60
}
)
Insert cell
viewof
Cr
=
Inputs
.
range
(
[
0.01
,
10
]
,
{
label
:
"Enter Cr (in mg/dL)"
,
step
:
0.01
,
value
:
2
}
)
Insert cell
eGFR
=
(
(
0.413
*
Height
)
/
Cr
)
.
toLocaleString
(
undefined
,
{
maximumFractionDigits
:
0
}
)
Insert cell
viewof
first_dose_time
=
Inputs
.
datetime
(
{
label
:
"1st dose administerd at"
}
)
Insert cell
viewof
mid_dose_time
=
Inputs
.
datetime
(
{
label
:
"Mid-level time"
}
)
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.
Try it for free
Learn more
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Height
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Weight
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Cr
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
eGFR
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
first_dose_time
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
mid_dose_time
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML