Digital Workshop

Welcome to the Digital Workshop Message Boards
It is currently December 22nd, 2024, 6:36 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 8 posts ] 
Author Message
 Post subject: Does OPUS support Statistical Calculations?
PostPosted: September 12th, 2013, 1:01 pm 
Offline

Joined: August 26th, 2011, 4:41 pm
Posts: 13
Location: Houston Texas
Opus: 8.5
OS: Windows 7 Enterprise
Am interested in learning if OPUS can calculate the following from test data:
reliability co-efficient
validity co-efficient
Standard error of measurement

_________________
Leticia "Bulldog" Irving
Office 713-481-4944


For this message leticia has been thanked by : mackavi


Top
 Profile  
 
 Post subject: Re: Does OPUS support Statistical Calculations?
PostPosted: September 12th, 2013, 7:21 pm 
Offline
Godlike
Godlike

Joined: November 12th, 2005, 1:56 am
Posts: 1474
Location: SFBay Area
Opus: OpusPro v9.0x, & Evol.
OS: Vista32
System: Core 2 duo 2Ghz, RAM 3GB, Nvidia Go 7700 - laptop
leticia wrote:
Am interested in learning if OPUS can calculate the following from test data:

If your question is "does Opus have built-in statistics functions? and specifically the measures mentioned?"
--- the answer is 'no', and 'no'.

However, I think YOU can calculate those measures from test data. You would probably have to learn and use script functions. OpusPro has math commands, which can be made to operate on data sets of varying size (through iteration, looping, etc). For example, there is not a built-in function for returning the Sum of Squares, but you can get there.

A lot depends on your purpose and your vision --- what you want to accomplish, where the data resides, how dynamic the dataset is, and how the data gets into Opus... how you want to display the results (coefficients, etc). And do you need Users to have interaction with the data or control the execution of the calculations. If you are trying to teach or illustrate/animate these principles, Opus gives you a lot to work with. If you are trying to build a business or research application, then you will likely be building some business rules or logic and then spawning some output to other systems.

Back you your original question, try googling
---> javascript calculate "reliability coefficient"
If you see something interesting there, you may find a way to implement in Opus.

Lastly, Opus can generate Pubs built as .EXE executables on Windows PCs --- and those Pubs can access Excel spreadsheet data as well as Access DB records. You are not limited to excel/access, but can use other databases and SQL methods, so perhaps utilize their internal statistical functions.

_________________
_good things come to those who wait(0)_


For this message Lar_123 has been thanked by : mackavi


Top
 Profile  
 
 Post subject: Re: Does OPUS support Statistical Calculations?
PostPosted: September 12th, 2013, 7:34 pm 
Offline

Joined: October 25th, 2004, 3:03 pm
Posts: 540
Location: Tyalgum Creek. Australia
Opus: Opus Pro Latest version 9.02 Build 16458
OS: Won 10
System: Asus laptop Intel Core i5 8 gig ram, big monitor, reading glasses
Could the following website be useful?

http://www.jstat.org

Hopefully yes

Graham

_________________
Too much coffee can result in frequent toilet breaks!


For this message Graham Baglin has been thanked by : leticia, mackavi


Top
 Profile  
 
 Post subject: Re: Does OPUS support Statistical Calculations?
PostPosted: September 15th, 2013, 2:53 am 
Offline
Godlike
Godlike

Joined: November 12th, 2005, 1:56 am
Posts: 1474
Location: SFBay Area
Opus: OpusPro v9.0x, & Evol.
OS: Vista32
System: Core 2 duo 2Ghz, RAM 3GB, Nvidia Go 7700 - laptop
?? No reply from Leticia? Okay, it has not been that long.

Anyway, I came across this tidbit of what I'd call middleware... may be useful for the OP, or for some others looking to expand functionality (punintended). (of course, be conscious of any licensing factors when drawing on others' works/tools).

Quote:
DataCouch allows you to turn spreadsheets into APIs and share them with anyone in the world. Others can fork, edit and send you back enhanced versions of your data. Hosting is free as long as data is shared.
http://commons.codeforamerica.org/apps/datacouch

_________________
_good things come to those who wait(0)_


For this message Lar_123 has been thanked by : mackavi


Top
 Profile  
 
 Post subject: Re: Does OPUS support Statistical Calculations?
PostPosted: September 18th, 2013, 4:43 pm 
Offline

Joined: August 26th, 2011, 4:41 pm
Posts: 13
Location: Houston Texas
Opus: 8.5
OS: Windows 7 Enterprise
I am desigining tests in OPUS in support of e-learning modules and wanted to gather data on the validity and reliabilty of the tests so that we could refine them as needed and or post our ratings as evidence to the reliabilty and validity of our assessments for customers and managment.

Graham - thank you for the jstat lead. It is a great resource. It did not however have the scripts I was hoping to find.

Lar_123 - I also tried googling javascript calculate, but to no avail. What I am looking for is probably best handled in an external application specifically designed for that purpose. OPUS is not set up to do this just yet, maybe sometime in the not too distant future.

Much thanks to you both.

_________________
Leticia "Bulldog" Irving
Office 713-481-4944


For this message leticia has been thanked by : mackavi


Top
 Profile  
 
 Post subject: Re: Does OPUS support Statistical Calculations?
PostPosted: September 19th, 2013, 5:02 am 
Offline
Godlike
Godlike

Joined: November 12th, 2005, 1:56 am
Posts: 1474
Location: SFBay Area
Opus: OpusPro v9.0x, & Evol.
OS: Vista32
System: Core 2 duo 2Ghz, RAM 3GB, Nvidia Go 7700 - laptop
leticia wrote:
I am desigining tests in OPUS in support of e-learning modules and wanted to gather data on the validity and reliabilty of the tests so that we could refine them as needed and or post our ratings as evidence to the reliabilty and validity of our assessments for customers and managment.

Lar_123 - I also tried googling javascript calculate, but to no avail.
Leticia,
That sounds like a really refined project. There are some folks in the Opus community, 'Mallette' come to mind, who have used Opus in corporate/administrative/?? training. Have not seen him here for weeks, but I suspect he would know what you are attempting.
Quote:
"If you can't measure it, it's crap."
David A. Mallette, 1980
That's his by-line. :)

On the search, I used Ask-advanced. Google has similar.
http://www.ask.com/webadvanced
I would try putting..... reliability co-efficient .....in the 2nd line for 'phrase',
...
and the other keywords.... javascript calculate ....in top line.
If you've tried that and the results didn't fulfill, then we'll have to dig deeper.
(as an aside, sometimes one can find an intern who can distill this challenge by integrating with external DB/SQL or Excel, and with Macros + clipboard bring the results into Opus. Server-side coding is another possibility, depending on how you need to handle the datasets and iterative changes.)

Just to mention, and I may have this not-quite-right, Javascript in its traditional syntax can be included/embedded within the HTML of a webpage. So that is one way to reuse JS code you may find. Similarly, Actionscript may be embedded inside Opus' Opusscript, so again possibility to apply code you may find (although with AS, I think the Pub Type may need to be Flex output???). Just some food for thought.

Good luck.

_________________
_good things come to those who wait(0)_


For this message Lar_123 has been thanked by : leticia, mackavi


Top
 Profile  
 
 Post subject: Re: Does OPUS support Statistical Calculations?
PostPosted: September 19th, 2013, 11:45 am 
Offline
Godlike
Godlike
User avatar

Joined: March 21st, 2007, 10:44 am
Posts: 3188
Location: UK
Opus: Evolution
Okay, this topic officially brings back bad memories of analysing the distribution of pebbles on Budleigh Salterton beach. No wonder students drink too much :-)

Anyway, off topic - if you are looking for external software, then we were supposed to use SPSS for this type of statistical work but I recall that we discovered Microsoft also offer an analysis tool kit free of change for Excel which was a lot more friendly - IMHO.

It may (after a few drinks), prove useful!

Mack

_________________
When you have explored all avenues of possibilities, what ever remains, how ever improbable, must be the answer.

Interactive Solutions for Business & Education
Learn Anywhere. Learn Anytime.

www.interaktiv.co.uk
+44 (0) 1395 548057


For this message mackavi has been thanked by : leticia


Top
 Profile Visit website  
 
 Post subject: Re: Does OPUS support Statistical Calculations?
PostPosted: October 18th, 2013, 6:09 pm 
Offline

Joined: August 26th, 2011, 4:41 pm
Posts: 13
Location: Houston Texas
Opus: 8.5
OS: Windows 7 Enterprise
Its funny that my query would remind you of Dave Mallete; we work together!
As far as his quote's concerned - he's right :)

_________________
Leticia "Bulldog" Irving
Office 713-481-4944


For this message leticia has been thanked by : mackavi


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 8 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 50 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group