Displaying 20 results from an estimated 800 matches similar to: "HLOOKUP in R"
2008 Sep 26
2
axis in a normal plot
Hi
I have a small problem, I'm new in using R, so I hope you can help me...
I'm running a logistic regression model and want to do a nice plot.
The plot I have made is done a plot with the command jitter:
plot(jitter(overto$age[overto$sex=="F"]),jitter(overto$neg.pos[overto$sex=="F"]),xlab="age",ylab="neg and pos")
my responsvariable is positive
2012 Nov 28
2
Plot with residuals in mgcv
Hi,
I am using the mgcv package (version 1.7-22.) running the model works fine,
but when I want to have a plot with residuals I get an error.
fit29<-gam(IV~s(G3)+s(V3)+factor(AAR)+s(D3)+s(RUTE,bs="re"),data=subsf,gamma=1.4,method="ML")
plot(fit29,residuals=T)
Error in X[, first:last] %*% object$coefficients[first:last] :
non-conformable arguments
does some one know
2010 Nov 04
5
Sorting data from one column with strings
Hello,
I have tried to find this out some other way, but unsuccessful I have to
try this list.
I assume this should be quite simple.
I have a dataset with 4 columns, "Sample_no", "Species", "Nitrogen",
"Carbon" in csv format. In the species column I have many different
species with varying number of obs per species
Eg
"Sample_no"
2012 Aug 14
1
Random effects in gam (mgcv 1.7-19)
Hi,
I am using the gam function in the mgcv package, I have random effects in
my model (bs="re") this has worked fine, but after I updated the mgcv
package to version 1.7-19 I recive an error message when I run the model.
>
fit1<-gam(IV~s(RUTE,bs="re")+s(T13)+s(H40)+factor(AAR)+s(V3)+s(G1)+s(H1)+s(V1)+factor(LEDD),data=data5,method="ML")
> summary.gam(fit1)
2012 Feb 17
1
Different cp values in rpart() using plotcp() and printcp()
hi,
I have a question regarding cp values in rpart(). When I use plotcp() I get
a figure with cp values on the x-axsis, but then I use printcp() the cp
values in that list are different from the values in the figure by
plotcp(). Does someone know why?
Silje
[[alternative HTML version deleted]]
2012 Mar 26
1
NA in R package randomForest
I have a question regarding NA in randomForest (in R). I have a dataset
which include both numerical and non-numerical variables, and the data
includes some NA. I tried to use na.roughfix but then i get an error
message "na.roughfix only works for numeric or factor". I also tried
rfImpute but this does not work either because I have some NA in my
response variable. Does anyone have som
2011 Feb 01
1
multi-Operations on a matrix
Hello everybody.
I have this object
procedure property sensor_data sensor_date
1 S_10 nord 626821.0 2002-09-30T00:00:00+0200
2 S_10 nord 626821.0 2002-12-05T00:00:00+0100
3 S_10 nord 626821.1 2008-07-31T00:00:00+0200
4 S_1000 nord 626496.8 2002-09-30T00:00:00+0200
5 S_1000 nord 626496.8 2002-12-05T00:00:00+0100
6 S_1000
2011 Aug 13
2
linear regression
dear R users,
my data looks like this
PM10 Ref UZ JZ WT RH FT WR
1 10.973195 4.338874 nein Winter Dienstag ja nein West
2 6.381684 2.250446 nein Sommer Sonntag nein ja Süd
3 62.586512 66.304869 ja Sommer Sonntag nein nein Ost
4 5.590101 8.526152 ja Sommer Donnerstag nein nein Nord
5 30.925054 16.073091 nein Winter Sonntag nein
2011 Aug 14
2
Central limit theorem
my data looks like this:
PM10 Ref UZ JZ WT RH FT WR
1 10.973195 4.338874 nein Winter Dienstag ja nein West
2 6.381684 2.250446 nein Sommer Sonntag nein ja Süd
3 62.586512 66.304869 ja Sommer Sonntag nein nein Ost
4 5.590101 8.526152 ja Sommer Donnerstag nein nein Nord
5 30.925054 16.073091 nein Winter Sonntag nein nein Ost
6
2012 Dec 11
2
questions on French characters in plot
Dear all,
I have imported a dataset from Stata using the foreign package. The original data contain French characters such as è and ç .
After importing, string variables containing names of French departments have changed. E.g. Ardèche became Ard\x8fche. I would like to ask how I could plot these changed strings, since now the strings with special characters fail to be printed in the plot (either
2001 Sep 26
3
Name mangling bug: was samba bug?
Hi James,
this sounds familiar - I believe I looked at a wire trace,
and windows is dropping the trailing dots BEFORE it sends the
request over the wire. so samba never sees the name foo..., thus
does not create it.
Don
-----Original Message-----
From: James Nord [mailto:teilo@cdt.luth.se]
Sent: Wednesday, September 26, 2001 9:34 AM
To: James Nord
Cc: samba@samba.org
Subject: Name mangling bug:
2013 May 03
1
MANOVA summary.manova(m) :" residuals have rank"
Dear All, I am trying to perform MANOVA. I have table with 504 columns(species) and 36 rows) with two grouping (season and location)
Zx <- Z[c(4:504)]
Zxm <- as.matrix(Z)
m<- manova(Zxm~Season*location, data=Z)
when I do summary.aov, I get respond for each species but summary.manova
summary.manova(m) :" residuals have rank" 24<501.
What can it be the reason for this error
2005 Sep 20
6
net rpc vampire / Question or Problem?
Hello list,
i did a quite sucessfull net rpc vampire but one promblem remains.
Everything is fine, but the user group memberships aren't restored.
Only alle primary group member ships are restored. every user is in
the primgrp (4126 Users). All Groups (2659) are restored including sids.
but no membership is restored! I don't know why. here's my command:
net rpc vampire -l -S nt4pdc
2005 May 17
3
No Folder browseable
Hello everybody,
i upgraded last week a samba installation from version 3.0.9 to version 3.0.14a using
the rpms from ftp.sernet.de (sles9-i386 tree). I just installed the rpms as usual
with the rpm -e and rpm -i and everything seems to be fine. But there was no browsing
possible. due to a small timeslot i had to downgrade to 3.0.9 then which worked very fine.
the problem is that i have to find
2005 Dec 08
2
'mean' and 'sd' calculations do not match
Dear list,
I am using R 2.1.1 on a Fedora 3 Linux, 32 bit PC.
If I compute the aggregated mean and the standard deviation I get
standard deviation values for factors where the mean was not computed.
It seems to me that this is somehow related to the NA values. But I
don't quite understand what is going wrong?
Could it be related to the data import already? Some of the imported
data got the
2004 Nov 01
2
Problem with 3.0.7 - set_filetime
Hi,
a more specific subject...
-| -----Original Message-----
-| From:
-| samba-bounces+dirk.laurenz=fujitsu-siemens.com@lists.samba.o
-| rg
-| [mailto:samba-bounces+dirk.laurenz=fujitsu-siemens.com@lists
-| .samba.org] On Behalf Of Laurenz, Dirk
-| Sent: Monday, November 01, 2004 1:48 PM
-| To: samba@lists.samba.org
-| Subject: [Samba] Problem with 3.0.7
-|
-| Hello everybody,
2007 Jul 20
4
Cacti - Monitor Ferret Server Stats?
I''m wondering if someone can point me in a direction to monitor the
ferret drb server while using cacti.
Is it possible to run multiple instances of ferret drb on the same
machine, just on different ports? Will it still update the index
properly, or will you get collision? New to moving over to the drb
server.
Thanks.
--
Posted via http://www.ruby-forum.com/.
2019 Jan 11
3
upgrade to 4.8.3 authentication not work without specifying domain
If the clients login locally and not in a domain.
Then tell you users to use .\loginname
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: Alberto Maria Fiaschi [mailto:alberto.fiaschi at estar.toscana.it]
> Verzonden: vrijdag 11 januari 2019 10:16
> Aan: L.P.H. van Belle
> CC: samba at lists.samba.org
> Onderwerp: Re: [Samba] upgrade to 4.8.3 authentication not
2013 Jun 04
1
High volume plot using log(local density)
Hi,
I am using the densCols to draw a high volume scatter plot. Instead of
using the default local density, I would like to take log of the local
density and then map them to the colors. I could not figure out how to do
that.
For example:
plot(x,y,col=densCols(x,y,"log")) ?
Any help would be appreciated!
Jiaxiu
[[alternative HTML version deleted]]
2014 Sep 23
1
how to define new folders ACL
Hi folks,
I've a working samba 4.1 DC + a 4.1 member server, winbind and UID GID
working
I have all the shares on member server, and the UNIX permissions are set
to 770 Administrator:DomainUsers. To rule other permissions I generally
use the Security TAB ACLs.
my problem is:
when a user create a new subfolder only he can access to it (and no
other from DomainUsers), unless I change the