search for: fromurl

Displaying 2 results from an estimated 2 matches for "fromurl".

2000 Nov 11
2
problem using MASS corresp and mca functions
...eginner with R and neophite in data analysis, so please bear with me if I ask stupid question. I'm trying to do a correspondence analysis using R and MASS corresp function, but I get an error message which I'm unable to interpret: > data(weblog) > library(MASS) > corresp(~ url + fromurl, data=weblog) Error in svd(t(t(x1 * Dr) * Dc)) : error 306 in dsvdc Similarly, I get another error if I try to use mca: > mca(weblog) Error in (rep(1, n)) %*% G : non-conformable arguments I'm a bit stuck there, with the impression that I'm missing something fundamental. The data I...
2020 Feb 22
1
running .jar files on Centos 7
...w Details" button from the box containing that message I get this: net.sourceforge.jnlp.LaunchException: Fatal: Read Error: Could not read or parse the JNLP file. You can try to download this file manually and send it as bug report to IcedTea-Web team. at net.sourceforge.jnlp.Launcher.fromUrl(Launcher.java:487) at net.sourceforge.jnlp.Launcher.launch(Launcher.java:287) at net.sourceforge.jnlp.runtime.JnlpBoot.run(JnlpBoot.java:67) at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:258) at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:62) at java...