search for: ainfl

Displaying 1 result from an estimated 1 matches for "ainfl".

Did you mean: infl
2000 Jul 28
4
Language element manipulation
...("a", meas, sep='')) names(themeas) <- c("xpos", paste("a", meas, sep='')) meassum <- summary(themeas$ameas[themeas$xpos==1]) ... } So, when this function is called with the argument ``infl'' the second column will be named ``ainfl''. In the last line I want to extract the column called ``ainfl'' from the data frame ``themeas''. But this is what happens: > themeas$ameas NULL Just grabbing at straws here: themeas$eval(ameas) Error: attempt to apply non-function Can someone wise me up about this?...