30,543 reputation
54163
bio website
location Sydney, Australia
age
visits member for 1 year, 1 month
seen 44 mins ago
stats profile views 1,284

Biostatistician, NSW Health


57m
answered Get another row of a matrix according to another ordered row in R
3h
comment data.table: Error during wrapup: Internal error: NA exist in 'rows' passed to C assign
Edit your question to include these examples. It is too difficult to follow in the comments
1d
comment Fastest way to get rowSums of multiplication of matrix by a vector in R
What are you going to do with your extra 4 seconds? I think this is more suited to code review. Perhaps if you described what you wanted (not just have a wall of code).
2d
comment Fastest way to find maximum value of a function in each interval in R
@flodel -- much faster!
2d
revised Fastest way to find maximum value of a function in each interval in R
added 220 characters in body
2d
comment Fastest way to find maximum value of a function in each interval in R
@rose - you are confused about what you want. You function is monotonically increasing for all positive values, so the maximum value for v within an interval will give the maximum value of f(v). I've given you code to do both. Use which ever you need.
2d
comment Fastest way to find maximum value of a function in each interval in R
@flodel -- added caveat.
2d
comment Fastest way to find maximum value of a function in each interval in R
@rose -- unname
2d
revised Fastest way to find maximum value of a function in each interval in R
added 96 characters in body
2d
answered Fastest way to find maximum value of a function in each interval in R
Jun
14
comment Equivalent of substr for raw vectors
An Rccp sugar implemetation of head / tail?
Jun
14
comment Select top n% records from different column groups in a dataframe
reshape your data into long form.....
Jun
13
comment Fastet way to multiply a column of matrix to a vector elements in R
Indeed, Change made @rose
Jun
13
revised Fastet way to multiply a column of matrix to a vector elements in R
added 18 characters in body
Jun
13
answered Fastet way to multiply a column of matrix to a vector elements in R
Jun
12
comment Installing Gsl package using RStudio?
The R package gsl is wrapper for the Gnu Scientific Library. You must have this installed on your system (as your posted error message, and the system requirements listed here clearly state.
Jun
12
comment Installing Gsl package using RStudio?
The error message is self explanatory. Do you have GSL installed?
Jun
12
answered Split characters in column names to new columns with logical values in rows
Jun
11
comment An issue with vectorising Gsub
In R terms Your function needs to return myCorpus after both loops have finished, then you would need assign the results of the function to an object. See str_replace_all from the stringr package to see an alternative to your approach above.
Jun
10
awarded  Enlightened