Did you try
qpcR:::cbind.na(1, 1:7) as specified in the help files?

cbind.na isn't exported in the namespace, but can still be used as
above. The examples in the documentation show this.

Sarah

On Thu, Nov 10, 2011 at 6:38 AM, Evgenia <ev...@aueb.gr> wrote:
> I want to use function cbind.na at library(qpcR)
> I install package qpcR and I can use functions such
>
> m1 <- pcrfit(reps, 1, 2, l5)
>> AICc(m1)
> [1] -102.5843
>
> but when i try cbind.na(1, 1:7) i take message
> Error: could not find function "cbind.na"
>
> Thanks
>

-- 
Sarah Goslee
http://www.functionaldiversity.org

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to