Displaying 1 result from an estimated 1 matches for "newa_jon".
Did you mean:
new_zon
2009 Feb 09
2
Dataframes: conditional calculations per row .
...Clase : int 8 4 1 1 1 1 1 1 12 1 ...
$ Categoria: int 2 6 6 6 1 1 1 1 1 1 ...
$ Phi : num 0.128 0.147 0.217 0.217 0.887 ...
$ Rf : num 0.119 0.102 0.147 0.147 0.143 ...
$ OldA : num 0.737 0.258 0.375 0.375 0.385 ...
$ OldCondo : num 4436 1555 2260 2260 2318 ...
$ NewA_Jon : num 1.069 0.368 0.256 0.256 0.264 ...
I perform an initial operation using the original variables plus one
numeric (Abase) that is external and has the same number of rows than
the dataframe:
alitemp <- ((Abase/llmcc$Clase)*PClase)+(((1/llmcc
$Categoria)*Abase)*PCategoria)+((Abase*llm...