DRModelLOESS-class: An S4 class representing LOESS model of a dose-response curve

Description Slots Examples

Description

An S4 class representing LOESS model of a dose-response curve

Slots

model

loess model object

xlog

specifies if the x (dose) axis was log transformed before fitting a loess model

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
data(sim15_screen3)

#  LOESS works
x = fit(dre(sim15_screen3,"Cpd10"),type="loess",span=1)
model(x)$loess
plot(x)

#  LOESS gives an odd result
x = fit(dre(sim15_screen3,"Cpd1"),type="loess",span=1)
model(x)$loess
plot(x)

ybukhman/SynergyScreen documentation built on May 4, 2019, 2:31 p.m.