Re-Scaling variables

Discuss the jamovi platform, possible improvements, etc.
Post Reply
scro1461
Posts: 17
Joined: Thu Nov 26, 2020 12:23 pm

Re-Scaling variables

Post by scro1461 »

I have created a new variable based on a Factor Analysis. How do I re-scale this variable (or a new variable based on this) to 1-100? Is there an easy way? Currently its -x to + x.

Also, will we get a new feature which allows the user to automatically add the factors from a factor analysis as a new variable?

Cheers
User avatar
MAgojam
Posts: 421
Joined: Thu Jun 08, 2017 2:33 pm
Location: Parma (Italy)

Re: Re-Scaling variables

Post by MAgojam »

Hi, @ scro1461.

Here's a tip for you to scale your variable to 1-100.
Compute a new variable (DATA-> Compute) and insert the formula:
99 / (VMAX (varname) - VMIN (varname)) * (varname - VMIN (varname)) + 1

In the formula, replace varname with the name of your variable to be scaled, while 99 is the difference between the maximum and minimum value of the new variable (100 - 1) and 1 is the minimum value for the new variable.

Cheers,
Maurizio
User avatar
jonathon
Posts: 2613
Joined: Fri Jan 27, 2017 10:04 am

Re: Re-Scaling variables

Post by jonathon »

Also, will we get a new feature which allows the user to automatically add the factors from a factor analysis as a new variable?
yes. this should land in the next couple of weeks.

cheers

jonathon
scro1461
Posts: 17
Joined: Thu Nov 26, 2020 12:23 pm

Re: Re-Scaling variables

Post by scro1461 »

jonathon wrote:
Also, will we get a new feature which allows the user to automatically add the factors from a factor analysis as a new variable?
yes. this should land in the next couple of weeks.

cheers

jonathon
Do we have an ETA went this will be available. Will be really useful when I teach students in Feb.
User avatar
jonathon
Posts: 2613
Joined: Fri Jan 27, 2017 10:04 am

Re: Re-Scaling variables

Post by jonathon »

hi,

this may land by feb, but also might not sorry. i'd say it's 50/50

predicting how long a feature will take to develop is a bit of a black art.

jonathon
Post Reply