On Mar 31, 2013, at 12:37 PM, Jonsson wrote:
> I got this erro
> Error in c("red", "blue", "green")[r] : invalid subscript type 'S4'
>
I don't have your data so testing is not possible. I assumed a plot call was
base graphics and that 'r' was a vector. I was wrong. It's an S4 object. I
would f
Hi all,
My replies within the forum aren't getting approved, though my emails
always go through, so here is my reply to a question I previously
posted (all questions and answers shown). Thanks, Cat
I'm having trouble with the model generating 'dredge' function in the MuMIn
'Multi-model Inference
Hi, All
SAS has DUD (Does not Use Derivatives)/Secant Method for nonlinear
regression, does R offer this option for nonlinear regression?
I have read the helpfile for nls() and could not find such option, any
suggestion?
Thanks,
Derek
[[alternative HTML version deleted]]
_
I got this erro
Error in c("red", "blue", "green")[r] : invalid subscript type 'S4'
--
View this message in context:
http://r.789695.n4.nabble.com/How-to-represent-certain-values-in-a-file-as-we-want-tp4662925p4662935.html
Sent from the R help mailing list archive at Nabble.com.
__
I was only just now able to investigate and give this a try (not sure how I
missed it previously when I looked at the page). It worked perfectly! Thanks
to you both. =)
On Mar 31, 2013, at 8:28 PM, Nicole Ford wrote:
> John,
>
> Thanks for your reply! I will check again I must have missed
I am using RExcel and the R Commander and so far find it easy to use.
However, I am looking for a DFA and it is not clear which function that
might be in RExcel. Can anyone point me to where I can find it?
Thank you.
[[alternative HTML version deleted]]
__
John,
Thanks for your reply! I will check again I must have missed it!
~Nicole Ford
Ph.D. Student
Graduate Assistant/ Instructor
Department of Government and International Affairs
University of South Florida
office: SOC 012M
e: nmhi...@mail.usf.edu
http://gia.usf.edu/student/nford/
Sent from my
Dear Nicole,
Thanks to Sandy Weisberg, who is a coauthor of the package, the effects
package has methods for objects produced by lme() in the nlme package and
lmer() and glmer() in the lme4 package, to plot the fixed effects. See
?effect.
I hope this helps,
John
> -Original Message-
> F
hello, all.
while i have a mcmc running, i am looking at the frequestist method of my
model. i have never done HLM so i am looking for ways to plot them that might
yeild something useful like dr. fox's effects plot package.
this is my model, where dem is democracy ranked continuous 1:10, trsut
By default R saves them as .RData and .Rhistory in the working
directory - files with names beginning with a . are invisible on linux
by default.
ls -a
at a shell command line in that directory will show them to you.
Sarah
On Sun, Mar 31, 2013 at 1:49 PM, wrote:
> When I close R and answer yes
Thanks a lot! Here is the information you asked:
> sessionInfo()
R version 2.15.3 (2013-03-01)
Platform: x86_64-w64-mingw32/x64 (64-bit)
locale:
[1] LC_COLLATE=Chinese (Simplified)_People's Republic of China.936
[2] LC_CTYPE=Chinese (Simplified)_People's Republic of China.936
[3] LC_MONETARY=Chin
On Mar 31, 2013, at 6:15 AM, Jonsson wrote:
> I have a raster file(1440*720 rows) contains values of 1 ,2 , and 3. when I
> plot the file , I got a map of three colors but I do not know which is
> which. How can I put those colors as as I want :
>
> 1=red
> 2=blue
> 3=green
> code:
>
> pv
When I close R and answer yes to save workspace, R automatically loads it and
apparently also the command history at start up. I would like to know where R
stores this information. I know that I can save .RData and .Rhistory files, but
I would like to know how(where) R stores this information au
On 2013-03-31 04:12, Jacob Fake wrote:
Hey there,
I'm relatively new to R, and am currently working my way through some basic
tutorials. I have a large data set that I've been able to import into the
program. I'm using a script in which x=readdir (the directory). I am trying
to create a histogra
I have a raster file(1440*720 rows) contains values of 1 ,2 , and 3. when I
plot the file , I got a map of three colors but I do not know which is
which. How can I put those colors as as I want :
1=red
2=blue
3=green
code:
pvm <- file("C:\\User_sm-das.bin","rb")
cor1<- readBin(pvm, numer
Hey there,
I'm relatively new to R, and am currently working my way through some basic
tutorials. I have a large data set that I've been able to import into the
program. I'm using a script in which x=readdir (the directory). I am trying
to create a histogram of the data in the 17th column, which i
I fitted a gaussian mixture to my financial data. The data can be found
here: http://uploadeasy.net/upload/32xzq.rar
I look at the density with
plot(density(dat),col="red",lwd=2)
this has a skew of
library(e1071)
skewness(dat)
-0.1284311
Now, I fit a gaussian mixture according to:
f(l)=ÏÏ
I fitted a mixture denstiy of two gaussians two my data. I now want to
calculated the standard errors of the estimates via the boot.se command of
the mixtools package. My question is now, if the output is correct? It
seems a bit odd to me, so is this correct what I am doing and can I rely on
the va
On 13-03-30 5:07 PM, Huidong TIAN wrote:
Hi,
I have a question about special character: when I create a data
frame including some special characters, like 'ø', it displayed as
''. I understand that it's one encoding code for 'ø'. but I
want to display the letter as 'ø' on my screen. And mor
Thanks for the answer, but I think this is not suitable for me, because as
it appears in the example of "SMOTE" function, this methods is applicable
having only two classes ( common/rare, yes/no, disease/no disease).
However, in my data, I have four classes.
If I am wrong, please, tell me.
Thanks,
see function SMOTE in package DMwR
hth
Matthias
On 31.03.2013 10:46, Nicolás Sánchez wrote:
I have a question about data mining. I have a dataset of 70 instances with
14 features that belong to 4 classes. As the number of each class is not
enough to obtain a good accuracy using some classifiers(
I have a question about data mining. I have a dataset of 70 instances with
14 features that belong to 4 classes. As the number of each class is not
enough to obtain a good accuracy using some classifiers( svm, rna, knn) I
need to "oversampling" the number of instances of each class.
I have heard t
On Sat, 30 Mar 2013, N. Janz wrote:
Dear all,
how can I use vcovHC() to get robust/corrected standard errors from an
arima() output?
I'm not sure whether it is feasible to apply HC corrections to ML
estimates of ARIMA models. It's not clear to me whether these would really
be robust agains
23 matches
Mail list logo