Displaying 20 results from an estimated 300 matches similar to: "Problems with "optimize""
2005 Mar 07
1
plot gam object
Dear R help,
I am fitting a gam model with package GAM ( I use lo() to fit 2 non-parametric
additive components).
When I plot the GAM object, along with the graphics window displaying plots of
each components, I read the following warnings at the prompt:
3: the condition has length 1 and only the first element will be used in: if
(scale2 < scale) rep(mean(ylim), 2) + ((ylim - mean(ylim))
2012 Apr 30
3
R2 in multilevel modelling
Goodmorning everybody,
i'm an italian statistician and i'm using R for research.
Could someone tell me some indices to see the goodness of fit in multilevel
modelling?
I'm using the lmer function, and I want to know if my model fit well my
data.
I actually want to justify the use of multilevel model instead the classical
one.
Hope someone can help me.
Thank you.
Greetings
2004 Mar 17
3
Persp plotting of kernel density estimate.
Dear All,
I am trying to visualize the surface of a bivariate kernel density
estimate.
I have a vector of bivariate observations(x,y), and a function which
computes the kernel density estimate z corresponding to each
observation.
I cannot generate the (x,y) data in the ascending order needed by
persp(x,y,z).
I was wondering whether there is an R version of the S function interp.
Would anybody
2019 Jan 11
2
upgrade to 4.8.3 authentication not work without specifying domain
How about setting:
map untrusted to domain = yes
The default changed here. But it would still help if we could see the
smb.conf as the big difference with 4.8 is that winbind needs to run
now. This might also do something like this.
Regards
Christian
Am 11.01.19 um 10:46 schrieb L.P.H. van Belle via samba:
> I gave you the most simple option.
>
> And the difference is.
>
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
2017 Jan 13
1
Samba-Bugzilla account request .
I would like to have an account to report a bug.
If the username is free:
username: bud4
mail: alberto.fiaschi at estar.toscana.it
BUG:(do not attach the logs because they contain sensitive information)
samba 4.4.4 Bug access based share enum = yes not work It does
not work with many shares
I have a server with a lot of shared folders. (1600) To make life easier
for users I need to show them
2003 May 30
1
bootstrapping data.frame and matrix
Dear All,
When bootstrapping a statistics based on more than one vector, from a
data.frame or a matrix object, it looks like I am not able to pass the
data to R. What am I doing wrong?
I use the library "bootstrap".
Here is an example with a data.frame called "data"
"boot2_bootstrap(data, theta, nboot)
I get the following error message:
Error in inherits(x,
2008 Jan 24
2
save a plot from R graphics window (in Windows)
Dear R users
since R 2.6.0 when I try to save a graph from the Rgraphic device I find
that
the system becomes so slow that I'm forced to kill the process.
This usually does not happen at the beginning of the session.
The problem seems to arise when the system opens the dialog
window to choose the directory and file name.
(R version 2.6.1 under Windows XP)
Thank you all
Giovanni
--
2019 Jan 11
6
upgrade to 4.8.3 authentication not work without specifying domain
I updated a centos 7 without changing the samba configuration. Before
authentication worked even without having to specify the domain to the
logon. After the update, on the other hand, it is mandatory to specify
the domain.
user password: not work.
domain \ user password work.
I have 5000 windows (xp / 7/10) clients not in domain. Client workgroups
are varied. Users are not expert at all and
2006 Jun 27
2
Survival
? stato filtrato un testo allegato il cui set di caratteri non era
indicato...
Nome: non disponibile
Url: https://stat.ethz.ch/pipermail/r-help/attachments/20060627/84d9bd54/attachment.pl
2019 Jan 11
0
[SOLVED] upgrade to 4.8.3 authentication not work without specifying domain
put map untrusted to domain = yes in smb.conf and strarted winbind. Now
work !!!
nice -n '-20' yes 'thanks a lot'
Buda
Il 11/01/19 10:56, Christian Naumer via samba ha scritto:
> How about setting:
>
> map untrusted to domain = yes
>
> The default changed here. But it would still help if we could see the
> smb.conf as the big difference with 4.8 is that
2004 Sep 30
1
Matrix
I have a matrix 2900X2900 and I have to solve it. But R says that it can't allocate 67899kb.
How can I do?
Appreciate your kindly help!
Salvati Nicola
Dipartimento di Statistica "G.Parenti"
salvati@ds.unifi.it
tel. 055.4237.224
fax 055.4223560
[[alternative HTML version deleted]]
2006 Sep 20
1
Step procedure and Akaike information criterion
Please can you help me
I have the following problem:
I have selected an lm model through the step procedure which visualize for each step the AIC value; then I have calculated for the initial model and the selected one the AIC using the funnction AIC. The results are different.What's happened?
Emilia Rocco
Dipartimento di Statistica "G. Parenti"
Università di Firenze
e-mail:
2019 Jan 11
0
upgrade to 4.8.3 authentication not work without specifying domain
I gave you the most simple option.
And the difference is.
myserverdomain\username works only on that server. (myserverdomain)
.\username works on any server where the loginname and password are the same.
There is NO other option for you that i know off. (sorry)
Yes.. the other option is, setup an AD domain.
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: samba
2003 May 03
1
expand.grid
I recently posted a question concerning an inconsistency of
expand.grid in defining the reference level of the factors.
> > expand.grid(x = c("b", "a"), y = c(1, 2))$x
> [1] b a b a
> Levels: b a # reference level is b
> > expand.grid(x = c("b", "a"))$x
> [1] b a
> Levels: a b # reference level is a
Thank you
2004 Mar 17
1
(no subject)
Dear All,
I am trying to visualize the surface of a bivariate kernel density
estimate.
I have a vector of bivariate observations(x,y), and a function which
computes the kernel density estimate z corresponding to each
observation. I cannot generate the (x,y) data in the ascending order
needed by persp(x,y,z).
I was wondering whether there is an R version of the S function interp.
Would anybody
2018 Feb 09
0
Covariates in fuzzy RDD with rddtools
Hello!
I am having trouble including covariates in a fuzzy RDD model in R with rddtools. I run the following commands:
library(rddtools)
data.complete2 <- as.data.frame(cbind(GDPpc.rel, GR.rate, fitval.firstStage)) colnames(data.complete2) <- c("GDPpc.rel", "GR.rate", "FitTreat")
data.RDD<-rdd_data(x=data.complete2$GDPpc.rel,
2005 Oct 19
6
forrest plot
Hi,
can you tel me how can I make a Forrest Plot with R?
It is possible and easy or are there a more practical free software available?
Than you
Mic
[[alternative HTML version deleted]]
2019 Jan 11
0
upgrade to 4.8.3 authentication not work without specifying domain
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens
> Alberto Maria Fiaschi via samba
> Verzonden: vrijdag 11 januari 2019 9:32
> Aan: samba at lists.samba.org
> Onderwerp: [Samba] upgrade to 4.8.3 authentication not work
> without specifying domain
>
> I updated a centos 7 without changing the samba configuration. Before
2019 Jan 11
1
upgrade to 4.8.3 authentication not work without specifying domain
Il 11/01/19 10:39, Rowland Penny via samba ha scritto:
> It might help if you gave us more info, what did you update from and
> to ?
>
i upgrade from version 4.7 . ldap backend , CLASSIC PRIMARY DOMAIN
CONTROLLER.
> As for your users changing their habits, you are in charge, if you tell
> them they have to change, they will change.
Have you ever talked to a surgeon?
It is not he