Displaying 20 results from an estimated 110 matches similar to: "why package ZIGP is not there anymore?"
2013 Feb 20
1
generate variable y to produce excess zero in ZIP analysis
Dear Mr/Mrs
I am Lili Puspita Rahayu, student from magister third level of Statistics in Bogor Agriculture University.
Mr/
Mrs, now I'm analyzing the Zero inflated Poisson (ZIP), which is a solution of
the Poisson regression
where the response variable (Y) has zero excess. ZIP now
I was doing did not use real data, but using simulated data in R. Simulations
by generating data on variables
2011 Aug 25
1
Possible Error in generic function rzigp in ZIGP Package
Dear All,
I would like to report a possible mistake in the generic function rzigp in ZIGP package, and seek for help.
Yesterday I tried the "rzigp" function, in this way:
1. generate poisson means from a pareto distribuion,
2. generate dispersion for each poisson from gamma distribution
3. generate ratios between poisson means from uniform
4. generate dispersed poisson counts by
2004 Mar 26
4
multicolumn sort on dataframe?
I couldn't find any reference to this in the FAQ, but is it possible to sort
a dataframe by multiple columns?
I've created some code, similar to the following:
nspr.code <- sp.results$sp.code[order( sp.results$sp.code )]
nspr.tpa <- sp.results$tpa[order( sp.results$sp.code )]
nspr.code <- as.character( levels( nspr.code ) )[nspr.code]
nspr.tpa <- as.numeric( levels( nspr.tpa
2019 Dec 09
4
No ssl capability
Hello all,
I’ve a problem to set up ssl on icecast server. I’ve tried 2/3 certificates and i compiled a new icecast server file with ssl but i still get the error:ssl, no ssl capability in error log icecast. I cant find the solution.
I use centos 7 with centova cast panel
Who can help me?
Thanx in advance
Marv
2012 Dec 05
1
Problems with Acer netbook freezing on syslinux bootup
Hi!
I'm not a programmer, so I will try and be as clear as I can.
I currently have an Acer Aspire One which has issues with syslinux 4.06
When I try and make a usb bootable install key using common automated
programs under windows (Universal USB installer from Pendrivelinux, LiLi
and unetbootin), they all fail when booted on the netbook.
Now, I know it's an issue with syslinux for many
2020 May 13
3
10 year old question
Thank you for that. I?ve set up the thinstation-v5.6.1.iso in vm and setup the chroot. I did my first ./build ?allmodules and wrote the iso to usb using lili version 2.0 so that I can boot with older syslinux. I am doing this for the needed hardware profile to build from inside the vm however the usb has been stuck on the syslinux version line with a line following: Thinstation..... for 30 minutes
2013 Jan 01
0
bagging algorithm
Dear Sir,
I am a R beginning user. I would like to apply the bagging algorithm to my
data in order to classify a certain disease by Bagging Support Vector
Machine Ensemble.
My problem is that even if I am reading the book, looking at the examples
in internet and available in R, learning a lot of theoretical things on
about SVM esemble or Bagging method, I can't apply Bagged SVM esemble or
2007 Jun 11
0
swfdec-mozilla: Changes to 'refs/tags/0.4.2'
Tag '0.4.2' created by Benjamin Otte <otte at gnome.org> at 2007-03-22 19:10 -0700
release 0.4.2
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQBGAsbDvMv5VCdLq8QRAletAJwKKKcgI3K4WD7UhfVp2vdUS2fBtACg3cRH
C9AturFiJF9p117V+lFjxvg=
=lili
-----END PGP SIGNATURE-----
Changes since 0.4.1:
Benjamin Otte:
rework audio configuration subsystem
print version
2014 Feb 19
1
Dual boot on win 8 notebook
Hello list.
I need suggestions or tutorial of installing centos on an notebook with
win 8.1 already installed.
Than you in advance.
--
Untitled Document
------------------------------------------------------------------------
*?????? ????? - Gatsis Nikos*
Web developer
tel.: 2108256721 - 2108256722
fax: 2108256712
email: ngatsis at qbit.gr
http://www.qbit.gr
2020 May 14
0
10 year old question
Several comments...
1. Readers / Subscribers might note that I am replying to the email thread, but
I'm not quoting any prior text; intentionally. Please carefully read the whole
email before acting on any particular aspect / topic / step.
2. When reading something (a book, or source code, or whatever), I tend to go
"forward", usually from the start to the end - call me crazy
2016 Apr 25
1
how to create initial configuraton for isoMDS
Hi,
I'm trying to use isoMDS to project a directed graph to 2-dim vectors, but I got an error.
#here is the code to create the graph using igraph package and run isoMDS on it.
library(igraph)
library(MASS)
g<-make_graph(c(1,2, 2,3, 2,4, 3,4, 4,5, 5,6, 3,6, 1,6, 2,5),directed=TRUE)
dist<-distances(g, mode="out")
loc<-isoMDS(dist)
# below is content of the dist matrix
2014 Jan 10
0
USB boot problems on Gigabyte GA-M55Plus-S3G
>
> Anyway, in the F12 boot menu there is no clear indication of what thing
> (or things) the BIOS thinks are or not present. (What made you think
> that there would be?)
>
In some systems, in the BIOS F12 boot menu, when I have one internal
SATA drive and one USB flashdrive connected, I could see them *both*
under HDD, while under USB-HDD there is no device listed for the
2018 May 22
0
How to average values from grid cells with coordinates
Hi Jim,
Thanks. It works. I now have more complex problems. If at each blackcell,
there are two variables such as pop and mood. For each variable, there are
daily records in one year, so 365 records for pop and 365 records for mood.
The averaged values for the redcells should be daily records too. What kind
of format do you recommend for this problem? Right now, I just get the
latitudes and
2003 Apr 03
0
Call for papers
"CALL FOR PAPERS"
THE ISLAMIC SOCIETY IN SOUTH EAST ASIA CONFERENCE ON
STATISTICAL AND MATHEMATICAL SCIENCES
BANDUNG, 25 - 26 APRIL 2003
Fakultas Matematika dan Ilmu Pengetahuan Alam
Universitas Islam Bandung
Jalan Tamansari No. 1, Bandung 40116
Telepon +62 22 4203368 Ext. 136 or 135
Facsimile +62 22 4263895
E-mail: - fmipa_unisba at yahoo.com
- wanda at
2013 Jan 08
0
bagging SVM Ensemble
Dear Sir,
I got a problem with my program. I would like to classify my data using
bagging support vector machine ensemble. I split my data into training data
and test data. For a given data sets TR(X), K replicated training data sets
are first randomly generated by bootstrapping technique with replacement.
Next, Support Vector Mechine (SVM) is applied for each bootstrap data sets.
Finally, the
2018 May 20
1
How to average values from grid cells with coordinates
Hi lily,
It's not too hard to do it using dataframes. Getting the indexing
right is usually that hardest part:
# these values are the centers of the black cells
lat<-rep(28:38,11)
lon<-rep(98:108,each=11)
pop<-sample(80:200,121)
# just use the data.frame function
blackcells<-data.frame(lat=lat,lon=lon,pop=pop)
plot(0,type="n",xlim=c(97.5,108.5),ylim=c(27.5,38.5),
2014 Jan 10
3
USB boot problems on Gigabyte GA-M55Plus-S3G
>
> It looks like Clonezilla and Ultimate Boot CD both prescribe
> special installation procedures for USB stick.
> isohybrids can be put onto stick just by e.g.: dd of=/dev/sdb
> Make a backup of the stick if you later want to restore its
> partitioning.
>
The (recent yet not latest) versions of Clonezilla that used Syslinux
5.xx will fail in some systems when writing
2014 Jan 10
5
USB boot problems on Gigabyte GA-M55Plus-S3G
In message <BLU0-SMTP557B92590B4CC34F8318088BB30 at phx.gbl>,
Ady <ady-sf at hotmail.com> wrote:
>Since in all cases you get to see at least the Syslinux copyright
>message, the problem doesn't seem to be related to whether your BIOS
>can identify the USB disk and boot from it.
I can only agree.
>Some GA motherboards might identify some USB drives as
2014 Jan 11
2
USB boot problems on Gigabyte GA-M55Plus-S3G
In message <BLU0-SMTP145A44932CB6CC2DB4621568BB30 at phx.gbl>,
Ady <ady-sf at hotmail.com> wrote:
>> Is there something specific I should try? /boot/syslinux ?
>>
>
>>From the syslinux boot prompt in UBCD you could try:
>/boot/syslinux/config.c32 /boot/syslinux/syslinux.cfg /boot/syslinux/
>
>(Yes, it is the same basic absolute path, three times, all
2010 Jan 16
95
Best 1.5TB drives for consumer RAID?
Which consumer-priced 1.5TB drives do people currently recommend?
I had zero read/write/checksum errors so far in 2 years with my trusty old Western Digital WD7500AAKS drives, but now I want to upgrade to a new set of drives that are big, reliable and cheap.
As of Jan 2010 it seems the price sweet spot is the 1.5TB drives.
As I had a lot of success with Western Digital drives I thought I would