Displaying 5 results from an estimated 5 matches for "getlab".
Did you mean:
gitlab
2011 Oct 18
1
Help text in plot
Hi all,
I have a basic plot
MC_P1.DEM.1<-qplot(x=Group, y=P1.DEM.UN.WPP.FER.TOT_var,
data=GroupMeans_gr_DEM, geom="bar", stat="identity", fill=Group)+
myScale_fill()+getLabs("MC_P1.DEM.1")
I would like to add a y-lab horizontally ON TOP OF y-axis...and I didn't
understand how it works (with axis.text.y???how)
thanks a lot
filippo
[[alternative HTML version deleted]]
2015 Nov 06
4
Puzzled by eval
I am currently puzzled by a seach path behavior. I have a library of a dozen routines
getlabs(), getssn(), getecg(), ... that interface to local repositories and pull back
patient information. All have a the first 6 arguments in common, and immediately call a
second routine to do initial processing of these 6. The functions "joe" and "fred" below
capture the releva...
2015 Nov 06
1
Puzzled by eval
...(survival)
cos <- lung
coxph(Surv(time, status) ~ age, data=cos)
Terry T.
On 11/06/2015 07:51 AM, Duncan Murdoch wrote:
> On 06/11/2015 7:36 AM, Therneau, Terry M., Ph.D. wrote:
>> I am currently puzzled by a seach path behavior. I have a library of a dozen routines
>> getlabs(), getssn(), getecg(), ... that interface to local repositories and pull back
>> patient information. All have a the first 6 arguments in common, and immediately call a
>> second routine to do initial processing of these 6. The functions "joe" and "fred" below
>...
2015 Nov 06
0
Puzzled by eval
...cal dataframe named cos.
Duncan Murdoch
>
> Terry T.
>
>
> On 11/06/2015 07:51 AM, Duncan Murdoch wrote:
>> On 06/11/2015 7:36 AM, Therneau, Terry M., Ph.D. wrote:
>>> I am currently puzzled by a seach path behavior. I have a library of a dozen routines
>>> getlabs(), getssn(), getecg(), ... that interface to local repositories and pull back
>>> patient information. All have a the first 6 arguments in common, and immediately call a
>>> second routine to do initial processing of these 6. The functions "joe" and "fred" b...
2015 Nov 06
0
Puzzled by eval
On 06/11/2015 7:36 AM, Therneau, Terry M., Ph.D. wrote:
> I am currently puzzled by a seach path behavior. I have a library of a dozen routines
> getlabs(), getssn(), getecg(), ... that interface to local repositories and pull back
> patient information. All have a the first 6 arguments in common, and immediately call a
> second routine to do initial processing of these 6. The functions "joe" and "fred" below
> captur...