Page 1 of 1

Re-Scaling variables

Posted: Thu Nov 26, 2020 12:31 pm
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

Re: Re-Scaling variables

Posted: Thu Nov 26, 2020 11:11 pm
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

Re: Re-Scaling variables

Posted: Thu Nov 26, 2020 11:32 pm
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

Re: Re-Scaling variables

Posted: Mon Jan 11, 2021 12:49 pm
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.

Re: Re-Scaling variables

Posted: Mon Jan 11, 2021 8:49 pm
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