search for: star1

Displaying 4 results from an estimated 4 matches for "star1".

Did you mean: start
2013 Jan 10
1
Semi Parametric Bootstrap
...ay be wrong due to mean-variance relationship #####R code####### fit1s <-glm(mydata$vzv~mydata$age.c+mydata$age2+mydata$sex1, family=Gamma(link=log)) x.betahat1<-fit1s$fitted.values res1<-fit1s$residuals b<-1000 for (i in 1:b){ b.i <- sample(index, size=n, replace=T) res.star1=res1[b.i] bst1=x.betahat1+res.star1 mydata1 <-data.frame(age,age2,sex,bst1) ########Modeling ################ fit11 <-glm(bst1~age+age2+sex, family=Gamma(link=log),data=mydata1) } Can someone help me correct this code? Kindly advice on Binomial data as well Happ...
2008 Oct 20
2
R Newbie Question
...ner lagrange point L1 which is the point where the gravitational potentials of the stars "cancel out", e.g. an object would not be attracted to any star. Well, enough background information, here's my rookie code - please feel free to comment on anything :-) Kind regards, Johannes star1center = vector("numeric", 2) star1center[1] = -0.5 star1center[2] = 0 star1mass = 30 star2center = vector("numeric", 2) star2center[1] = 0.5 star2center[2] = 0 star2mass = 1 sqr = function(x) { return(x * x) } distance = function(a, b) { return(sqrt(sqr(a[1] - b[1]) + sqr(a...
2015 Dec 09
2
Backup Member Server
Hai, but dont forget that if you use samba also as print server you need to backup the /var/lib/samba/drivers en printing also. ( and in my case a different folder. ) In /var/cache/samba is the file printer_list.tdb I dont think that recreated, and if it is, you probely will loose the printer settings. I'll have to look that up. Maybe its an option to let the backup scrip detect if it
2015 Dec 10
0
Backup Member Server
Wanted to add that I am using STAR for incremental backups of ZFS snapshots on a member server while preserving ACLs with the -xattr parameter. It is pretty fast (uncompressed, of course). http://linuxcommand.org/man_pages/star1.html Ole Am 09.12.2015 um 13:27 schrieb L.P.H. van Belle: > Hai, > > but dont forget that if you use samba also as print server > you need to backup the /var/lib/samba/drivers en printing also. > ( and in my case a different folder. ) > > In /var/cache/samba is the file pri...