Displaying 20 results from an estimated 1000 matches similar to: "Mixreg package"
2005 Mar 09
1
Trouble with mixreg
Dear All
I am trying to estimate a mixture of regression and get the
following error using the mixreg package:
Error in y - yhat : non-conformable arrays
The instruction I used were:
x <- as.matrix(LRHUN)
y <- as.matrix(LRINTER)
TS <- list(list(beta=c(3.0,1.0),sigsq=1,lambda=0.4),
list(beta=c(0.0,1.0),sigsq=1,lambda=0.6))
prova <- mixreg(x,y, ncomp=2, theta.start=TS)
2003 Nov 20
2
netCDF, ncdf library
Dear all,
I would like to use data in .netcdf format and for those I have to use
the netCDF or ncdf packages.
Problem : these packages don't seem to work :
"Error in testRversion(descfields) : This package has not been
installed properly
See the Note in ?library" (with netCDF package)
Does anybody have the same problems with these packages ?
Is there any
2004 Nov 16
2
help on EM Algorithm for bivariate normal
Hi,
I woul like to know if it is possible to have a "R code" to generate EM
Algorithm for a normal bivariate mixture.
Best regard,
S.F.
2004 Sep 13
2
Mixture Analysis
Dear all,
Does anyone know if the mixture analysis (i.e : sexual dimorphism, age group,…) can be done with R software ? Thanks for your help
Dan
---------------------------------
[[alternative HTML version deleted]]
2004 Mar 14
2
Troubles installing RMySQL on Win2K
What do I need to do to load the RMySQL library on Win 2K using version 1.8.1
I have Mysql v4.0.16 up and running on the local machine with several
databases running fine.
Using RGUI I have loaded RMySQL and an appropriate directory structure has
appeared under
C:\Program Files\R\rw1081\library\RMySQL
I have added C:\Program Files\R\rw1081\library\RMySQL\inst\libs to my path
variable so that
2004 Aug 09
2
Installing RMySQL on Windows XP for R 1.9.1
Hi,
I'm thankful for any help on installing RMySQL on Windows XP for R 1.9.1
The thread
http://tolstoy.newcastle.edu.au/R/help/04/01/1021.html
already tried to discuss the matter. It concludes that Windows Sources for Packages are alike the Linux ones.
So I extracted the files from the RMySQL_*.tar.gz from
http://stat.bell-labs.com/RS-DBI/download/index.html
and stuffed them into a zip-file
2004 Apr 20
1
contributed packages and downloads questions
Hello,
I am trying to download two library files: multiv and e1071 to do principal
components analysis. I was able to unzip the folders to my R directory, but
when I type library(multiv) in the console I get an error message: Error in
testRversion(descfields) : This package has not been installed properly
See the Note in ?library
So, it seems that I am not downloading these two library files
2004 Dec 17
1
package.skeleton()
Hi, R people:
I generated a package using package.skeleton(). But I can not load it using library().
> package.skeleton("RDIPcor", list = c("ROCAUC.i", "cor.i"), path = "/home/xiao")
Creating directories ...
Creating DESCRIPTION ...
Creating READMEs ...
Saving functions and data ...
Making help files ...
Done.
Further steps are described in
2003 Dec 09
3
Interfacing R and Python in MS Windows
Hi all,
I need the power of R from within some of my Python programs...
I use debian linux (woody) at home and windows XP at work (the
latter is where I need to get things done!)
This are my packages:
R 1.8.0
Python 2.3
RSPython 0.5-3
This is what I've done:
(1) Since the Windows Binary of RSPython is compiled against
Python 2.2 I downloaded the tarball
(2) Followed the instructions in
2004 May 26
1
Need help on Mclus output
Dear useRs,
I have fitted a mixture with 4 normal components on a univariate distribution using the Mclust package.
Now, I would like to get a variable with the cluster membership of each class, or in alternative a variable with the posterior probabilities for each component.
Also I cannot find where are the paramenters estimates for each component ,i.e. means and variances.
I've read the
2015 May 15
2
How to properly demote a W2003 from Samba4?
Hello all,
I'm always trying to migrate from W2000 server to Samba 4.
For doing this, I tried this :
- install a W2003 server with AD and DNS services, join it to W2000,
transfer roles and after demote the old W2000 -> done
- install a Sernet Samba4 with Bind9, join W2003, transfer roles -> done
At this point the sync process is working in two way, I can manage DNS
and AD with rsat
2002 Nov 08
4
W2000/PDC/logon drive
Hi,
It is possible to login a W2000 workstation into a Samba PDC (version 2.2.6)?
Can I use "logon drive" and "logon home" to mount automatically at login time
for W2000?
Thanks, in advance,
Sincerely
Peter Mann Tel. +49 0561/804-2465
University of Kassel Computer-Center Secr. +49 0561/804-2287
Moenchebergstrasse 11
2002 Jul 08
1
Connexion to W2000
Hello
I'am trying to join a domain with a windows2000. Samba is on a RH 7.2 and configure like the docs i can found on the Web. But when a try to configure the connexion on the W2000 and give the root passwd i found an erreur message "The account used is a computer account. Use a user global or local account to join this server"
What does it mean computer account global or local i
2015 May 15
4
How to properly demote a W2003 from Samba4?
Hello Andrey,
Yes, I transfered all the available roles with the Ntdsutil command.
and samba-tool fsmo show return all roles.
regards
Le 15/05/2015 17:26, Andrey Repin a ?crit :
> Greetings, Sam!
>
>> Hello all,
>> I'm always trying to migrate from W2000 server to Samba 4.
>> For doing this, I tried this :
>> - install a W2003 server with AD and DNS services,
2015 May 21
2
second DC behavior when first switched off
Hello all,
I'm always trying to migrate from W2000 server to Samba 4.
For doing this, I tried this :
- install a W2003 server with AD and DNS services, join it to W2000,
transfer roles and after demote the old W2000 -> done
- install a Sernet Samba4 with Bind9, join W2003, transfer all 7 roles
-> done ( thanks to Rowland )
the sync process is working well in two way, I can manage
1998 Oct 14
1
Re: R vrs S
Hi, I am relatively new to R programming. I have Guido's version on a
Win95 Pentium with 32 Mb RAM.
I tried to compile the Package MIXREG of Rolf Turner in S to R
almost everything works OK but he has a function po = partial outer
product as follows:
po <- function(a,b) {
array(apply(b,2,"*",a),dim=c(dim(a),dim(b)[2]))) }
in S-Plus given
x = ( 1 1
1 2
1 3
1 4
2012 Nov 20
1
problems with windows 2000 terminal server in AD with samba4rc5 (on Ubuntu 12.04.1 64bit) DC
Dear all,
after upgrading an existing NT4 domain, via "injecting" a samba3 LDAP
BDC to vampire security database, classicupgrade with samba-tool ...
everything seems to work like expecting, except the mentioned windows
2000 terminal server, see excerpt from log.samba file:
...
[2012/11/18 13:09:26, 0] ../source4/smbd/server.c:475(binary_smbd_main)
samba: using 'standard'
2015 May 18
1
How to properly demote a W2003 from Samba4?
Disturbing...
Every where I read I see only 5 roles to transfer in windows 2003 server :
* /transfer PDC/
* /transfer RID master/
* /transfer infrastructure master/
* /transfer naming master/
* /transfer schema master/
How to transfer the 2 other "roles"?
Thanks.
Le 15/05/2015 18:03, Andrey Repin a ?crit :
> Greetings, Sam!
>
>>>> Hello all,
2003 Dec 15
1
Group mapping problem
Hi,
I have Samba 3 as Domain controller. From a Windows 2000 Professional I share a folder (c:\test) with access permission for certain domain user (MYDOMAIN\yo). I can access to that folder from other w2000 with that user validated into it. If I add that user to a unix group (domadm) and map this group to Domain Admins (net groupmap modify ntgroup="Domain Admins"
2002 Feb 15
1
Win 2000 Prof in workgroup with samba 2.2.2
Hi folks,
this is the problem:
we have several Win2000 PRO SP2 working in workgroup (not joining the
domain) with a unique local user.
The server Samba acts with security = user, with no encrypted password
and keeps the username/password of people who want to connect to it.
People log on the W2000 with the same username/password kept into samba
server but when we map a network drive, the samba