Displaying 1 result from an estimated 1 matches for "alicuotas".
2009 Feb 13
1
Add columns to data frame automatically
...culo
for (i in 1:100)
{
# Calculos de todas las curvas
# Variables (Valor Base)
abase <- AlicuotaBruta
clase <- llmcc$Clase
as.numeric(peso)
df.clases <- data.frame()
df.clases[,i] <- (abase/llmcc$Clase)*peso[1]
peso[1] <- peso[1]+(.01)
cat("Modelos de Alicuotas:", i, peso[1], "\n")
}
return (df.clases)
Problem is: the function does not work, and I just cant seem to
understand how to save the results for every iteration where the value
of i and peso[1] changes.
Any ideas?
Hágale un favor a alguien y le tendrá que hacer muchos mas. L...