Displaying 4 results from an estimated 4 matches for "logc".
Did you mean:
log
2009 Aug 17
1
R : how does %in% operator work?
*Problem-1*
CASE-I---------(works fine)
> var1<-"tom"
> var1
[1"tom"
> var1<-as.character(var1)
> var1
[1] "tom"
> var2<-c("tom","harry","kate")
> logc<-(var1 %in% var2)
> logc
[1] TRUE
> typeof(var1)
[1] "character"
> typeof(var2)
[1] "character"
*CASE-II---------(doesn’t work)*
I have my dynamically generated dataset on which I want to use this %in%
operator.But it’s not working
*predictors_values da...
2006 Jan 08
1
confint/nls
...;OK"
tryci <- try(confint(fit))
if (class(tryci)!="try-error") {
cicode="OK"
} else cicode = as.character(tryci)
} else {
fitcode = as.character(tryfit)
cicode="?"
}
c(fitcode,cicode)
}
m1 = c(y~x^b,y2~a*x^b,y3~a*(x+exp(logc))^b)
m2 = c(y2~x^b,y3~(x+exp(logc))^b,y4~(x^d+exp(logc))^b)
s1 = list(c(b=1),c(a=1,b=1),c(a=1,b=1,logc=0))
s2 = list(c(b=1),c(b=1,logc=0),c(b=1,logc=0,d=0.5))
for (p in 1:3) {
resmat[p,,"default"] <- testfit(m1[[p]],start=s1[[p]],alg=NULL)
resmat[p,,"port"] <- testf...
2004 Aug 19
0
nlme R vs S plus
...put the same
data into R (R 1.9.0), add in the nlme package and run the code, it does
not converge by the max 50 iterations. Is this because the nlme function
is slightly different and if so, is there a way to solve this problem?
The code I am using is below:
W3<-deriv(~A*ti^exp(logB)*exp(-exp(logC)*ti),c("A","logB","logC"),
function(ti,A,logB,logC){})
Lact.nlme<-{nlme(model=MLKYLD~W3(DIM,A,logB,logC),
fixed=A+logB+logC~1,
random=A+logB+logC~1|ID,
data=LacData.x0, start=c(13.41143,log(0.152792),log(0.002494)), control=nlmeControl(msMaxIter=200),...
2012 Dec 08
1
Samba4 DNS: "recursion requested but not available"
Hello all,
This is with Samba 4.0.0rc6 with the built-in DNS server. Found the
problem in Samba 4.0.0rc5 originally, then updated to see if bug had
been fixed between rc5 and rc6.
I am trying to get mail working for a subdomain that is being managed by
Samba 4. I added an MX record, but the problem here is that the Samba 4
DNS server isn't replying with the record: