somakd / fad

Factor Analysis for Data in R
3 stars 1 forks source link

fad(covmat = c, n.obs = NA) #5

Open kdorman opened 3 years ago

kdorman commented 3 years ago

It seems that if a single covariance matrix is provided to fad and no data, then n.obs must be specified. If n.obs is not provided, it defaults to NA and there is no code to check for this condition. Errors result.