python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to insert a random element on a Anki card?
On Anki, the front of a card have "X+Y?" and the back shows "Z". For example, front "4+7?" and back "11" But I want next time that I see this card the numbers b...
William PT
Votes: 0
Answers: 1
How can I make randomization automatic on REDCap?
I am running a survey on REDCap where participants need to be assigned to one of three groups before receiving a group-specific intervention to reduce their smartphone use (e.g., 1 - intervention one,...
Dasha Sandra
Votes: 0
Answers: 1
How to make monthly data to daily data using random techniques in R
I need to transform this monthly data to daily data by using some randomization technique, for example. Here is the dataframe:
library(dplyr)
library(lubridate)
month_year <- c(
"08-2021&qu...
Rodrigo H. Ozon
Votes: 0
Answers: 2