/r/Rsoftware

Photograph via snooOG

This is a subreddit for people interested in the interpreted language R.

/r/Rsoftware

835 Subscribers

1

Please help

I’m attempting to run a linear regression analysis and I’m not sure if I’m just dumb or not but it’s not working When I run the code Regc(formula= Dv~ IV+ IV) I do not get a std err or p value. My main independent variable is non numerical, is this the problem and if so how do I fix this. I’m doing a study on if university rankings (IV) affect voter turnout in students (DV) Please help if you can

0 Comments
2024/04/12
02:36 UTC

1

Can I convert a continuous numeric variable to R, into a class variable (example: numbers for BMI, to ‘normoweight, overweight, obese’), so that I can compare it in a Barplot chart with another qualitative variable (example: gender)?

0 Comments
2024/02/12
19:09 UTC

1

Looking for free Decorrelation Stretch Software

Hi, I'm currently looking for a decorrelation stretch software (the most well known example is probably DStretch).

A few years ago there was the option to get software for this for free, nowadays it seems to be a little more complicated.
Is there still software like this out there? Please note im explicitly not looking for pirated software or sth. like that.

0 Comments
2024/01/23
11:29 UTC

1

MetaLandSim package by Mestre et al.

Anyone with experience using this package?

0 Comments
2024/01/08
05:24 UTC

1

Is there a way to transcribe volume levels on a YouTube video?

I have transcribed the text from a YouTube video, but I would also like to record the corresponding volume levels for that text. Is this possible or will I have to do it by hand?

0 Comments
2023/12/27
17:11 UTC

1

New to R

Hello I need to learn how to use R for statistical analysis of large data. I'm only familiar with SPSS software. Any and all leads to R would be appreciated. I already found a YouTube tutorial and a random list of commands.

1 Comment
2023/12/21
13:37 UTC

1

Now Pou it's invisible

0 Comments
2023/12/07
20:36 UTC

1

How can I code a live character plaza, like the Mii Plaza form the Nintendo 3ds but, in a flutter program, Is it even possible?

0 Comments
2023/10/13
09:33 UTC

1

What is the best open source/free project tools, with kanban board and integrated gantt diagram / timeline ?

I have to propose for my team a tool that is easy to use, so they can see and follow their project in agile mode like kanban, but also i need to have a big pictures of all the projects ( beginning and ending). I have thought of something like a simple trello and use a additionnal tool like gantt pro or a business intelligence one. But i think it will be better if i can take a csv from the same tool.

Anyone has an idea?

Regards

0 Comments
2023/09/21
09:40 UTC

1

Does R Software Have a Privacy Policy? Where Can I Find It?

Hey fellow Redditors,

I'm currently exploring the R software and its various applications, but I have a quick question about its privacy policy. I'm curious to know if R has a Privacy Policy in place to ensure the security of users' data and information. If it does indeed have one, could someone kindly direct me to where I can find it?

Thanks in advance!

4 Comments
2023/08/16
15:53 UTC

1

Please help: survival models in R

For a project I’m analyzing data in R with two non-proportional hazards model: an Aalen model and a Cox-Aalen model, such as:

fit_aalen = aalen(Surv(Survival, Status) ~ v1 + const(v2), dati)

fit_coxaalen = cox.aalen(Surv(Survival, Status) ~ v1 + prop(v2), dati)

The problem is that for both I CAN’T PLOT THE ESTIMATED SURVIVAL FUNCTION, if I give “plot(fit_aalen)” it only shows me the cumulated coefficients, I need the estimated survival function. Please help.

0 Comments
2023/08/14
16:28 UTC

1

curly brackets in R ... what do they mean

0 Comments
2023/03/06
12:04 UTC

0

Is there anyone willing to help me build this bot?

0 Comments
2023/01/02
20:50 UTC

1

Trying to install tensorflow

0 Comments
2022/10/25
04:31 UTC

1

time series

I found some problems with converting my data into time series data in R all columns change their values for example I have a date column(01-01-2000) and ozone emissions column ( 0.016) when I ran the ts code they change to random values like the date columns to (4576700 or to 1 .. ) and the other columns too what should I do?

0 Comments
2022/09/28
16:05 UTC

1

Shared calendar system

does anyone know if there is a cloud based shared calendar system that supports multiple users.Each user shown in a row . With the possibility to sync with outlook calendar.

Kinda like this old software we are currently using

Each users in it's own row . time zone in cols.

https://preview.redd.it/pic6s1xpbkq91.png?width=1378&format=png&auto=webp&s=a67526ddbf47cf727e504389bc462a74c4ad30f1

0 Comments
2022/09/28
08:46 UTC

3

School iPad

I have a school iPad that has Jamf software installed on it which blocks App Store and all un permitted apps and websites to do with entertainment, games or software to remove. I am wondering if anyone has been successful in bypassing mdm lock, removing supervision and or installing other apps another way? If so please let me know how to do this

1 Comment
2022/09/27
20:47 UTC

1

Function to count the words

Hi all,

I was wondering if someone could help me with a very easy(!) problem I have been trying to solve for hours. I have a variable in a dataset with ~500 answers– it essentially represents participants' answers to an essay question. I am interested in how many words each individual has used in the task and I cannot seem to find a function in R to calculate/count each participant's words in that particular variable.

Is there a way to do this in R? Any packages you think could help me do this? Thank you so much in advance!

0 Comments
2022/09/23
15:06 UTC

1

Suggestions for Tutorials for Learning R

Hi All!

I am currently taking a class that relies pretty heavily on using the R software to analyze and display data. I'm still pretty new to anything related to coding, but I am very engaged to learn more. I'm not the type to just jump in head first through, I need some base knowledge before I can start generating my own code, seemingly out of thin air.

So far in trying to teach myself, I found some success in the Datacamp "free" tutorial. It was suggested by my professor, and I really liked it. I think having the guidance along with the software in the window was really helpful. However, after reaching a certain point, they want me to pay....

I'm not going to pay $150 for tutorials on a free software for a class I already pail $100 for a textbook...

Does anyone know of any websites/tutorials that will hold my hand while I try to wrap my head around this amazing software?

Many thanks!

3 Comments
2022/09/08
13:37 UTC

1

Tabulizer package

I'm trying to install this package but the error shows that such package doesn't exist. Has the R community disabled it? Can anyone give me an alternative for this package to extract tables from pdf

0 Comments
2022/07/06
04:35 UTC

1

RankAggreg

Hi everyone!

I am working with an NCAA data set, and am not having any luck using the RankAggreg library. I am trying to run a Genetic Algorithm over the dataset, and I keep getting an error saying that I am either using incorrect dimensions when I limit myself to one column, or lack uniqueness if I am using the entire dataset. Is there a way for me to use this library, or find some other work-around to rank these teams? Thanks in advance!

0 Comments
2022/04/26
20:38 UTC

1

Help determining start values of coefficients in a nonlinear model

Hi everyone. For a dataset consisting of three quantitative variables, H, M and W I have to build a non linear model of this form: E(H)=b0+b1M+(W/(b3+b4M)).

I tried using the "nls()" function in R, but I don't know how to determine the start values of the coefficients, b0, b1, b3 and b4. How can they be determined?

0 Comments
2022/01/16
18:30 UTC

1

Help with weighted lottery system

Hi I am a bit of a beginner with programming / sheets or excel and am looking for help / ideas for a weighted lottery system. It is complicated because I work for a non profit and we want to prioritize certain individuals (specifically need based ones) to be more likely to be selected as a participant of a camp. There would be several factors including, if individuals require financial assistance, how many days they will be at the camp 1-3, along with another factor or two (which are still to be determined). Any advice or suggestions would be greatly appreciated.

2 Comments
2021/09/16
15:21 UTC

1

Interpretation of a plot for linear assumption

Good morning everyone!I want to ask help to interpretate a plot about linearity assumption for error distribution in a simple Linear regression model, as shown in the attached picture.

As i intended it, there should not be any linearity assumption, as the rapresentation create "a pattern" (like a "vertical-horiented stripe"). Am i interpreting it correctly?

Thanks to everyone :)

plot between predicted values (x-axis) and errors (y-axis)

0 Comments
2021/06/25
12:19 UTC

Back To Top