Displaying 20 results from an estimated 2000 matches similar to: "Ordinal Independent Variables"
2009 Jan 14
1
Ordinal Package Errors
I'm trying to install the ordinal package
(http://popgen.unimaas.nl/~plindsey/rlibs.html).
I downloaded ordinal03.tgz and untarred it. rmutil was previously
installed (and appears to work ok.) Then I installed ordinal:
[root at localhost ~]# R CMD INSTALL /home/chippy/Download/ordinal
* Installing to library '/usr/lib/R/library'
* Installing *source* package 'ordinal' ...
**
2010 May 19
2
Steps to move away parts away from samba?
Morning,
I like samba, but I'm tired of what I feel is fighting battles. I want
to move the PDC portion of samba to an Active Directory server (I've
been told AD is a part of Server 2008?). Would someone please list the
steps for doing this? My rough idea so far is:
- take an LDIF from OpenLDAP
- install the server 2008 box
- load the LDIF into AD
- join the AD box to the samba domain
-
2013 Apr 16
1
isohybrid and partition type 0x17
Hi,
OLPC's Openfirmware (OFW) implementation chokes when attempting to boot
an iso created by isohybrid. The problem is that OFW's ISO-9660
support expects a partition type of 0x96 (CHRP ISO-9660, according to
http://en.wikipedia.org/wiki/Partition_type). I see from
2006 Sep 17
1
Nuby experiences
Hello all,
I am new to dovecot and have had a good experience so far. I'm using
fetchmail - exim - dovecot - my email clients (mac os mail and
thunderbird so far). I'm also using Ubuntu Server i.e. debian.
I didn't like the inflexibility of mbox so I did a tweak to exim to
deliver mail to a Maildir folder in my home directory on the server. I
restarted Dovecot and it found it!
2002 Oct 29
1
NT4 "at" jobs & samba
Hello:
All of my "at" jobs that write to a samba share (2.2.5) balk with
"access denied" errors. I have "force nt acl user = yes" on the share,
but this doesnt help. "access denied" only occurs when the batch jobs
run under "at". I can run the batch files successfully at the nt cmd
line. I can only guess that nt4 "at" jobs are
2012 Oct 18
4
converting a string to an integer vector
Hi All,
Thanks in advance for your help. I'm trying to convert a string to an
integer vector. For instance, I will start with
a <- "1,2"
The result I want to end up with will be the equivalent of
c(1,2)
What's the best way to make the conversion? I've tried using as.integer(a),
but R seems to balk at that.
Thanks,
Ben
--
View this message in context:
2010 Dec 29
1
Want non-ASCII characters in data package
Hi,
I have a data frame that includes several names that (if typeset
correctly) require accented characters not available in the ASCII
character set.
I'd like to include this data frame as example data in an R package.
I'd also like the R CMD check warning about the use of non-ASCII
characters to go away, in part so I could submit the package somewhere
that wouldn't balk at the
2012 Jun 09
2
[LLVMdev] Final Windows MinGW buildbot slave document...
Hi,
Here's the final, confirmed working version of my Windows guide for how to
set up a MinGW buildbot slave. Please consider to include it in the
documentation on the LLVM website.
Basically, it saves the newcoming Windows user about two or three days of
experimentation to get it all working. I think those days are important as
many people balk at spending days on figuring out how to get
1999 Apr 30
2
Graphs
I am trying to use the Windows version of R to do the following:
- Have a Delphi front-end which gets the user input
- Delphi will produce a R script, do a system call to R to
calculate the statistics.
Is there a better way? Maybe a library one can use in Delphi or
Visual C?
- How do one see a graph? A graph is plotted in a window which
IMMEDIATELY closes afterwords so that one can't
2002 Nov 17
1
SVD for reducing dimensions
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all, this is probably simple and I'm just doing something stupid, sorry
about that :-)
I'm trying to convert words (strings of letters) into a fairly small
dimensional space (say 10, but anything between about 5 and 50 would be ok),
which I will call a feature vector. The the distance between two words
represents the similarity of the
2006 May 23
3
Regression through the origin
[This email is either empty or too large to be displayed at this time]
2014 Dec 09
2
raw text Access for http://wiki.centos.org/AdditionalResources/Repositories, Please.
I would like to be given sufficient access to
http://wiki.centos.org/AdditionalResources/Repositories that I may copy the
raw text to a SubPage of my HomePage.
I propose to edit the links on that SubPage and submit it for review by
anyone who may have sufficient knowledge to validate my changes.
I have yet to work with the RPM Package Manager, so I will be making edits
that need to be reviewed
2008 Feb 28
1
Kaiser-Meyer-Olkin
I am a beginner when it comes to using R, though fortunately I already know something about statistics. I think factor analysis should be used sparingly, but I occasionally use it. It doesn't seem to me that factanal() provides Kaiser's Measure of Sampling Adequacy, which should be computed for factor problems based on a small number of subjects, though perhaps it is elsewhere. Does anyone
2012 Jun 11
0
[LLVMdev] Final Windows MinGW buildbot slave document...
On Sat, Jun 9, 2012 at 12:40 AM, Mikael Lyngvig <mikael at lyngvig.org> wrote:
> Hi,
>
> Here's the final, confirmed working version of my Windows guide for how to
> set up a MinGW buildbot slave. Please consider to include it in the
> documentation on the LLVM website.
>
> Basically, it saves the newcoming Windows user about two or three days of
>
2009 Aug 07
1
Proper / Improper scoring Rules
Hi All,
I am working on some ordinal logistic regresssions using LRM in the
Design package. My response variable has three categories (1,2,3) and
after using the creating my model and using a call to predict some
values and I wanted to use a simple .5 cut-off to classify my
probabilities into the categories.
I had two questions:
a) first, I am having trouble directly accessing the
2004 Oct 09
1
inst directory
R CMD check now balks at my inst directory. It contains a single folder
"doc," but apparently any folder causes the problem. If inst is empty,
the project checks OK. This was not a problem before 1.9. I've checked
the documentation, but don't see a change. What am I missing.
--
Bob Wheeler --- http://www.bobwheeler.com/
ECHIP, Inc. ---
Randomness comes in bunches.
2005 Nov 22
1
SPSS-like factor analysis procedure
I've read through many postings about principle component analysis in
the R-help archives, but haven't been able to piece together the
information I need. I'd like to recreate an SPSS-like experience of
factor analysis using R. Here's what SPSS produces:
1. Scatterplots of all possible variable pairs, with regression lines.
xyplot(my.dataframe) is perfect but for the lack of
2005 Dec 07
1
KMO sampling adequacy and SPSS -- partial solution
Dear colleagues,
I've been searching for information on the Kaiser-Meyer-Olkin (KMO)
Measure of Sampling Adequacy (MSA). This statistic is generated in
SPSS and is often used to determine if a dataset is "appropriate" for
factor analysis -- it's true utility seems quite low, but it seems to
come up in stats classes a lot. It did in mine, and a glance through
the R-help
2009 Sep 30
1
How to calculate KMO?
Hi All,
How do i calculate KMO for a dataset?
*Dataset:---------------------*
m1 m2 m3 m4 m5 m6 m7 m8
1 2 20 20 2 1 4 14 12
2 9 16 3 5 2 5 5 15
3 18 18 18 13 17 9 2 4
4 7 7 2 12 2 11 11 11
5 7 8 5 19 5 2 20 18
6 7 4 7 4 7 9 3 3
7 5 5 5 12 5 13 13 12
8 6 6 4 3 5 17 17 16
9 12 12 4 2 4 4 14 14
10 5 14
2007 Feb 14
1
how to report logistic regression results
Dear all,
I am comparing logistic regression models to evaluate if one predictor
explains additional variance that is not yet explained by another predictor.
As far as I understand Baron and Li describe how to do this, but my question
is now: how do I report this in an article? Can anyone recommend a
particular article that shows a concrete example of how the results from te
following simple