Displaying 20 results from an estimated 3000 matches similar to: "Maximum spacing method"
2009 Dec 06
3
estimate inverse gaussian in R
I have a one-variable data set in R.
The plot of histogram of my numerical variable suggests an inverse
gaussian distribution.
How can I obtain best estimation for the two parameters of inverse
gaussian based on my data?
Thanks.
--
View this message in context: http://n4.nabble.com/estimate-inverse-gaussian-in-R-tp949692p949692.html
Sent from the R help mailing list archive at Nabble.com.
2012 Jul 20
3
function for inverse normal transformation
Hi,
What is the function for inverse normal transformation?
Thanks,
Carol
[[alternative HTML version deleted]]
2004 Mar 12
6
read.spss
Hi,
I would like to read a spss file in R.
When i type read.spss("...")
Comes the error: couldn't find function "read.spss"
What shall i do?
Margarida
[[alternative HTML version deleted]]
2004 Mar 12
6
still spss
hi again,
i still cannot open the file in spss :(
i type:
library(foreign)
read.spss("H:\\Desktop\\bd1\\experiencia1")
and the error comes:
Error in read.spss("H:\\Desktop\\bd1\\experiencia1") : unable to open file
can you help me?
margarida,portugal
2004 Mar 12
6
spss
hi,
i can?t download a file in access.
when i type:
> library(foreign)
> read.spss("H:\Desktop\bd1\experiencia1")
comes the error:
Error in read.spss("H:Desktop\bd1experiencia1") : unable to open file
do you know what is the problem?
can you help me?
margarida,porto,portugal
2004 May 05
3
reading data
Hello,
I??m trying to read data from a text file but i can??t
When i print:
> a<-read.table(file="C:/dados10.txt")
The next error appears:
Error in file(file, "r") : unable to open connection
In addition: Warning message:
cannot open file `C:/dados10.txt'
Can you help me?
Margarida
PS:The operating sistem i??m using is Unix
2004 Mar 08
3
dsn
Hi,
I have a data base in oracle and need to link R using ODBC.
When i use the command odbcConnect a dsn is needed.
I would like to create a dsn.Do you know how can i do it?
Thank you.
Margarida,Portugal
2004 May 12
3
mannwitney
Hi,
I would like to do a MannWitney test.
Can anyone help me with the propper command?
Thanks,
Margarida
2017 Dec 01
1
pls in r
Hello,
I am a beginner in R, and I wonder if anyone could help me with a partial least square regression in R. I have looked up the instructions and the manual from Bjorn Mevi and Ron Wehrens. However, I think I managed to write the script correctly, but I dont understand the output on the R environment, and also how to decide on the number of components to use (from the RMSEP), and also how to
2004 May 20
1
Windows versus Unix packages in CRAN (Was Re: Rmetrics)
Prof Brian Ripley <ripley at stats.ox.ac.uk> wrote:
mkdir fBasics
unzip fBasics.zip -d fBasics
rm fBasics/src/*.o
R CMD check fBasics
and that took me about 3 minutes.
Now me, I just did
unzip -a fBasics_190.10051.zip
R CMD INSTALL fBasics
rm -rf fBasics
in a naive and trusting manner. It took me considerably longer than 3
minutes to learn that this was what I should do, and
2009 Jul 16
1
detach and install package
Hi R-users,
I would like to detach and installed the fBasics package but it gives me this message:
> detach("package:fBasics",unload=TRUE)
Error in detach("package:fBasics", unload = TRUE) : invalid name
> install.packages(repos=NULL,pkgs="c:\\Tinn-R\\fBasics_2100.77.zip")
package 'fBasics' successfully unpacked and MD5 sums checked
Warning:
2005 Dec 01
2
about comparison of KURTOSIS in package: moments and fBasics
Hello
I do not know very much about statistics (and English language too :-( ),
then I come in search of a clarification (explanation):
I found two distinct results on KURTOSIS and
I do not know which of them is the correct one.
Any aid will be welcome!
klebyn
################ CODE
rnorm(1000) -> x
library(moments)
kurtosis(x)
skewness(x)
detach("package:moments")
2006 Oct 03
4
how ot replace the diagonal of a matrix
Dear useRs,
Trying to replace the diagonal of a matrix is not working for me. I
want a matrix with .6 on the diag and .4 elsewhere. The following
code looks like it should work--when I lookk at mps and idx they look
how I want them too--but it only replaces the first element, not each
element on the diagonal.
mps <- matrix(rep(.4, 3*3), nrow=n, byrow=TRUE)
idx <- diag(3)
mps
idx
mps[idx]
2008 May 21
3
Problem with R or fBasics Package (PR#11495)
I have a problem wirh R: After loding fBasics packages log funtion doesn't
work like as fallow:
Cenap ERDEMIR
Hacettepe University
Turkey
> log(20)
[1] 2.995732
> local({pkg <- select.list(sort(.packages(all.available = TRUE)))
+ if(nchar(pkg)) library(pkg, character.only=TRUE)})
Loading required package: fImport
Loading required package: fSeries
Loading required package: robustbase
2012 Jan 27
1
how to install the fbasics and use stablefit function?
hi, I have installed the fbasics package. And when I wrote "?stablefit", it
says 'No documentation for 'stablefit' in specified packages and libraries'.
When I tried "??stablefit", it showed that the stablefit is in
fBasics::Distributionfit. However, I have installed the fbasics package. I
don't know how to solve this problem.
Could anyone help me?
Thank
2010 Jul 21
3
smbd -D hangs
I'm testing both sunfreeware and official sun (sfw) samba on Solaris
10. For some reason since yesterday, the smbd process just "hangs" at
the start.
No log is generated on server side
Where smbd is started, I can't find any open port on 139 or 145
My OS is Solaris 10
# uname -a
SunOS labo2 5.10 Generic_142900-13 sun4v sparc SUNW,SPARC-Enterprise-T5120
#
2010 Nov 20
1
installimg fBasics SuSe 11.3 64bit
Hello,
I've been trying to install the fBasics package on an openSuSe 11.3
64bit machine.
It gives an error saying:
WARNING: *R* *include* *directory* *is* *empty* -- *perhaps* *need* *to*
*install* *R*-*devel*.*rpm* *or* similar
Yet, R-devel is installed. Other packages work fine. I also tried
different ways to install...install.packages() and R CMD INSTALL...
The complete message is
2006 Jan 30
1
fExtreme packages
Hello,
I am a new user of R. I am trying to use the packages fBasics and fExtremes
when i am running the examples I get few error. Could someone tell me what is
happenig? Thank you beforehand.
from Fbasics packages:
xmpfBasics()
Error in file(file, "r") : unable to open connection
In addition: Warning message:
cannot open file '/usr/lib/R/library/fBasics/demoIndex'
2007 Oct 05
9
I can''t make RSpec 1.0.8 run in Rails 1.2.3
I followed the directions on the site:
ruby script/plugin install svn://rubyforge.org/var/svn/rspec/tags/CURRENT/rspec
ruby script/plugin install svn://rubyforge.org/var/svn/rspec/tags/REL_1_0_8/rspec_on_rails
ruby script/generate rspec
And apparently everything was ok. But when I do a "rake spec" on the app folder none of the Rails models are visible. Here is the error:
(in
2006 Jan 10
5
Oracle 10g Express - generate scaffold gives error
Hello,
I have Oracle XE installed.
I have a table USERS.
When I try to generate a scaffold it gives me this error.
I tried also with Mysql and it worked.
E:\radrails\projects\MPS>ruby script\generate scaffold user
exists app/controllers/
exists app/helpers/
create app/views/user
exists test/functional/
dependency model
exists app/models/
exists