[R] library(qpcR) cbind.na

Sarah Goslee sarah.goslee at gmail.com
Thu Nov 10 13:51:26 CET 2011


Then we likely need to know the information requested in the posting
guide, including your version of R and OS; the output of sessionInfo()
at the very least.

And please send your replies to the list, not just me.

Sarah

2011/11/10  <EVGTS at aueb.gr>:
> Yes, I dit it. I got the same error message
>>
>> qpcR:::cbind.na(1, 1:7)
>
> Error in get(name, envir = asNamespace(pkg), inherits = FALSE) :
> object 'cbind.na' not found
> Evgenia
> Sarah Goslee writes:
>>
>> 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 <evgts at 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



More information about the R-help mailing list