Skip to main content

Questions tagged [r]

R is a free, open-source programming language and software environment for statistical computing, bioinformatics, and graphics.

4 votes
1 answer
28 views

I have some data in a CSV that pertains to bandwidth tests, like so: Date.Time Mean Standard.Deviation 2025/12/24 12:06:46 88382 6046 2025/12/24 12:22:59 93813 3986 2025/12/24 13:36:06 91530 8136 2025/...
user208145's user avatar
4 votes
1 answer
52 views

I enjoy using the R package caret to streamline my workflows when doing machine learning in R. I currently have a problem where I would like to use extreme gradient ...
Stephen Clark's user avatar
6 votes
1 answer
47 views

How machine learning models are used for keyword analysis and ranking predictions I work in digital marketing and I’m trying to understand how data science can be practically applied to improve SEO ...
digital brolly's user avatar
2 votes
1 answer
40 views

I am playing with xgboost and callbacks in xgb.train. The code below raises an error: "Error in predict(env$model, dval) : argument "env" is missing, with no default" Can someone ...
wasa's user avatar
  • 111
4 votes
0 answers
44 views

I have fitted a zero-inflated Poisson (ZIP) model to my count data with an excess of zeros (figure 1). Since it didn't capture the overdispersion in the data, and overdispersion is indeed ...
Paw in Data's user avatar
2 votes
1 answer
289 views

I am from Malaysia. I would like to download the R-studio package, but the first thing I need to do is to download the CRAN Mirror. In the list of R studio, there is no country Malaysia available. Can ...
putri's user avatar
  • 21
2 votes
1 answer
50 views

I am working with time series data in R and converting them to symbolic strings using the Symbolic Aggregate Approximation(SAX) algorithm. I have tried two different R packages for SAX: TSclust ...
sgourosf's user avatar
5 votes
1 answer
87 views

I am not sure if this is the right place to ask, but I have two fecundity datasets per year. One for males, the other for females: To give an excerpt of the data: Gender year number born M 1990 1 M ...
Bugsy's user avatar
  • 53
0 votes
0 answers
37 views

I am using the red wine quality dataset from Kaggle 'Red Wine Quality' for regression as self-exploration. I did the analysis using multiple linear regression and found that '***' appeared against ...
DT1421's user avatar
  • 1
1 vote
0 answers
120 views

I'm intending to attempt some LCA on weighted survey data. I can see that Latent Gold (which I do not have a access to) allows the use of "case weights" which seem specially designed for ...
MPK's user avatar
  • 11
8 votes
2 answers
806 views

I am working with some soil data that I had analysed for my postgraduate research project. The data involves the concentration of specific ions within the soil. Some of the ions which were determined ...
onurubu's user avatar
  • 83
0 votes
1 answer
58 views

I would like to cluster named towns using their Latitude and longitude or radian values. I am new to R and would like some advice.
Ken mattes's user avatar
0 votes
0 answers
37 views

I am trying to analyze some data from the Auto data set (from ISLR2). I am trying to fit a piecewise polynomial to the acceleration column. But every time I run my code, R throws this error: ...
Dasher_Vagus's user avatar
1 vote
0 answers
88 views

Hope everyone is doing well. For my logistic regression model predicting hypertension, I want to calculate Shapley-adjusted odds ratios (ORs) and 95% confidence intervals (CIs) for each predictor in ...
Raf's user avatar
  • 11
2 votes
1 answer
100 views

I already have a GLM model in place to predict claims frequency. I know have access to many new variables (a mix of categorical and continuous variables, some of which are likely correlated). I wish ...
InsurancePricer's user avatar

15 30 50 per page
1
2 3 4 5
97