Displaying 2 results from an estimated 2 matches for "unnaceptable".
Did you mean:
  unnacceptable
  
1997 Oct 31
7
NT Domain logon
...need to do encrypted passwords for your users.  what version of 
> > unix are you using?  have you looked into PAMs?  (plug-in authentication 
> > modules)
> 
> The problem is, we'll never have cleartext passwords for the user. 
> Maintaining a separate password database is unnaceptable. If we wanted to 
> do that, we'd just run NT server.
> 
> I'm semi familiar with PAM, but am not sure how they apply to this 
> situation other than for checking that a given cleartext password is 
> correct for a particular userid.
(run two simultaneous PAMs: one kerberos-...
2012 Mar 23
0
Fixing error variance in a path analysis to model measurement error in scales using sem package
...power_alt, NA, (1 - alpha(power_alt))*(variance(power_alt))
ms_alt -> em, zeta1
ms_alt <-> ms_alt, NA, (1 - alpha(ms_alt))*(variance(ms_alt))
em -> relM1, eta1
em <-> em, NA, (1 - alpha(em))*(variance(em))
relM1 <-> relM1, lam1
After testing this model, the model fits were unnaceptable and package sem
could not compute modification instances. In contrast, when I do not fix
error variances, after a few modifications to the model, I am able to reach
a theoretical cogent model that has acceptable model fits.
I have several questions on this regard:
   1. Am I understanding Bollen...