Linkedin Tools : Getting job and contract

Here is a great tool by Linkedin to do the following – get a J   O  B

Where is it located ?

Look on Linked Page – Footer Area

Look in Row called Tools

Click on Jobs Insider

You get the below webpage-

image

Download and follow as per your browser. No Download for Chrome users.

But firefox is good enough.

 

Download it here

http://www.linkedin.com/static?key=jobsinsider_download&trk=hb_ft_jobsins

 

And enjoy Linkedin ‘s tool which is more useful than all the Facebook applications put together ….

Dataset too big for R ?

In case you have a dataset too big for fitting in memory for R, there is a package called biglm .

You install it like this-

install.packages("biglm", dep=TRUE)

 

 

  Information on package ‘biglm’

Description:

Package:       biglm
Type:          Package
Title:         bounded memory linear and generalized linear models
Version:       0.6
Date:          2005-09-24
Author:        Thomas Lumley
Maintainer:    Thomas Lumley <tlumley@u.washington.edu>
Description:   Regression for data too large to fit in memory
License:       GPL
Suggests:      RSQLite, RODBC
Enhances:      leaps
Packaged:      Tue Feb 24 10:47:44 2009; tlumley
Built:         R 2.8.1; i386-pc-mingw32; 2009-02-24 21:35:12; windows

Index:

bigglm                  Bounded memory linear regression
biglm                   Bounded memory linear regression
predict.bigglm          Predictions from a biglm/bigglm

and in case you are the statistical kind of chap who want to know what’s IN the code for these functions

function (formula, data, family = gaussian(), …)
UseMethod("bigglm", data)
<environment: namespace:biglm>

 

R tip of the day – If you want to know what an R Function say procmeans does…..all you need to do is type procmeans at the command prompt , and it will tell you what is inside the code.

If it gives an error most probably you need to

1) Install

and 2) Load the package containing the function

Which are conveniently here

image

credit source –http://www.nabble.com/R-f13819.html

Award : Analyticbridge.com

Blog post on http://www.analyticbridge.com/group/memberofthemonth

Ajay Ohri has been selected as our Member of the Month for the second time. Most recently, Ajay recruited great new members, posted numerous interesting messages on his blog, added many applications and feeds to his profile, and contributed in many other ways to make AnalyticBridge better.
To be eligible for the Member of the Month award, a candidate must ….

 

More details here

http://www.analyticbridge.com/group/memberofthemonth

ps — I am still waiting for the SAS Rookie Slumdog of the Year Award.

An R Package only for SAS Users

Dear All,

I am doing some research into creating a R Package for SAS language Users.

The name of the beta package is “ Anne”, but I am open to suggestions for the name please.

The basic idea is to enable SAS language Users (especially Windows SAS language  users) to get a feel to try out the R package without getting overwhelmed with the matrix level powerful capabilities as well as command line interface.

Creating new functions is quite easy as the following code shows.

The first R code for the “Anne 1.0” Package is

procunivariate(x) <- function(x) summary(x)

procimportcsv(x) <- function(x) read.table(x,header=TRUE,

                           + sep=”,”, row.names=”id”, na.string=”   “)

libname(x) <-function(x) setwd(x)

 

Note I am tweaking the code as we speak and would be trying to add one proc per week.

But how to put functions in a R Package ?

This is how to create a R package –( To be Continued)

Note- SAS here refers to SAS Language.

 

Bailout Poem

Two kids were talking in the park, and they played a game.

Who was the tougher guy, What is your daddy’s name.

 

My daddy worked on Wall Street , and boy he was so good,

He created more money out of money,oh yes , he sure could.

But good times had to end, times turned tough.

but my daddy was tougher, he changed tactics soon enough.

 

By the proper contributions, and fundraisers ball,

He got the government to bail him out, in billions ,that’s not small.

Your daddy is such a loser , he paid taxes on time,

filled his 401 k account, and committed no white/blue collar crime.

 

That’s why your daddy stands in line, in the cutback recession stall

Hoping to get food stamps , which have grown more since last fall.

If your daddy got the billions , he would have created stuff,

He would have created startups and jobs, the world needs that enough.

 

My daddy worked on Main Street, in an old American factory of cars,

He created good cars when young, but lost out in the oil price wars.

He may not have paid the fundraisers, but he is a honest man,

Your daddy might be richer, but my dad is the ordinary Ameri-CAN

 

By the sweat of his brow, and the toil of his arms,

My dad will rise  despite this fall,

If we could kick Nazi and Commi Butt,

Your dad’s dishonest white collar butt is even more small.

 

the kids moved on to another game, but what about Mr YOU.

are you going to be a wolf or a sheep, while the big guy fleeces us too.

Skype Answering Machine

Using Skype to cut down on office telecom bills and using it a lot.

Here is an answering machine software – it comes from a company that has software bundled in every skype package.

 

Check out http://www.pamela-systems.com

image

Ajay – But who was Pamela ??

Click here to download other Pamela versions
(including freeware Pamela Basic)