python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Successive calculation of coefficient of variation
I'm having a long list of values which is triple indexed (i,j,t). For all i in I and j in J I have to extract all t values and calculate the coefficient of variation (cv) successively. The length of t...
clueless
Votes: 0
Answers: 1
How do I interpret error: "Error in intI(j, n = x@Dim[2], dn[[2]], give.dn = FALSE) : invalid character indexing" in R?
I am trying to run this small script in R:
minimumFrequency <- 10
datadtm <- DocumentTermMatrix(datacorpusclean, control=list(bounds = list(global=c(1, Inf
)), weighting = weightBin))
# conver...
Davide
Votes: 0
Answers: 1
Step vs. StepAIC
I'm trying to understand why my code has taken several days to process and how I can improve the next iteration. I'm on my third day and continue to have outputs with marginal improvements in AIC. The...
thou
Votes: 0
Answers: 0
Can you add weightings to values for linear regression?
I'm trying to develop a predictive model that uses previously collected data to estimate a future value. The data in question is taken from measurements made over several days, however the more recent...
RDP248
Votes: 0
Answers: 0