similar to: Discrete Multivariate Analysis (log-linear model)

Displaying 20 results from an estimated 500 matches similar to: "Discrete Multivariate Analysis (log-linear model)"

2003 Apr 26
4
array to data.frame
Hi, How i can convert a array in to data.frame structure? For example, vinteesete<-array(c(1,0,6,4,22,29,11,7,6,2,8,7,21,25,5,6,1,0,11,6,14,24,13,10,2,2,15,13,14,17,9,8,1,2,16,9,14,23,9,6,6,2,17,13,10,20,7,5), dim=c(2,4,6), dimnames=list(grupo=c("I","II"), opiniao=c("Ma","Regular","Boa","MBoa",),
2007 Feb 05
2
CentOS 4.4 ServerCD
Hi Friends.. My name is Alexander... I installed CentOS 4.4 x86_64 Server from ServerCD. My questios is: If I can install develop tools from CD's CentOS 4.4 x86_64.. Help me please... -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20070205/a60ef43e/attachment.html>
2004 Dec 06
1
Broadvoice - bad quality, dtfm mode
Hello, I am sorry that I post questios regarding Broadvoice here, but unfortunalelly their support is very very bad. The simply do not answer to any emails or telephones. Last week something happened to their system. I was not able to receive incommming calls etc. Now it is back, but the voice quality is terribe and the DTMF is not working.(Is the inbound mode the correct one?) Does anybody knows
2010 May 31
3
error on Windows OS
I received by email an R package (file.tar.gz) that was created in Linux. The package was already installed in another computer in linux using install.packages and it worked I am not familiar with installing packages but I would like to install it on Windows I downloaded the Rtools29.exe and tryed to install using install.packages("foo.tar.gz", repos=NULL, type="source") but
2005 Sep 22
1
Rf_initEmbeddedR in Windows
Hi All My C++/linux program uses Rf_initEmbeddedR to start R and then calls some R functions. Now I try to port it to Windows. Give the fact that Rf_initEmbeddedR is missing in Windows, I try to use the implmentation in Rserve by Simon Urbanek. When I build in MS Visual Studio, I get the following linking error error LNK2019: unresolved external symbol __imp__putenv referenced in function
2007 Jan 05
2
Problem in e2fsck ? read error in journal inode
Hi I'm experiencing some problems on a harddisk (it has crashed for no known reason), and in pursuit of getting some of the data out of the disk I'm learning to use the e2fs progs package. Origianlly I used version 1.38, but after experiencing segfaults in e2fsck -which now is solved, I upgraded to 1.39, but now I have hit another problem (on another partition): The partition was
2004 Nov 24
0
Off-list Posts
Folks, Several of you have received rather blunt emails from me when you sent me an off-list question or have continued an on-list thread off-list. It''s not that I''m trying to be a jerk but please consider: - There have now been over 50,000 downloads of Shorewall. - There are over 1,000 subscribers to this list. Assuming that each person downloading Shorewall has downloaded
2003 Dec 23
0
Permissions Problems Problem solved!
I had forgotten to set the permissions on the upload folder on the remote server. Once I set the perms correctly, it worked. Thanks to everyone for the help! -----Original Message----- Here's my command copied from a shell script:\ rsync --verbose --progress --stats --compress --rsh=/usr/bin/ssh --recursive --times --perms --links \ /home/* trt@xxxxxx.xxxxxxx.xxx:/remotebackups/
2003 Dec 23
4
Permissions Problems
Here's my command copied from a shell script:\ rsync --verbose --progress --stats --compress --rsh=/usr/bin/ssh --recursive --times --perms --links \ /home/* trt@xxxxxx.xxxxxxx.xxx:/remotebackups/ Here's some (a small part) of the output: jk/.recently-used 253 100% 0.00kB/s 0:00:00 rsync: recv_generator: mkdir "jk/.secpanel/.runfiles": Permission denied (2) stat
2003 Jul 23
0
multinomial logit discrete choice model
Hi, I'm struggling trying to specify a multinomial logit discrete choice model in R. Any help and/or code examples appreciated. I am specifically interested in specifying a model where no universal choice set exists and each choice set has a variable number of alternatives (one of which is chosen) see data below. Many Thanks, David PS I have asked earlier but without reply. Is it
2001 Jun 10
0
Modified discrete cosine transform
I am trying to learn something of the algorithms used in Vorbis. One of them is the "Modified Discrete Cosine Transform" (MDCT). I have found a couple of books with brief descriptions of the DCT, but almost nothing about MDCT. (1) is there just one Modified DCT, which can be expected to be the same whenever someone uses that name, or does it just mean that you have changed
2012 Apr 20
0
DIscrete choice mlogit
Hi I am trying to estimate stated preferences for Tv sets by using mlogit. The choice set is designed as with 4 attributes: [ brand(has 4 levels), technology(has two levels), class[has 4 levels), price(has 4 levels)] There are 16 choice sets with 4 alternatives each one (i.e. each respondent has evaluated 64 cards in total). Therefore, there are 64 rows in the table below. The data in csv file
2003 Jul 24
0
How can I represent a shape using 1-D discrete wavelet descriptor s?
I only concern about the boundary of the shape and I don¡¯t concern gray level. U[m] = x[m] + jy[m] m= 0,1,¡­,N-1 is the N points on the boundary. It is easy to express U as a discrete Fourier series. But it seems like that wd in the wavethresh package cannot deal with complex values. And it is not interesting to transfer U to a matrix. Thanks a lot Qin
2010 Jun 14
0
discrete (binary) choice panel data
Dear all, I haven?t used R for panel data analysis so far, but now I am looking for a package respectively some starting point for binary choice panel data analysis in R. For starters most of my effects are individual and my dependent variable is just binary. Thanks for any suggestions in advance! best matt
2004 Apr 08
0
Discrete Choice Modeling modules for R??
To all, Does anyone know whether there are any Discrete Choice Modeling modules for R?? Thanks, Charlie ------------------------- Charles H. Rosa, Ph.D. Staff Research Engineer General Motors Corporation R&D and Planning Mail Code 480-106-359 30500 Mound Rd Warren, MI 48090-9055 Tel/work/cell: +1 248 670-8389 Fax/work: +1 586 986-0574
2010 Dec 09
1
Getting a periodogram for discrete data
nitish wrote: > > I have a dataset that goes like: dataset = > t |x > 0 |x1 > 1 |x2 > 2 |0 > 3 |0 > 4 |0 > 5 |0 > 6 |x3 > 7 |0 > 8 |0 > 9 |0 > 10 |x4 > > and so on. I wish to detect the periodicity of occurrences. t is in > seconds and x are arbitrary, whose magnitude i am not interested in. I > just wish to get a best
2009 Apr 12
1
goodness of fit between two samples of size N (discrete variable)
Hello list: I generate by simulation (using different procedures) two sample vectors of size N, each corresponding to a discrete variable and I want to text if these samples can be considered as having the same probability distribution (which is unknown). What is the best test for that? I've read that Kolmogorov-Smirnov and Anderson-Darling tests are restricted to continuous data
2017 Aug 08
1
Discrete Uniform Distribution
Hey I want to generate a discrete uniform distribution as follows: For example: I want to get 278734 records each with a numbers between 7-10. And the sum of numbers in 278734 records to be equal to 2253712. Once this is done, I want to get that printed to an excel file such that Record Value 1 9 2 7 so on 278734 8 The
2017 Jul 28
0
Need help on the Lasso cox model with discrete time
Hi everyone, We have been trying to construct a Lasso-cox model with discrete time. We conducted follow-up examinations on the epileptic attack after tumor surgical resection among glioma patients. The patients are followed-up in the 6/12/24 months after surgical resection, which makes the epilepsy-free time discrete (6/12/24 months). We calcluated many features from the T2-images
2018 Jan 02
1
Discrete valued time series data sets.
The "tscount" package (see http://doi.org/10.18637/jss.v082.i05) comes with several count data time series. Maybe this is the kind of discrete data you were interested in? hth, Z On Tue, 2 Jan 2018, Eric Berger wrote: > Hi Rolf, > I looked at > https://docs.microsoft.com/en-us/azure/sql-database/sql-database-public-data-sets > > One of the first sets in the list is