Search found 4 matches

by unm111
Thu Feb 15, 2024 12:09 am
Forum: Module development
Topic: Inputs for Jamovi vs R
Replies: 10
Views: 19591

Re: Inputs for Jamovi vs R

I merged the changes Maurizio had in the PR, still the same error.
by unm111
Wed Nov 29, 2023 9:07 pm
Forum: Module development
Topic: Inputs for Jamovi vs R
Replies: 10
Views: 19591

Re: Inputs for Jamovi vs R

Here is the code for reference. https://github.com/mquazi/trend_Jamovi/tree/main
by unm111
Sat Nov 04, 2023 6:41 pm
Forum: Module development
Topic: Inputs for Jamovi vs R
Replies: 10
Views: 19591

Re: Inputs for Jamovi vs R

Hi Maurizio,

Thanks for your response.
I implemented the changes you suggested, but I still have the same error. PFA.

Best,
M
by unm111
Sun Oct 29, 2023 8:00 pm
Forum: Module development
Topic: Inputs for Jamovi vs R
Replies: 10
Views: 19591

Inputs for Jamovi vs R

I am trying to build a module for MannKendall Trend analysis for Jamovi but has hit a roadblock. The test only takes x as an input >> >> MannKendall(x) So in a.yaml I have options: - name: data type: Data description: R: the data as a data frame - name: x title: Series to check trend type: Variable ...