aboutsummaryrefslogtreecommitdiff
path: root/tests/antifoul.Rout.save
blob: 6846b1ee2398deb9ebc8f37eb5b35e8b6e25d3e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38

R version 2.9.2 (2009-08-24)
Copyright (C) 2009 The R Foundation for Statistical Computing
ISBN 3-900051-07-0

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(drfit)
Loading required package: MASS
Loading required package: RODBC
> data(antifoul)
> rantifoul <- drfit(antifoul)

TBT: Fitting data...

Waiting for profiling to be done...

Zn Pyrithion: Fitting data...

Waiting for profiling to be done...
> print(rantifoul,digits=5)
     Substance ndl   n     lld    lhd  mtype  logED50     2.5%     97.5%   unit
1          TBT  38 135 -2.7093 2.3979 probit -0.16436 -0.26504 -0.056498 microM
2 Zn Pyrithion  27  81 -2.1072 2.0000 probit -0.39792 -0.50783 -0.291563 microM
    sigma        a       b
1 0.19286 -0.16436 0.67637
2 0.22866 -0.39792 0.41696
> 

Contact - Imprint