Guest User

Untitled

a guest
Nov 22nd, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. Error: unexpected '}' in "}"
  2.  
  3. Vect_fun=function(x,a) {
  4. if(a=1)
  5. {
  6. y= mean(x,na.rm=TRUE)
  7. }
  8. else{
  9. if(a=2)
  10. {
  11. y= na.aggregate(x)
  12. }
  13. else {
  14. y=x[!is.na(x)]
  15. }
  16. }
  17. y
  18. }
Add Comment
Please, Sign In to add comment