fossilesque@mander.xyzM to Science Memes@mander.xyzEnglish · 1 day agoCan't argue that.mander.xyzimagemessage-square87fedilinkarrow-up1357arrow-down16
arrow-up1351arrow-down1imageCan't argue that.mander.xyzfossilesque@mander.xyzM to Science Memes@mander.xyzEnglish · 1 day agomessage-square87fedilink
minus-squareJännät@sopuli.xyzlinkfedilinkEnglisharrow-up3·5 hours agoYou have to surround the 2 with ^s: R^2^ = 0.11 R2 = 0.11 Note that this’ll bork if you put spaces between the carets: ^2 2^ gives you ^2 2^
minus-squareulterno@programming.devlinkfedilinkEnglisharrow-up1·33 minutes agoI know I’m late, but you can also use: R² = 0.11 Someone said it messes with screen-readers, but when I tried, everything messed with screen-readers, so I don’t see much of a difference.
You have to surround the 2 with
^
s:R^2^ = 0.11
R2 = 0.11
Note that this’ll bork if you put spaces between the carets:
^2 2^
gives you ^2 2^I know I’m late, but you can also use:
R² = 0.11
Someone said it messes with screen-readers, but when I tried, everything messed with screen-readers, so I don’t see much of a difference.