Displaying 20 results from an estimated 200 matches similar to: "Diverging results with SPSS"
2012 Nov 01
2
Name assignment in for loop
Dear helpeRs-
I'm using a for loop to create a series of models.
I'm trying to assign a name to each model created,
using the loop index. The loop gets stuck at the name
of the model, giving the error "target of assignment
expands to non-language object". The linear model runs
without error; only the name is problematic.
Here is the current loop syntax. The use of dat
2009 Oct 28
2
regression on large file
Dear R community,
I have a fairly large file with variables in rows. Every variable
(thousands) needs to be regressed on a reference variable. The file is too
big to load into R (or R gets too slow having done it) and I do now read in
line by line with "scan" (see below) and write the results to out. Although
improved, this is still very slow... Can someone please help me and suggest
2005 Oct 31
2
Cascading Comboboxen and GO button ?
Hello all,
I have two comboboxen, comboA is popultaed when :controller/list is
retrieved first time.
When comboA is selected, I want to auto-populate comboB (modelB belongs_to
modelA).
The population of tableC (modelC belongs_to modelB and belongs_to modelA)
should not populate until a "GO" button is clicked (link_to with submit).
Help? I need an example of how to filter the post
2006 Jul 05
2
p-values
Dear All,
When I run rlm to obtain robust standard errors, my output does not include
p-values. Is there any reason p-values should not be used in this case? Is
there an argument I could use in rlm so that the output does
include p-values?
Thanks in advance,
Celso
[[alternative HTML version deleted]]
2006 Apr 06
5
Using helper method of another model
I have a template that belongs to a certain model (model A). I need to
call a helper method of a different model (model B). Then I need the
helper method of B to call a helper method of model C.
I tried using "include" and "require" and using namespaces, but I got
"undefined method". What is the way to do it?
--
Posted via http://www.ruby-forum.com/.
2006 Jul 04
2
Robust standard errors in logistic regression
I am trying to get robust standard errors in a logistic regression. Is there
any way to do it, either in car or in MASS?
Thanks for the help,
Celso
[[alternative HTML version deleted]]
2013 Mar 09
2
SaMBa 4 - authenticate ftp server
Hello guys,
Does anyone know if it is possible to authenticate an ftp server
(proftpd or vsftpd) based LDAP Samba 4?
Thanks
--
Celso Vianna
BSD User: 51318
http://www.bsdcounter.org
Palmas/TO
1999 Aug 27
6
write_socket_data: write failure. Error = Broken pipe
Hi:
I am running Samba 1.9.17 at SUN Solaris 2.6 and it works well.
After I upgrade Samba 2.0.3 or 2.0.5a, my Excel spreadsheets got
trouble. In the Samba log file I got:
[1999/08/23 10:45:32, 0] lib/util_sock.c:write_socket_data(570)
write_socket_data: write failure. Error = Broken pipe
Anybody has an idea what is the problem?
I
2013 Feb 23
1
SaMBa 4.0.x homedir mapping - is possible without user account in system?
Hi all,
I'm testing the Samba4 and can only map the users home if I create the
account in the system and samba. Does anyone know if you can do this
only with the account in samba?
Thanks!
--
Celso Vianna
BSD User: 51318
http://www.bsdcounter.org
Palmas/TO
2007 Dec 13
4
please explain find_with_ferret, retrieve_records, :include and :conditions
Hello, I''m using find_with_ferret to search multiple models and it
works great. The trouble is I need to filter the results
using :include and :conditions.
I get two errors depending on the syntax I use in the search. Reading
the source, I see the retrieve_records method seems to filter
the :include and :conditions so that they only apply to the relevant
model when searching
2006 Mar 31
1
model comparison with mixed effects glm
I use model comparison with glms without mixed effects with
anova(modelA,modelB),
with mixed effects glm (glmmPQL), this doesn't work. Is there a way to
compare model fits with glmmPQL's?
Paula M. den Hartog
Behavioural Biology
Institute of Biology Leiden
Leiden University
[[alternative HTML version deleted]]
2015 Sep 10
2
Doubt on usage of rsync for chown of existing folders
Hi Kevin,
Thank you very much. I changed my user in the remote machine (su).
Then, by trying again with rsync but with no modification in the source folder, I see that file ownership continues the same.
Would be possible for rsync to change the ownership in this case (I am not root) ?
Thanks,
Regards,CJ
Em Quinta-feira, 10 de Setembro de 2015 20:01, Kevin Korb <kmk at
2003 Nov 29
1
problems with xlab
Dear R-list members,
I'm using the 'effects' package to plot a graph with fixed values. For some reason, I cannot change the label for the 'x' axis using 'xlab=""'. The usual commands work for the y axis and for the main title. My last attempt used the following syntax:
model.effects<-(all.effects(model.1))
plot (model.effects, main="Figure
2003 Jul 10
6
info
HI
I'm a student in chemical engineering, and i have to implement an algoritm about FIVE PARAMETERS INTERPOLATION for a calibration curve (dose, optical density)
y = a + (c - a) /(1+ e[-b(x-m])
where
x = ln(analyte dose + 1)
y = the optical absorbance data
a = the curves top asymptote
b = the slope of the curve
c = the curves bottom asymptote
m = the curve X intercept
Have you never seen
2013 Jan 06
1
SaMBa 4.0 - homedir mapping
Hi all,
In Samba 4.0 is possible to map the user's home directory
automatically without user intervention?
Thanks
--
Celso Vianna
BSD User: 51318
http://www.bsdcounter.org
Palmas/TO
2013 Feb 03
1
SaMBa 4 - homedir mapping
Hi guys,
I'm testing the SaMBa 4 with FreeBSD 9.1 and am having difficulty.
I did so:
mkdir test
cd test
wget http://ftp.samba.org/pub/samba/stable/samba-4.0.2.tar.gz
tar zxvf samba-4.0.2.tar.gz
cd samba-4.0.2
./configure && make && make install
cd /usr/local/samba
bin/samba-tool domain provision --realm=box.blurr --domain=BOX
--server-role=dc --adminpass='@Tullip500'
2013 Mar 02
1
SaMBa 4.0.3 - permissions in mapping
Hello guys,
I'm testing samba 4 (4.0.3) with FreeBSD 9.1 amd64. After
done "domain provision" [1] with the tool "samba-tool", was
generated the "smb.conf" [2]:
The manual "smb.conf", reports that the default value of the options
"create mask" and "directory mask" are respectively "0744" and "0755."
The command
2015 Sep 03
1
Doubts on incremental backup and command repetition
Hi,
I am trying to use rsync for incremental backup and I am facing some issues. I would like to ask your help to understand what is going on and have the proper command line.
1) my goal is
I the following folders:
./dest:
file3.txt
./orig:
file1.txt file10.txt file2.txt file20.txt
And I would like to have as incremental backup
./dest:
backup file1.txt file2.txt file3.txt
2015 Sep 10
2
Doubt on usage of rsync for chown of existing folders
Hi,
Please, I am using rsync to synchronize local machine with remote machine.
I already have some files copied. Now I have to change the ownership from existing files in the destination folder.
I tried the following options but it did not worked. Can you please help me with other options or alternatives ?
--perms --chown=user:group --chmod=777 --exclude-from=$EXCLUDES -avzi
1997 Jul 15
3
How to write a printcap entry for remote printer
I am sharing some printers attached to Win95 boxes, and would like to be
able to do more than connect from Linux with smbclient and print via
translate. I would like to be able to specify a printcap entry for these
so as to be able to print from pine or lynx or Netscape (when I get X
running here at work).
I haven't found anything in Samba docs or LDP docs yet to tell me how to
write such