fossilesque@mander.xyzM to Science Memes@mander.xyzEnglish · 4 days agoCan't argue that.mander.xyzexternal-linkmessage-square105fedilinkarrow-up1437arrow-down18
arrow-up1429arrow-down1external-linkCan't argue that.mander.xyzfossilesque@mander.xyzM to Science Memes@mander.xyzEnglish · 4 days agomessage-square105fedilink
minus-squareZkhqrD5o@lemmy.worldlinkfedilinkEnglisharrow-up57arrow-down1·edit-23 days agoR2 = 0.11 Edit: tried with R<sup>2</sup> but it didn’t work. :( Edit 02: thanks to @jaennaet for educating me on proper syntax.
minus-squareJännät@sopuli.xyzlinkfedilinkEnglisharrow-up6·3 days 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-up4·3 days 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.
minus-squareJännät@sopuli.xyzlinkfedilinkEnglisharrow-up4·3 days agoI’d assume it’s easier for people to get their keyboards to cough up a couple of carets compared to Unicode superscript characters, though
minus-squareulterno@programming.devlinkfedilinkEnglisharrow-up0·2 days agoYeah. I use KCharSelect for it and have been considering making a plasmoid for it for a while now.
R2 = 0.11
Edit: tried with R<sup>2</sup> but it didn’t work. :(
Edit 02: thanks to @jaennaet for educating me on proper syntax.
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.
I’d assume it’s easier for people to get their keyboards to cough up a couple of carets compared to Unicode superscript characters, though
Yeah.
I use
KCharSelect
for it and have been considering making a plasmoid for it for a while now.