search for: pose15

Displaying 3 results from an estimated 3 matches for "pose15".

Did you mean: pose16
2010 May 11
1
merging data frame
...-2512.5, 2423)), .Names = c("DESCRIPTION", "POSITION", "prix"), row.names = c("1", "2", "3", "4", "5", "6", "7", "8", "9", "51"), class = "data.frame") pose15 <- structure(list(DESCRIPTION = structure(1:9, .Label = c("CORN May/10", "COTTON NO.2 Jul/10", "CRUDE OIL miNY May/10", "ROBUSTA COFFEE (10) Jul/10", "SILVER May/10", "SOYBEANS Jul/10", "SUGAR NO.11 Jul/10", "SUGAR NO.1...
2010 May 13
1
access objects in my environment
Dear group, Here are my objects in my environment: > ls() [1] "Pos100415" "Pos100416" "posA" "pose15" "pose16" "pose16t" "position" "trade" "x" I need to pass the object "Pos100415" to a function. This element is a data.frame, obtained through a function: Pos(x)<-myfun(x) with x<-100415 in this example. If I do t...
2010 May 20
6
writing function
Dear group, I am trying to write functions, but as a beginner, everything is not so obvious. Let's say I want the results in a list of elemts like this : tot1, tot2, etc Here is a function: toto <- function(x,y) { for(i in x:y){ paste(c("tot",i),collapse="")<-(i*2) } } If I type this : >toto(1,5) I get this message error: Error in paste(c("tot",