Search found 10 matches

by rovargasc
Thu May 26, 2022 8:28 pm
Forum: Module development
Topic: Instrumental variables
Replies: 3
Views: 2701

Re: Instrumental variables

Oh, yes. Thanks!
by rovargasc
Wed May 25, 2022 5:09 pm
Forum: Module development
Topic: Instrumental variables
Replies: 3
Views: 2701

Instrumental variables

Hi! I would like to try to build a module about instrumental variables, but first I must learn well how to create a multiple linear regression to implement it in Jamovi. Could you give me some help about how to create it? formula <- paste(self$options$dep, '~', self$options$covs) formula <- as.formu...
by rovargasc
Mon May 09, 2022 7:41 pm
Forum: Module development
Topic: Choropleth map
Replies: 8
Views: 3643

Re: Choropleth map

Thanks Maurizio!
by rovargasc
Fri May 06, 2022 11:48 pm
Forum: Module development
Topic: Choropleth map
Replies: 8
Views: 3643

Re: Choropleth map

Okay. This is the link: https://github.com/rovargasc/coroplethmap
These are the files, I tried to do what you have done, but it doesn't work for me...

I really appreciate your help. Thanks!
by rovargasc
Fri May 06, 2022 12:48 pm
Forum: Module development
Topic: Choropleth map
Replies: 8
Views: 3643

Re: Choropleth map

Thanks MAgojam! I tried your code, but I'm still having some problems, check it out:
error3.png
error3.png (38.85 KiB) Viewed 3547 times
This is how my data looks like:
datamap.png
datamap.png (54.32 KiB) Viewed 3547 times
by rovargasc
Wed May 04, 2022 1:04 pm
Forum: Module development
Topic: Choropleth map
Replies: 8
Views: 3643

Re: Choropleth map

Ohh got it. Thanks! I fixed that, but now I have other problem:
error2.png
error2.png (50.79 KiB) Viewed 3598 times
I tried to fix it with this code:
code3.png
code3.png (29.37 KiB) Viewed 3598 times
I don't know what am I doing wrong. I'm still new in creating modules.

I really appreciate your help. Thanks in advance!
by rovargasc
Sun May 01, 2022 5:03 pm
Forum: Module development
Topic: Choropleth map
Replies: 8
Views: 3643

Choropleth map

Hello. I'm trying to do a choropleth map but I have the following issue: error.png I woud like to know what am I doing wrong. Here is my code: code1.png I commented those lines because I tried in the 2 ways but neither works This is the way how I tried to do the plot: code2.png I would like to know ...
by rovargasc
Mon Apr 04, 2022 9:34 pm
Forum: Module development
Topic: Updating created modules
Replies: 1
Views: 1029

Updating created modules

Hi. A few months ago I created a module with the jamovi version 2.2.2, then I update Jamovi to the latest version (2.3.2) and then I found this:
problem version jamovi.png
problem version jamovi.png (9.06 KiB) Viewed 1029 times
So, what can I do to fix that? Thanks in advance
by rovargasc
Tue Mar 29, 2022 9:48 pm
Forum: Module development
Topic: Time series in Jamovi.
Replies: 1
Views: 1609

Time series in Jamovi.

Hello. I would like to know if there is a module related to time series. I was searching but I found nothing. In case there is none: It is viable to create one? I have been learning how to create modules but I don't have enough capacity to create such a powerful one yet. But I would like to try. Tha...
by rovargasc
Tue Oct 26, 2021 9:40 pm
Forum: Module development
Topic: Confidence interval for variance
Replies: 1
Views: 4628

Confidence interval for variance

Hello everyone. I am new to creating modules in jamovi. I have the following doubt: I am trying to create a confidence interval for variance, but when I run it in jamovi I get error. This is what I wrote in the jamovi .a file CI variance image2.png Then, in the R code (.b file) I write the following...