Displaying 1 result from an estimated 1 matches for "0.04216".
Did you mean:
0.0216
2010 Feb 24
3
"get" problem
Dear R communtiy,
I do not understand why this does not work...:
> betaS$SBP
[1] 0.03274 -0.04216 -0.08986 -0.45980 0.60320 -0.63070 -0.05682 0.20130
> t<-c("betaS$SBP")
> t
[1] "betaS$SBP"
> get(t)
Error in get(t) : object 'betaS$SBP' not found
[I am trying to use the variable "t" in a loop to call many different
objects, but the